search for: create_zfs_zonepath

Displaying 1 result from an estimated 1 matches for "create_zfs_zonepath".

2009 Nov 11
0
libzfs zfs_create() fails on sun4u daily bits (daily.1110)
...dataset rpool/export/turing: Unknown error Preparing to install zone <turing>. Creating list of files to copy from the global zone. [...] ----8<---- The install continues and succeeds, but no ZFS dataset was created. I traced the error message in the latest ON source and located it in create_zfs_zonepath() in usr/src/cmd/zoneadm/zfs.c: ----8<---- if (zfs_create(g_zfs, zfs_name, ZFS_TYPE_FILESYSTEM, props) != 0 || (zhp = zfs_open(g_zfs, zfs_name, ZFS_TYPE_DATASET)) == NULL) { (void) fprintf(stderr, gettext("cannot create ZFS dataset %s: " "%s\n"), zfs_name, libz...