You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: