Displaying 2 results from an estimated 2 matches for "centos_nfs_storag".
Did you mean:
centos_nfs_storage
2015 Aug 07
3
virsh create snapshot not honoring diskspec?
...nown issue?
I'm on CentOS 7.1, libvirtd (libvirt) 1.2.8, virsh 1.2.8
[root@localhost scripts]# virsh domblklist centos_nfs
Target Source
------------------------------------------------
vda /var/lib/libvirt/images/centos_nfs.SNAP_2015-08-07-081800
vdb /var/lib/libvirt/images/centos_nfs_storage.SNAP_2015-08-07-081800
hdc -
[root@localhost scripts]# virsh snapshot-create-as --domain centos_nfs
--name SNAP_2015-08-07-090909 --no-metadata --disk-only --atomic --diskspec
vdb,snapshot=external
Domain snapshot SNAP_2015-08-07-090909 created
[root@localhost scripts]# virsh domblklist c...
2015 Aug 13
0
Re: virsh create snapshot not honoring diskspec?
...7.1, libvirtd (libvirt) 1.2.8, virsh 1.2.8
>
> [root@localhost scripts]# virsh domblklist centos_nfs
> Target Source
> ------------------------------------------------
> vda /var/lib/libvirt/images/centos_nfs.SNAP_2015-08-07-081800
> vdb /var/lib/libvirt/images/centos_nfs_storage.SNAP_2015-08-07-081800
> hdc -
>
> [root@localhost scripts]# virsh snapshot-create-as --domain centos_nfs
> --name SNAP_2015-08-07-090909 --no-metadata --disk-only --atomic --diskspec
> vdb,snapshot=external
This command line did not give a diskspec for vda, so the action f...