Hello,
as a non root user I will work with snapshots, the name of the user is "zrep"
zrep is also the name of the snapshot tool, witch I use
because zrep have a look at this both sites:
http://www.bolthole.com/solaris/zrep/zrep.documentation.html
https://github.com/olevole/zrep
Here is what I have done:
Is there an option like " zfs allow all"?
But I get the following ERROR:
Has anyone an idea, witch zfs allow option I neet?
regards,
maxprox
as a non root user I will work with snapshots, the name of the user is "zrep"
zrep is also the name of the snapshot tool, witch I use
because zrep have a look at this both sites:
http://www.bolthole.com/solaris/zrep/zrep.documentation.html
https://github.com/olevole/zrep
Here is what I have done:
Code:
zfs allow zrep mount,snapshot,destroy,receive,clone,create,send,rename,hold rpool/data/vm-207-disk-1
Is there an option like " zfs allow all"?
Code:
PATH=$PATH:/sbin/
PATH=$PATH:/usr/sbin/
PATH=$PATH:/usr/local/sbin
But I get the following ERROR:
Code:
zrep@fcprox:/root$ /usr/sbin/zrep clear rpool/data/vm-207-disk-1
WARNING: Removing all zrep configs and snapshots from
rpool/data/vm-207-disk-1
(for TAG=zrep)
Continuing in 10 seconds
Destroying any zrep-related snapshots from rpool/data/vm-207-disk-1
Removing zrep-related properties from rpool/data/vm-207-disk-1
cannot inherit zrep:src-fs for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:master for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:lock-time for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:dest-host for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:src-host for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:lock-pid for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:dest-fs for 'rpool/data/vm-207-disk-1': permission denied
cannot inherit zrep:savecount for 'rpool/data/vm-207-disk-1': permission denied
Has anyone an idea, witch zfs allow option I neet?
regards,
maxprox
Last edited: