-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
# qemu-img create -f raw openvstorage+tcp:10.103.3.23:26203/testje 2G
# qemu-img snapshot -c mysnap openvstorage+tcp:10.103.3.23:26203/testje
WARNING: Image format was not specified for 'json:{"port": 26203, "host": "10.103.3.23", "driver": "openvstorage", "volume": "testje", "transport": "tcp"}' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
# qemu-img snapshot -l openvstorage+tcp:10.103.3.23:26203/testje
Snapshot list:
ID TAG VM SIZE DATE VM CLOCK
mysnap mysnap 0 1970-01-01 01:00:00 00:00:00.000
gergerg gergerg 0 1970-01-01 01:00:00 00:00:00.000
Reactions are currently unavailable