Justin Vassallo wrote:
> Thanks Michale,
> 
> that got me through to second round :) I eventually added /sbin to my
> /etc/profile to avoid the mistake in future.
> 
> So the issue is now with the USER rights on the zfs. How can I grant USER
> rights on this zfs? Is upgrading to a zfs which supports 'zfs allow' my only
> option?
> 
> ---justin
> 

If your wanting to allow a non-privileged user the ability to do a 
send/receive then you will need to give the user the necessary permissions.

For example:

# zfs allow joe receive,send,create,mount tank/fs

This will allow user joe to send, receive, create datasets and mount 
them on the dataset tank/fs and all of its descendants.

See the zfs admin guide for example of the zfs delegated admin model.

Your pool must be version 8 or greater for delegated administration support.

   -Mark
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to