Re: [libvirt-users] virsh snapshot-create-as: change umask on snapshots

2019-03-20 Thread Eric Blake
On 3/20/19 1:50 PM, Mircea Husz wrote: > I scripted the creation of snapshots and it works fine. Now I'd like to run > the script as non-root. > > virsh snapshot-create-as --domain hq-live-v01 \ >      --name snappy \ >      --diskspec > vda,file=/var/lib/libvirt/images/hq-live-v01.snappy,snapsh

[libvirt-users] virsh snapshot-create-as: change umask on snapshots

2019-03-20 Thread Mircea Husz
I scripted the creation of snapshots and it works fine. Now I'd like to run the script as non-root. virsh snapshot-create-as --domain hq-live-v01 \      --name snappy \      --diskspec vda,file=/var/lib/libvirt/images/hq-live-v01.snappy,snapshot=external \      --diskspec vdb,file=/var/lib/libv