Lines Matching refs:rpool

490 # Establishes the standard dataset hierarchy under <zonepath>/rpool
493 # -e Do not create rpool/export hierarchy
494 # -r Do not create rpool/ROOT or rpool/export hierarchy
524 # rpool
529 zfs create -o zoned=on -o mountpoint=/rpool \
537 zfs_set mountpoint=/rpool ds || return 1
538 # Dealing with existing rpool. Perhaps someone intentionally
555 # rpool/ROOT
575 # rpool/export
605 # -r If specified, only create rpool, not ROOT, export or zbe
610 # EXIT_CODE Set to ZONE_SUBPROC_FATAL if any ZBE or rpool/export is
642 # Create the zone's rpool, rpool/ROOT, rpool/export, etc. If creating
1192 rpool/boot/*
1193 rpool/boot
1194 rpool/etc/*
1195 rpool/etc
1205 "system/volatile rpool/boot rpool/etc" >>$fspaxfile
1413 # <rootpool> refers to the the root pool, typically "rpool", on the
1424 # NGZ s11 $zpds/rpool 2 1
1425 # NGZ any !s10 $zpds/rpool/ROOT 3 1
1427 # NGZ any $zpds/rpool/ROOT/$be 4 2
1433 # rpool/export/home
1434 # rpool
1435 # rpool/ROOT
1436 # rpool/ROOT/$be
1437 # rpool/export
1449 # $zpds/rpool
1450 # $zpds/rpool/ROOT
1451 # $zpds/rpool/ROOT/$be
1452 # $zpds/rpool/export
1453 # $zpds/rpool/export/home
1472 if [[ -n ${dsa[$topdsn/rpool]} && \
1473 -n ${dsa[$topdsn/rpool/ROOT]} ]]; then
1474 rpooldsn=$topdsn/rpool
1475 ROOTdsn=$topdsn/rpool/ROOT
1518 # Create rpool and rpool/ROOT if it doesen't already exist.
1590 # The zone's rpool dataset (if any) has been migrated, except for the
1739 # Troll through the zone's rpool dataset and fix the properties on datasets
2239 # rpool/export/a may have been cloned to rpool/export/b). These
2247 # - <zpds>/rpool/ROOT/*: Datasets that are not part of the active
2250 # - <zpds>/rpool: After the snapshot removal described above, the
2251 # source zone's rpool dataset is copied to the destination pool
2359 # Force the zone's rpool to be zoned and everything else
2385 /usr/sbin/zfs recv -Fu "${d.path.ds}/clonetmp/rpool"
2388 "${d.path.ds}/clonetmp/rpool"
2397 rationalize_datasets d "${d.path.ds}/clonetmp/rpool"
2434 # init_dataset dss rpool
2439 # dss.name=rpool
2440 # dss.props[mountpoint].value=/rpool
2502 # rpool. Automatically derived from path.ds
2563 # rpool dataset is always zonepath_ds/rpool
2570 .sh.value="$pathdsref/rpool"
2574 # ROOT dataset is always zonepath_ds/rpool/ROOT
2581 .sh.value="$pathdsref/rpool/ROOT"
2665 # init_dataset dss "zones/z1/rpool"
3292 # If existing contents are found in .../rpool/export or .../rpool/export/home,
3338 # Check to see if the existing .../rpool/export dataset hierarchy
3446 # Migrates the contents of the /rpool directory out of the ZBE into the rpool
3461 [[ -d ${zone.root}/rpool ]] || return 0
3462 [[ -z "$(ls -A ${zone.root}/rpool)" ]] && return 0
3465 zfs_tmpmount "${zone.rpool_ds}" "$dir/rpool" || {
3466 rmdir $dir/rpool >/dev/null 2>&1
3473 bkup=${zone.root}/rpool.backup.$(TZ=UTC date +%Y""%m""%dT""%H""%M""%SZ)
3480 umount $dir/rpool
3481 rmdir $dir/rpool
3486 log "$m_migrating_data" "$(zfs list -H -o name "${zone.root}/rpool")" \
3487 "$(zfs list -H -o name "$dir/rpool")"
3495 cpioout=$( cd "${zone.root}" && find rpool | \
3500 umount "$dir/rpool"
3501 rmdir "$dir/rpool"
3507 mv ${zone.root}/rpool "$bkup"
3508 log "$m_backup_saved" /rpool "/$(basename "$bkup")"
3511 umount "$dir/rpool"
3512 rmdir "$dir/rpool"
3984 e_rpool_migration_failed=$(gettext "Error: migration of data in /rpool from active boot environment to the zone's\nrpool dataset failed. Manual cleanup required.")