Re: [zfs-discuss] zpool create privileges

2008-04-18 Thread Andre Lue
do ppriv -e -D cmd and you will see the privs you need to add. This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] zpool create privileges

2008-04-16 Thread Paul B. Henson
On Tue, 15 Apr 2008, Darren J Moffat wrote: > Instead of using RBAC for this it is much easier and much more flexible > to use the ZFS delgated admin. > > # zfs allow -u marco create,mount tank/home/marco > > This then allows: > > marco$ zfs create tank/home/marco/Documents > > See the zfs(1) man

Re: [zfs-discuss] zpool create privileges

2008-04-15 Thread Darren J Moffat
Marco Sommella wrote: > Hi everyone, i’m new. > > I need to create a zfs filesystem in my home dir as normal user. I added > in /etc/user_attr to my user account sys_mount and sys_config > privileges. I executed: Instead of using RBAC for this it is much easier and much more flexible to use th

[zfs-discuss] zpool create privileges

2008-04-15 Thread Marco Sommella
Hi everyone, i'm new. I need to create a zfs filesystem in my home dir as normal user. I added in /etc/user_attr to my user account sys_mount and sys_config privileges. I executed: /usr/sbin/mkfile 100M tank_file /sbin/zpool create -R /export/home/marco/tank tank /export/home/marco/tank_file