Home
last modified time | relevance | path

Searched refs:bootfs (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-rollback-bootfs.service.in2 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 Dzfs-snapshot-bootfs.service.in2 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 Dmodule-setup.sh.in105 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.gitignore9 zfs-env-bootfs.service
10 zfs-snapshot-bootfs.service
11 zfs-rollback-bootfs.service
H A DMakefile.am15 zfs-env-bootfs.service \
16 zfs-snapshot-bootfs.service \
17 zfs-rollback-bootfs.service
H A Dzfs-env-bootfs.service.in11 ExecStart=/bin/sh -c "/bin/systemctl set-environment BOOTFS=$(@sbindir@/zpool list -H -o bootfs | g…
H A Dzfs-lib.sh.in37 for dataset in $(zpool list -H -o bootfs); do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_001_pos.ksh62 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 Dbootfs_006_pos.ksh47 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 Dbootfs_003_pos.ksh57 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 Dbootfs_002_neg.ksh68 zpool set 2>&1 | grep bootfs > /dev/null
84 log_mustnot zpool set bootfs=$TESTPOOL/vol $TESTPOOL
H A Dbootfs_004_neg.ksh58 zpool set 2>&1 | grep bootfs > /dev/null
90 log_mustnot zpool set bootfs=$POOL/$TESTFS $POOL
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/bootfs
H A Dbootfs_007_pos.ksh67 log_must zpool set bootfs=$EFI_BOOTFS $TESTPOOL
H A Dbootfs_005_neg.ksh75 log_mustnot zpool set bootfs=$POOL_NAME/$TESTFS $POOL_NAME
H A Dbootfs_008_pos.ksh78 log_must zpool set bootfs=$COMP_FS $TESTPOOL
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh51 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 DREADME.dracut.markdown8 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
62bootfs.snapshot`: If listed, enables the zfs-snapshot-bootfs service on a Dracut system. The zfs-s…
64bootfs.snapshot flag set persistently on your kernel command line so that a new snapshot of your b…
82bootfs.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 DREADME.initramfs.markdown21 * `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 Drootpool_007_pos.ksh59 typeset rootfs=$(get_pool_prop bootfs $rootpool)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_002_pos.ksh58 log_must zpool set bootfs=$TESTPOOL2 $TESTPOOL2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am6 bootfs \ subdir
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_props.ksh88 zfs create $TESTPOOL/bootfs
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg41 "bootfs"
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A Dsanity.run43 [tests/functional/bootfs]
45 tags = ['functional', 'bootfs']

12