Searched refs:zpool (Results 226 - 250 of 251) sorted by relevance

1234567891011

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_014_neg.ksh38 # 'zpool create' will fail with ordinary file in swap
65 log_assert "'zpool create' should fail with regular file in swap."
88 log_mustnot zpool create $opt $TESTPOOL $TMP_FILE
91 log_pass "'zpool create' passed as expected with inapplicable scenario."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A Dzpool_destroy_001_pos.ksh38 # 'zpool destroy <pool>' can successfully destroy the specified pool.
68 log_assert "'zpool destroy <pool>' can destroy a specified pool."
82 log_must zpool destroy "${datasets[i]}"
87 log_pass "'zpool destroy <pool>' executes successfully"
H A Dzpool_destroy_002_pos.ksh37 # 'zpool destroy -f <pool>' can forcely destroy the specified pool.
43 # Verify 'zpool destroy' without '-f' will fail.
44 # 4. 'zpool destroy -f' the pool
74 log_assert "'zpool destroy -f <pool>' can forcely destroy the specified pool"
96 log_note "'zpool destroy' without '-f' will fail " \
101 log_mustnot zpool destroy $TESTPOOL
117 log_pass "'zpool destroy -f <pool>' success."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh37 # zpool upgrade -a works
53 log_assert "zpool upgrade -a works"
68 log_must zpool upgrade -a
83 log_pass "zpool upgrade -a works"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dscrub_mirror_common.kshlib55 log_must zpool scrub $POOL
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_012_pos.ksh54 psize=$(zpool list -H -o allocated $poolname)
84 #Make sure the newly created file is counted into zpool usage
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh36 # Executing 'zpool offline' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool offline' options.
81 log_assert "Executing 'zpool offline' with bad options fails"
91 log_mustnot zpool offline ${args[$i]}
96 log_pass "'zpool offline' command with bad options failed as expected."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_015_pos.ksh35 poolexists $TESTPOOL2 && zpool destroy $TESTPOOL2
143 log_must zpool create $TESTPOOL2 $VIRTUAL_DISK
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh60 log_must zpool destroy -f $pool
125 log_must zpool create $pool ${file}$i
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib58 # If we aren't running zpool or zfs, something is wrong
59 [[ $cmd == "zpool" || $cmd == "zfs" ]] || \
67 zpool history $flags $pool > $OLD_HISTORY 2>/dev/null
73 zpool history $flags $pool > $TMP_HISTORY 2>/dev/null
77 # Verify what's common to every case, regardless of zpool history flags.
81 # If 'zpool history' was called without any flags, then we're done.
356 # This function doesn't currently verifiy the zpool command.
H A Dhistory_002_pos.ksh122 zpool history $TESTPOOL | grep 'zfs send' >/dev/null 2>&1 && \
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh89 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh42 typeset used_disks=$(zpool status | awk \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh191 zpool upgrade -v | grep "Snapshot properties" > /dev/null 2>&1
H A Dsend-cpL_varied_recsize.ksh166 log_must zpool create -d $POOL3 $DISK3
H A Drsend.kshlib377 if ! zpool list $srcfs > /dev/null 2>&1 ; then
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash83 or_die /bin/mv $workdir/zpool.cache $dest/vdev/
/illumos-gate/usr/src/man/man5/
H A DMakefile131 zpool-features.5
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade51 ZPOOL=/usr/sbin/zpool
/illumos-gate/usr/src/cmd/
H A DMakefile470 zpool \
741 zpool \
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c435 * zpool - pointer zpool name.
445 be_make_root_ds(const char *zpool, const char *be_name, char *be_root_ds, argument
455 "%s/%s", zpool, be_name);
458 "%s/%s/%s", zpool, BE_CONTAINER_DS_NAME, be_name);
480 * zpool - pointer zpool name.
490 be_make_container_ds(const char *zpool, char *container_ds, argument
500 "%s", zpool);
503 "%s/%s", zpool, BE_CONTAINER_DS_NAM
2685 const char *zpool = zpool_get_name(zlp); local
2833 const char *zpool = zpool_get_name(zlp); local
[all...]
H A Dbe_create.c137 /* Get zpool name */
180 "find existing zpool (%s): %s\n"), bt.nbe_zpool,
435 /* Find which zpool obe_name lives in */
437 be_print_err(gettext("be_destroy: failed to find zpool "
664 /* Find which zpool obe_name lives in */
668 "find zpool for BE (%s)\n"), bt.obe_name);
696 /* Get zpool name to create new BE in */
822 * If zpool name to create new BE in is not provided,
1227 const char *zpool = zpool_get_name(zlp); local
1233 be_make_root_ds(zpool, b
1265 const char *zpool = zpool_get_name(zlp); local
2866 be_create_container_ds(char *zpool) argument
[all...]
H A Dbe_mount.c267 /* Find which zpool obe_name lives in */
270 "find zpool for BE (%s)\n"), bt.obe_name);
436 /* Find which zpool obe_name lives in */
439 "find zpool for BE (%s)\n"), bt.obe_name);
1539 const char *zpool = zpool_get_name(zlp); local
1545 if ((zhp = zfs_open(g_zfs, zpool, ZFS_TYPE_FILESYSTEM)) == NULL) {
1547 "failed to open pool dataset %s: %s\n"), zpool,
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh290 replace_with_native /sbin/zpool 0555 root:bin
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh362 pversion=$(zpool list -H -o version $pool)
363 cversion=$(zpool upgrade -v | grep Crypto | awk '{ print $1 }')
1843 zpool iostat 1>/dev/null 2>&1
1846 zpool list -H zone 1>/dev/null 2>&1

Completed in 90 milliseconds

1234567891011