I have made an LVM snapshop by
lvcreate --name snap --size 10G -s /dev/vg00/vm
What command should I write if I want to drop the snapshot, and not keep the changes that have happened since the snapshot?
And what command should I write to roll the changes from the snapshot into /dev/vg00/vm ?