Skip to content
  • Joan Piles's avatar
    Took the space checking to a separate gofunc. · 4e26c301
    Joan Piles authored
    It gets called after each successful snapshot iif there is snapshot
    retention (i.e. the expired snapshots are not automatically purged).
    This should avoid race conditions, since the only two paths to purge()
    are (*should be*) mutually exclusive.
    4e26c301