| /f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-rollback-bootfs.service.in | 2 Description=Rollback bootfs just before it is mounted 4 After=zfs-import.target zfs-snapshot-bootfs.service 7 ConditionKernelCommandLine=bootfs.rollback 10 # ${BOOTFS} should have been set by zfs-env-bootfs.service 13 ExecStart=/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.rollback)"; /sbin/zfs rollbac…
|
| H A D | zfs-snapshot-bootfs.service.in | 2 Description=Snapshot bootfs just before it is mounted 7 ConditionKernelCommandLine=bootfs.snapshot 10 # ${BOOTFS} should have been set by zfs-env-bootfs.service 13 ExecStart=-/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.snapshot)"; /sbin/zfs snapsh…
|
| H A D | module-setup.sh.in | 105 inst "${moddir}"/zfs-env-bootfs.service "${systemdsystemunitdir}"/zfs-env-bootfs.service 106 …ln -s ../zfs-env-bootfs.service "${initdir}/${systemdsystemunitdir}/zfs-import.target.wants"/zfs-e… 107 type mark_hostonly >/dev/null 2>&1 && mark_hostonly @systemdunitdir@/zfs-env-bootfs.service 116 for _service in zfs-snapshot-bootfs.service zfs-rollback-bootfs.service ; do
|
| H A D | .gitignore | 9 zfs-env-bootfs.service 10 zfs-snapshot-bootfs.service 11 zfs-rollback-bootfs.service
|
| H A D | Makefile.am | 15 zfs-env-bootfs.service \ 16 zfs-snapshot-bootfs.service \ 17 zfs-rollback-bootfs.service
|
| H A D | zfs-env-bootfs.service.in | 11 ExecStart=/bin/sh -c "/bin/systemctl set-environment BOOTFS=$(@sbindir@/zpool list -H -o bootfs | g…
|
| H A D | zfs-lib.sh.in | 37 for dataset in $(zpool list -H -o bootfs); do
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_001_pos.ksh | 62 zpool set 2>&1 | grep bootfs > /dev/null 80 log_must zpool set bootfs=$TESTPOOL/$TESTFS $TESTPOOL 81 log_must zpool set bootfs=$TESTPOOL/$TESTFS@snap $TESTPOOL 82 log_must zpool set bootfs=$TESTPOOL/clone $TESTPOOL 85 log_must zpool set bootfs=$TESTPOOL/clone $TESTPOOL
|
| H A D | bootfs_006_pos.ksh | 47 zpool set 2>&1 | grep bootfs > /dev/null 62 log_must zpool set bootfs=$POOL/$TESTFS $POOL 63 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' ) 76 log_mustnot zpool set bootfs=$POOL/$TESTFS $POOL 77 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
|
| H A D | bootfs_003_pos.ksh | 57 zpool set 2>&1 | grep bootfs > /dev/null 76 log_must zpool set bootfs=$POOL/$TESTFS $POOL 77 RES=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
|
| H A D | bootfs_002_neg.ksh | 68 zpool set 2>&1 | grep bootfs > /dev/null 84 log_mustnot zpool set bootfs=$TESTPOOL/vol $TESTPOOL
|
| H A D | bootfs_004_neg.ksh | 58 zpool set 2>&1 | grep bootfs > /dev/null 90 log_mustnot zpool set bootfs=$POOL/$TESTFS $POOL
|
| H A D | Makefile.am | 1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/bootfs
|
| H A D | bootfs_007_pos.ksh | 67 log_must zpool set bootfs=$EFI_BOOTFS $TESTPOOL
|
| H A D | bootfs_005_neg.ksh | 75 log_mustnot zpool set bootfs=$POOL_NAME/$TESTFS $POOL_NAME
|
| H A D | bootfs_008_pos.ksh | 78 log_must zpool set bootfs=$COMP_FS $TESTPOOL
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_002_neg.ksh | 51 zpool destroy bootfs 57 if poolexists bootfs 108 log_must zpool create bootfs $FILEVDEV 109 log_must zfs create bootfs/root
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/ |
| H A D | README.dracut.markdown | 8 2) Set the bootfs property for the bootable dataset in the pool. Then set 11 $ zpool set bootfs=pool/dataset pool 36 * `root=...`: If not set, importable pools are searched for a bootfs 62 …bootfs.snapshot`: If listed, enables the zfs-snapshot-bootfs service on a Dracut system. The zfs-s… 64 …bootfs.snapshot flag set persistently on your kernel command line so that a new snapshot of your b… 82 …bootfs.rollback`: If listed, enables the zfs-rollback-bootfs service on a Dracut system. The zfs-r… 177 zpool and friends, we can proceed to find the bootfs attribute if necessary. 188 its bootfs attribute set. First, already-imported pools are scanned and if 190 with bootfs is found, any additional pools in the system are imported with 191 `zpool import -N -a`, and the scan for bootfs is tried again. If no bootfs [all …]
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/ |
| H A D | README.initramfs.markdown | 21 * `bootfs=<pool>/<dataset>` 22 * `rpool=<pool> bootfs=<pool>/<dataset>` 23 * `-B zfs-bootfs=<pool>/<fs>`
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/ |
| H A D | rootpool_007_pos.ksh | 59 typeset rootfs=$(get_pool_prop bootfs $rootpool)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/ |
| H A D | poolversion_002_pos.ksh | 58 log_must zpool set bootfs=$TESTPOOL2 $TESTPOOL2
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ |
| H A D | Makefile.am | 6 bootfs \ subdir
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/ |
| H A D | zpool_split_props.ksh | 88 zfs create $TESTPOOL/bootfs
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get.cfg | 41 "bootfs"
|
| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | sanity.run | 43 [tests/functional/bootfs] 45 tags = ['functional', 'bootfs']
|