/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/ |
H A D | upgrade_projectquota_001_pos.ksh | 28 . $STF_SUITE/tests/functional/upgrade/upgrade_common.kshlib 33 # Check whether zfs upgrade for project quota works or not. 35 # will create multiple datasets and try different upgrade methods. 40 # 3. Make sure automatic upgrade work 41 # 4. Make sure manual upgrade work 50 log_assert "pool upgrade for projectquota should work" 73 # set projectquota before upgrade will fail 76 # set projectobjquota before upgrade will fail 79 # 'chattr -p' should fail before upgrade 82 # 'chattr +P' should fail before upgrade [all …]
|
H A D | upgrade_userobj_001_pos.ksh | 29 . $STF_SUITE/tests/functional/upgrade/upgrade_common.kshlib 34 # Check that zfs upgrade for object count accounting works. 36 # will create multiple dataset and try different upgrade method. 41 # 3. Make sure automatic upgrade work 42 # 4. Make sure manual upgrade work 47 log_assert "pool upgrade for userobj accounting should work" 63 # Upgrade zpool to support all features 64 log_must zpool upgrade $TESTPOOL 68 log_fail "userobj accounting should be disabled after pool upgrade" 70 # Create a file in fs1 should trigger dataset upgrade [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-upgrade.8 | 38 .Nm zfs-upgrade 42 .Cm upgrade 44 .Cm upgrade 47 .Cm upgrade 56 .Cm upgrade 61 .Cm upgrade 67 .Cm upgrade 89 Upgrade to 91 If not specified, upgrade to the most recent version. 96 Upgrade all file systems on all imported pools. [all …]
|
H A D | zpool-upgrade.8 | 36 .Nm zpool-upgrade 40 .Cm upgrade 42 .Cm upgrade 45 .Cm upgrade 53 .Cm upgrade 59 .Nm zpool Cm upgrade Fl a 65 .Cm upgrade 74 .Cm upgrade 86 then no upgrade will take place. 100 Upgrade to the specified legacy version. [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_009_neg.ksh | 38 # Zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version 42 # 2. Attempt to upgrade it to an unknown version 43 # 3. Verify that the upgrade failed, and the pool version was still the original 63 "Zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version" 65 $ZPOOL upgrade --help 2>&1 | $GREP "V version" > /dev/null 68 log_unsupported "Zpool upgrade -V not supported on this release." 77 # Attempt to upgrade it 78 log_mustnot $ZPOOL upgrade -V 999 $pool 79 log_mustnot $ZPOOL upgrade -V 999 86 "Zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version"
|
H A D | zpool_upgrade.cfg | 33 # work out which types of pool we should be able to upgrade on this 166 # whether upgrade, import or other tests that should fail against unknown 174 # upgrade, for each pool version. Once we've built this variable, we'll 178 # we should be able to upgrade pools of version 1 183 # we should be able to upgrade pools of version 1 & 2 188 # we should be able to upgrade pools of version 1, 2 & 3 194 # we should be able to upgrade pools of version 1, 2, 3 & 4 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 [all …]
|
H A D | zpool_upgrade_008_pos.ksh | 38 # Zpool upgrade should be able to upgrade pools to a given version using -V 45 # 3. Attempt to upgrade that pool to the given version 66 "Zpool upgrade should be able to upgrade pools to a given version using -V" 68 $ZPOOL upgrade --help 2>&1 | $GREP "V version" > /dev/null 71 log_unsupported "Zpool upgrade -V not supported on this release." 76 # enough to determine if upgrade works correctly. Also set a MAX_VER 78 # a zpool upgrade operation to succeed from. (latest version - 1) 88 log_must $ZPOOL upgrade -V $NEXT $pool 94 "Zpool upgrade should be able to upgrade pools to a given version using -V"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_upgrade_001_neg.ksh | 39 # zpool upgrade returns an error when run as a user 43 # 1. Attempt to upgrade a pool 49 log_assert "zpool upgrade returns an error when run as a user" 51 # zpool upgrade returns 0 when it can't do anything 52 log_must zpool upgrade $TESTPOOL.virt 54 # Now try to upgrade our version 1 pool 55 log_mustnot zpool upgrade v1-pool 58 # of zpool upgrade anymore 59 RESULT=$(zpool upgrade | grep v1-pool) 65 log_pass "zpool upgrade returns an error when run as a user"
|
H A D | zfs_upgrade_001_neg.ksh | 39 # zfs upgrade returns an error when run as a user 42 # 1. Attempt to upgrade a version1 dataset 47 # check to see if we have upgrade capability 48 zfs upgrade > /dev/null 2>&1 52 log_unsupported "Zfs upgrade not supported" 55 log_assert "zfs upgrade returns an error when run as a user" 58 log_mustnot zfs upgrade $TESTPOOL/$TESTFS/version1 61 VERSION=$(zfs upgrade $TESTPOOL/$TESTFS/version1 2>&1 \ 68 log_pass "zfs upgrade returns an error when run as a user"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_009_neg.ksh | 39 # zpool upgrade -V shouldn't be able to upgrade a pool to an unknown version 43 # 2. Attempt to upgrade it to an unknown version 44 # 3. Verify that the upgrade failed, and the pool version was still the original 54 log_assert "zpool upgrade -V shouldn't be able to upgrade a pool to" \ 61 log_mustnot zpool upgrade -V 999 $pool_name 62 log_mustnot zpool upgrade -V 999 66 log_pass "zpool upgrade -V shouldn't be able to upgrade a pool to" \
|
H A D | zpool_upgrade_008_pos.ksh | 40 # zpool upgrade should be able to upgrade pools to a given version using -V 47 # 3. Attempt to upgrade that pool to the given version 58 log_assert "zpool upgrade should be able to upgrade pools to a given version" \ 64 # enough to determine if upgrade works correctly. Also set a MAX_VER 66 # a zpool upgrade operation to succeed from. 75 log_must eval 'zpool upgrade -V $ver_new $pool_name > /dev/null' 80 log_pass "zpool upgrade should be able to upgrade pools to a given version" \
|
H A D | zpool_upgrade_001_pos.ksh | 38 # Executing 'zpool upgrade -v' command succeeds, prints a description of legacy 54 log_assert "Executing 'zpool upgrade -v' command succeeds" 59 log_must zpool upgrade -v 64 log_must eval "zpool upgrade -v | head -1 | grep 'feature flags'" 66 zpool upgrade -v > $versions 69 # Current output for 'zpool upgrade -v' has different indent space 79 log_pass "Executing 'zpool upgrade -v' command succeeds"
|
H A D | zpool_upgrade.kshlib | 66 # A function to check the contents of a pool, upgrade it to the current version 69 # to also upgrade faulted, or degraded pools. 79 log_note "Checking if we can upgrade from ZFS version $vers" 81 log_must zpool upgrade $pool_name 109 # (ie. pre or post pool-upgrade) 120 # as reported by zdb and zpool upgrade -v 135 # check version using zpool upgrade 136 actual=$(zpool upgrade | awk -v p="$pool$" '$0 ~ p {gsub(/ /, "", $1); print $1}')
|
H A D | zpool_upgrade_004_pos.ksh | 38 # zpool upgrade -a works 41 # 1. Create all upgradable pools for this system, then upgrade -a 54 log_assert "zpool upgrade -a works" 67 # upgrade them all at once 69 log_must zpool upgrade -a 84 log_pass "zpool upgrade -a works"
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_enctypes.py | 70 # initiator will not send an RFC 4537 upgrade list because it sees no 92 # no acceptor subkey will be generated because we can't upgrade to a 99 # upgrade cases. The ticket encryption key remains aes256. 102 # With no arguments, the initiator should send an upgrade list of 103 # [aes256 aes128 des3] and the acceptor should upgrade to an aes256 105 test('upgrade noargs', None, None, 111 test_err('upgrade init aes', 'aes', None, 'no support for encryption type') 114 # upgrade list of [aes128] and the acceptor will upgrade to aes128. 115 test('upgrade init aes128+rc4', 'aes128-cts rc4', None, 120 # upgrade list of [des3], but the acceptor won't generate a subkey [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | zpool_upgrade_001_neg.ksh | 38 # zpool upgrade returns an error when run as a user 42 # 1. Attempt to upgrade a pool 57 log_assert "zpool upgrade returns an error when run as a user" 60 # zpool upgrade returns 0 when it can't do anything 61 log_must run_unprivileged "$ZPOOL upgrade $TESTPOOL.virt" 63 # Now try to upgrade our version 1 pool 64 log_mustnot run_unprivileged "$ZPOOL upgrade v1-pool" 67 # of zpool upgrade anymore 68 RESULT=$($ZPOOL upgrade | $GREP v1-pool) 74 log_pass "zpool upgrade returns an error when run as a user"
|
H A D | zfs_upgrade_001_neg.ksh | 38 # zfs upgrade returns an error when run as a user 41 # 1. Attempt to upgrade a version1 dataset 55 # check to see if we have upgrade capability 56 $ZFS upgrade > /dev/null 2>&1 60 log_unsupported "Zfs upgrade not supported" 63 log_assert "zfs upgrade returns an error when run as a user" 66 log_mustnot run_unprivileged "$ZFS upgrade $TESTPOOL/$TESTFS/version1" 69 VERSION=$($ZFS upgrade $TESTPOOL/$TESTFS/version1 2>&1 \ 76 log_pass "zfs upgrade returns an error when run as a user"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_001_pos.ksh | 37 # Executing 'zfs upgrade' command succeeds, it should report 44 # 2. Execute 'zfs upgrade', verify return 0, and it prints out 46 # 3. Remove all old-version filesystems, then execute 'zfs upgrade' again, 64 log_assert "Executing 'zfs upgrade' command succeeds." 75 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $oldoutput 98 log_must eval 'zfs upgrade > $output 2>&1' 103 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $output 121 log_must eval 'zfs upgrade > $output 2>&1' 128 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $output 136 log_pass "Executing 'zfs upgrade' command succeeds."
|
H A D | zfs_upgrade_003_pos.ksh | 38 # Executing 'zfs upgrade [-V version] filesystem' command succeeds, 39 # it could upgrade a filesystem to specific version or current version. 43 # 2. Execute 'zfs upgrade [-V version] filesystem', verify return 0, 71 log_assert "Executing 'zfs upgrade [-V version] filesystem' command succeeds." 93 log_must eval 'zfs upgrade $opt $fs > /dev/null 2>&1' 96 log_mustnot eval 'zfs upgrade $opt $fs > /dev/null 2>&1' 103 log_pass "Executing 'zfs upgrade [-V version] filesystem' command succeeds."
|
H A D | zfs_upgrade_002_pos.ksh | 38 # Executing 'zfs upgrade -v ' command succeeds, it should 42 # 1. Execute 'zfs upgrade -v', verify return value is 0. 55 log_assert "Executing 'zfs upgrade -v' command succeeds." 62 log_must eval 'zfs upgrade -v > /dev/null 2>&1' 64 zfs upgrade -v | awk '$1 ~ "^[0-9]+$" {print $0}'> $output 68 log_pass "Executing 'zfs upgrade -v' command succeeds."
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-upgrade | 4 # ./FREEBSD-upgrade <command> [args] 19 # ./FREEBSD-upgrade merge-changes 20 # ./FREEBSD-upgrade rediff 24 # ./FREEBSD-upgrade extract <rev> 29 # ./FREEBSD-upgrade rediff 30 # ./FREEBSD-upgrade extract <rev> 35 # ./FREEBSD-upgrade rediff 36 # ./FREEBSD-upgrade extract <rev> 44 # ./FREEBSD-upgrade clean 49 if [ ! -x "FREEBSD-upgrade" ] ; then
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_001_pos.ksh | 36 # Executing 'zfs upgrade' command succeeds, it should report 43 # 2. Execute 'zfs upgrade', verify return 0, and it prints out 45 # 3. Remove all old-version filesystems, then execute 'zfs upgrade' again, 74 log_assert "Executing 'zfs upgrade' command succeeds." 85 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $oldoutput 108 log_must eval '$ZFS upgrade > $output 2>&1' 113 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $output 133 log_must eval '$ZFS upgrade > $output 2>&1' 140 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $output 148 log_pass "Executing 'zfs upgrade' command succeeds."
|
H A D | zfs_upgrade_003_pos.ksh | 36 # Executing 'zfs upgrade [-V version] filesystem' command succeeds, 37 # it could upgrade a filesystem to specific version or current version. 41 # 2. Execute 'zfs upgrade [-V version] filesystem', verify return 0, 80 log_assert "Executing 'zfs upgrade [-V version] filesystem' command succeeds." 102 log_must eval '$ZFS upgrade $opt $fs > /dev/null 2>&1' 105 log_mustnot eval '$ZFS upgrade $opt $fs > /dev/null 2>&1' 112 log_pass "Executing 'zfs upgrade [-V version] filesystem' command succeeds."
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | AutoUpgrade.h | 50 /// This is an auto-upgrade hook for any old intrinsic function syntaxes 64 /// Convert calls to ARC runtime functions to intrinsic calls and upgrade the 74 /// corresponding to the upgrade to the struct-path aware TBAA format. 78 /// This is an auto-upgrade for bitcast between pointers with different 83 /// This is an auto-upgrade for bitcast constant expression between pointers 97 /// Upgrade the loop attachment metadata node. 100 /// Upgrade the datalayout string by adding a section for address space 104 /// Upgrade attributes that changed format or kind. 107 /// Upgrade operand bundles (without knowing about their user instruction).
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/ |
H A D | zfs_clone_007_pos.ksh | 35 # 'zfs clone -o version=' could upgrade version, but downgrade is denied. 39 # 2. Verify it succeed while upgrade, but fails while the version downgraded. 51 if ! $(check_opt_support "upgrade") ; then 52 log_unsupported "'zfs upgrade' unsupported." 59 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \ 73 log_assert "'zfs clone -o version=' could upgrade version," \ 100 log_pass "'zfs clone -o version=' could upgrade version," \
|