Good day!
Tell me how to remove openvz ploop snapshot of the disk without applying the changes.
1. Make snapshot: vzctl snapshot 800 --id 4b8b2b8d-1a58-44b2-b269-09e23a9afe43 --skip-suspend --skip-config
2. Browse the list of snapshots: vzctl snapshot-list 800
/vz/private/800/root.hdd# vzctl snapshot-list 800
C UUID PARENT_UUID DATE NAME
* {4b8b2b8d-1a58-44b2-b269-09e23a9afe43} 2016-05-27 10:55:50
How to get back to the original state by removing 4b8b2b8d-1a58-44b2-b269-09e23a9afe43?
Thank you.