Issue flush on node shutdown #28
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trigger flushes via systemd trigger on node shutdown; technically outside of PVC itself but part of the node system.
Easiest way is with a separate, optional systemd unit that would call
pvc unflush
on startup andpvc flush
on shutdown - this wouldn't be affected by PVC service start/stop, but would track the general OS state.closed via commit
7c6132f7dd