You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When --max-snapshots is used and _remove_oldest_snapshot() doesn't actually reduce the number of snapshots reported to _ls_snapshots() (for example when --dry-run is used so that we don't actually run the rm command) then snapshotter gets into an infinite loop as it keeps calling _remove_oldest_snapshot() until _ls_snapshots() reports less than --max-snapshots snapshots, but _ls_snapshots() always reports the same number.
The text was updated successfully, but these errors were encountered:
When
--max-snapshots
is used and_remove_oldest_snapshot()
doesn't actually reduce the number of snapshots reported to_ls_snapshots()
(for example when--dry-run
is used so that we don't actually run therm
command) then snapshotter gets into an infinite loop as it keeps calling_remove_oldest_snapshot()
until_ls_snapshots()
reports less than--max-snapshots
snapshots, but_ls_snapshots()
always reports the same number.The text was updated successfully, but these errors were encountered: