Hi!
First thanks for the Proxmox suite, it just works, and makes my poor-mans-sysadmin role a lot easier.
There's one thing I'd like to better understand about snapshotting containers.
Do I need to pct stop - snapshot - start my containers to have reliable snapshots?
I'm not into python but tried to discover the call path through
But obviously that would not be reliable, would it?
Cheers, Ákos
First thanks for the Proxmox suite, it just works, and makes my poor-mans-sysadmin role a lot easier.
There's one thing I'd like to better understand about snapshotting containers.
Do I need to pct stop - snapshot - start my containers to have reliable snapshots?
I'm not into python but tried to discover the call path through
/usr/sbin/pct -> /usr/share/perl5/PVE/CLI/pct.pm -> PVE/API2/LXC/Snapshot.pm -> PVE/LXC/Config.pm -> PVE/API2/LXC/Snapshot.pm -> PVE/Storage.pm -> PVE/Storage/ZFSPoolPlugin.pm -> zfs snapshot
but found no traces of start/stop, suspend/resume, as if the state of the processes running in the container are not saved at all.But obviously that would not be reliable, would it?
Cheers, Ákos