That looks like that will work. Won't be able to test until late tonight.
Thanks
mike
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Mike,
Did you also give the user permissions to the underlying mount point:
# chmod A+user:user-name:add_subdirectory:fd:allow /rpool
If so, please let me see the syntax and error messages.
Thanks,
Cindy
On 07/28/10 12:23, Mike DeMarco wrote:
Thanks adding mount did allow me to create it bu
Thanks adding mount did allow me to create it but does not allow me to create
the mountpoint.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Hi Mark,
A couple of things are causing this to fail:
1. The user needs permissions to the underlying mount point.
2. The user needs both create and mount permissions to create ZFS datasets.
See the syntax below, which might vary depending on your Solaris
release.
Thanks,
Cindy
# chmod A+us
I am trying to give a general user permissions to create zfs filesystems in the
rpool.
zpool set=delegation=on rpool
zfs allow create rpool
both run without any issues.
zfs allow rpool reports the user does have create permissions.
zfs create rpool/test
cannot create rpool/test : permission d