Oracle Solaris File Systems and Disk Management (MOSC)

MOSC Banner

Help with ZFS send/receive permissions

edited Sep 21, 2019 7:11AM in Oracle Solaris File Systems and Disk Management (MOSC) 5 commentsAnswered

I'm trying to send an incremental ZFS file system from one system to another (Solaris 11.2). When I run this:

zfs send -RI 20150429 gpool/zones/zone-name@20150501 | ssh dest-host "/usr/sbin/zfs recv -o canmount=off -dFuv bpool"

I get

Unable to estimate the size of 'gpool/zones/zone-name/rpool@20150430': permission denied 
Unable to estimate the size of 'gpool/zones/zone-name/rpool@20150501': permission denied

Note: I'm not running this as root; I've created a non-privileged account on both systems just for this. I've created a ZFS permission set and assigned it to the user/file-systems in question (ZFS delegation). It seemed to work for a different file system in the same pool. I tried to include as many permissions as I could find, but did I miss one? I used

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center