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

2019-03-22 Thread Mircea Husz
>On Friday, March 22, 2019, 12:36:16 PM CDT, Peter Krempa >wrote: > >On Wed, Mar 20, 2019 at 15:48:43 -0500, Eric Blake wrote: > >> 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. >> > >> >

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

2019-03-22 Thread Peter Krempa
On Wed, Mar 20, 2019 at 15:48:43 -0500, Eric Blake wrote: > 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 \ > >      

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 >

[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