Closed sdodsley closed 2 months ago
When no keep_for is specified, the value defaulted to 0, however this should have been None. Also fix issues with recovery of snapshots and correct application of keep_for Add time_remaining for non-deleted directory snapshots in info module.
keep_for
None
time_remaining
purefa_dirsnap.py purefa_info.py
@sdodsley , Pulled changes & tested, should set keep_for to None on line 348 as well. Post this change, all tests did well.
SUMMARY
When no
keep_for
is specified, the value defaulted to 0, however this should have beenNone
. Also fix issues with recovery of snapshots and correct application ofkeep_for
Addtime_remaining
for non-deleted directory snapshots in info module.ISSUE TYPE
COMPONENT NAME
purefa_dirsnap.py purefa_info.py