Displaying 2 results from an estimated 2 matches for "vpssnap".
Did you mean:
psnap
2013 Sep 24
0
How to create snapshots for sheepdog with libvirt API
...<source protocol='sheepdog' name='sheepvol1'/>
<target dev='vdb' bus='virtio'/>
</disk>
I have tried both options "external" and "internal". If I try to create external snapshot with virsh command:
snapshot-create-as vps vpssnap --disk-only --diskspec vda,snapshot=no --diskspec vdb,snapshot=external
I get an error: source for disk 'vdb' is not a regular file; refusing to generate external snapshot name.
If I try the same command but with "internal" mode:
snapshot-create-as vps vpssnap --disk-only --dis...
2013 Sep 24
0
creating snapshots for sheepdog with libvirt API
...<source protocol='sheepdog' name='sheepvol1'/>
<target dev='vdb' bus='virtio'/>
</disk>
I have tried both options "external" and "internal". If I try to create external snapshot with virsh command:
snapshot-create-as vps vpssnap --disk-only --diskspec vda,snapshot=no --diskspec vdb,snapshot=external
I get an error: source for disk 'vdb' is not a regular file; refusing to generate external snapshot name.
If I try the same command but with "internal" mode:
snapshot-create-as vps vpssnap --disk-only --dis...