Original subject: "snapshot" raw image
Only qcow format supports snapshots. For raw images we could just cp --sparse image.raw image-snapshot-YYYYMMDD.raw. However, this should be allowed only when the machine is off (qcow can snapshot at any time). Because "snapshots" of raw images may be large, a new permission "snapshot_raw_create" should be introduced.
Original subject: "snapshot" raw image
Only qcow format supports snapshots. For raw images we could just
cp --sparse image.raw image-snapshot-YYYYMMDD.raw. However, this should be allowed only when the machine is off (qcow can snapshot at any time). Because "snapshots" of raw images may be large, a new permission "snapshot_raw_create" should be introduced.