search for: libzfs_mount

Displaying 4 results from an estimated 4 matches for "libzfs_mount".

2007 Apr 19
9
ZFS disables nfs/server on a host
...s: [ Apr 16 08:41:22 Executing start method ("/lib/svc/method/nfs-server start") ] [ Apr 16 08:41:24 Method "start" exited with status 0 ] [ Apr 18 10:59:23 Executing start method ("/lib/svc/method/nfs-server start") ] Assertion failed: pclose(fp) == 0, file ../common/libzfs_mount.c, line 380, function zfs_share If I re-enable nfs/server after the system is up it''s fine. The system was recently upgraded to use zfs and this has happened on the last two reboots. We have lots of other systems that share nfs through zfs fine and I didn''t see a similar proble...
2006 Aug 04
11
Assertion raised during zfs share?
...ME SIZE USED AVAIL CAP HEALTH ALTROOT SYS 195M 90K 195M 0% ONLINE - export 74G 114K 74.0G 0% ONLINE - # zfs set sharenfs=on export # zfs share export Assertion failed: pclose(fp) == 0, file ../common/libzfs_mount.c, line 399, function zfs_share Abort - core dumped
2008 Jan 21
0
293 AES_CBC_PAD keywrap
...l changesets: 1 Log message: 293 AES_CBC_PAD keywrap Fix key load once and for all by using xcopyin & uint64_t everywhere Files: update: usr/src/cmd/zfs/zfs_main.c update: usr/src/lib/libzfs/common/libzfs.h update: usr/src/lib/libzfs/common/libzfs_crypto.c update: usr/src/lib/libzfs/common/libzfs_mount.c update: usr/src/uts/common/crypto/io/aes.c update: usr/src/uts/common/fs/zfs/sys/zio_crypt.h update: usr/src/uts/common/fs/zfs/zio_crypt.c
2007 Apr 24
2
zfs submounts and permissions with autofs
Hi, Is it expected that if I have filesystem tank/foo and tank/foo/bar (mounted under /tank) then in order to be able to browse via /net down into tank/foo/bar I need to have group/other permissions on /tank/foo open? # zfs create tank/foo # zfs create tank/foo/bar # chown gavinm /tank/foo /tank/foo/bar # zfs set sharenfs=rw tank/foo # ls -laR /tank/foo /tank/foo: total 9 drwxr-xr-x 3 gavinm