I believe this is the actual problem we're fighting:

zfstestzone# dtrace -Z -n 'pid$target::zfs_do_create:return { printf("%d", arg0); }' -c "/usr/sbin/zfs create zonepool/zonectr0/testfs.27814"
dtrace: description 'pid$target::zfs_do_create:return ' matched 0 probes
cannot share 'zonepool/zonectr0/testfs.27814': : share(1M) failed
filesystem successfully created, but not shared
dtrace: pid 4710 has exited

It appears to be dying due to zfs_do_create -> zfs_share -> zfs_share_proto -> zfs_init_libshare but there's no way we've been able to see inside to dig down into why due to dtrace just not firing.

Any ideas as to why?

TIA,
John
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to