Home
last modified time | relevance | path

Searched refs:upgrade (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.cfg178 # we should be able to upgrade pools of version 1
183 # we should be able to upgrade pools of version 1 & 2
200 # we should be able to upgrade pools up to version 5
206 # we should be able to upgrade pools up to version 6
212 # we should be able to upgrade pools up to version 7
218 # we should be able to upgrade pools up to version 8
224 # we should be able to upgrade pools up to version 9
230 # we should be able to upgrade pools up to version 10
236 # we should be able to upgrade pools up to version 11
242 # we should be able to upgrade pools up to version 12
[all …]
H A Dzpool_upgrade_009_neg.ksh65 $ZPOOL upgrade --help 2>&1 | $GREP "V version" > /dev/null
78 log_mustnot $ZPOOL upgrade -V 999 $pool
79 log_mustnot $ZPOOL upgrade -V 999
H A Dzpool_upgrade_008_pos.ksh68 $ZPOOL upgrade --help 2>&1 | $GREP "V version" > /dev/null
88 log_must $ZPOOL upgrade -V $NEXT $pool
H A Dzpool_upgrade_001_pos.ksh56 log_must $ZPOOL upgrade -v
61 $ZPOOL upgrade -v > $TMPDIR/zpool-versions.${TESTCASE_ID}
H A Dzpool_upgrade.kshlib77 log_must $ZPOOL upgrade $POOL_NAME > /dev/null
132 ACTUAL=$($ZPOOL upgrade | $GREP $POOL$ | \
H A Dzpool_upgrade_005_neg.ksh62 log_mustnot $ZPOOL upgrade ${args[$i]} > /dev/null
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_upgrade_001_neg.ksh51 log_must zpool upgrade $TESTPOOL.virt
54 log_mustnot zpool upgrade v1-pool
58 RESULT=$(zpool upgrade | grep v1-pool)
H A Dzfs_upgrade_001_neg.ksh47 zfs upgrade > /dev/null 2>&1
57 log_mustnot zfs upgrade $TESTPOOL/$TESTFS/version1
60 VERSION=$(zfs upgrade $TESTPOOL/$TESTFS/version1 2>&1 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh74 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $oldoutput
102 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $output
127 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $output
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh85 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $oldoutput
113 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $output
140 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $output
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_009_neg.ksh60 log_mustnot zpool upgrade -V 999 $pool_name
61 log_mustnot zpool upgrade -V 999
H A Dzpool_upgrade_001_pos.ksh58 log_must zpool upgrade -v
65 zpool upgrade -v > $versions
H A Dzpool_upgrade.kshlib80 log_must zpool upgrade $pool_name
135 actual=$(zpool upgrade | awk -v p="$pool$" '$0 ~ p {gsub(/ /, "", $1); print $1}')
H A Dzpool_upgrade_005_neg.ksh50 log_mustnot zpool upgrade $arg
H A Dzpool_upgrade_006_neg.ksh52 log_mustnot zpool upgrade $NO_POOL
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_upgrade_001_neg.ksh56 $ZFS upgrade > /dev/null 2>&1
69 VERSION=$($ZFS upgrade $TESTPOOL/$TESTFS/version1 2>&1 \
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Drules.in163 dh_installinit -r --no-restart-after-upgrade --name zfs-import
164 dh_installinit -r --no-restart-after-upgrade --name zfs-mount
165 dh_installinit -r --no-restart-after-upgrade --name zfs-load-key
172 dh_installsystemd --no-stop-on-upgrade -X zfs-zed.service
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_userobj_001_pos.ksh28 . $STF_SUITE/tests/functional/upgrade/upgrade_common.kshlib
63 log_must zpool upgrade $TESTPOOL
H A Dupgrade_projectquota_001_pos.ksh27 . $STF_SUITE/tests/functional/upgrade/upgrade_common.kshlib
84 log_must zpool upgrade $TESTPOOL
H A Dcleanup.ksh36 . $STF_SUITE/tests/functional/upgrade/upgrade_common.kshlib
H A Dsetup.ksh36 . $STF_SUITE/tests/functional/upgrade/upgrade_common.kshlib
/freebsd/tests/sys/cddl/zfs/include/
H A Dconstants.cfg95 $ZFS upgrade -v > /dev/null 2>&1
97 export ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
/freebsd/libexec/rc/rc.d/
H A Dzpoolupgrade20 zpool upgrade $pool
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dproperties.kshlib73 $ZFS upgrade -v > /dev/null 2>&1
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in75 # Tests with 'dnf' showed that in case of reinstall, or upgrade
135 # In case of upgrade we do nothing. See above comment in pre hook.
136 if [ "$1" = "1" -o "$1" = "upgrade" ] ; then
137 echo "This is an upgrade. Skipping pre uninstall action."

1234567