/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 42 …zpool import' command:\n\n\n# zpool import\n pool: test\n id: 12743384782310107047\n state: ON… 58 …zpool import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which… 74 …zpool import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which… 90 …zpool import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which… 106 …zpool import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which… 122 …zpool import' to list which pool cannot be imported:\n\n\n# zpool import\n pool: test\n id: 13… 138 …zpool import', see the\nsection below. Otherwise, run 'zpool status -x' to determine which\npool … 154 …zpool status -x' to determine which pool is damaged:\n\n\n# zpool status -x\n pool: test\n state:… 170 …zpool status -x' to determine which pool has experienced\nerrors:\n\n\n# zpool status\n pool: tes… 186 …zpool import', see the section below.\nOtherwise, run 'zpool status -x' to determine which pool is… [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | i386.orig_history.txt | 2 2006-10-20.13:18:37 zpool create history_pool /var/tmp/i386.migratedpool.DAT 11 2006-10-20.13:18:37 zpool export history_pool 12 2007-04-05.00:05:38 zpool upgrade history_pool
|
H A D | sparc.orig_history.txt | 2 2006-10-27.03:13:47 zpool create history_pool /var/tmp/sparc.migratedpool.DAT 11 2006-10-27.03:13:49 zpool export history_pool 12 2007-04-05.00:41:55 zpool upgrade history_pool
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_020_pos.ksh | 101 if [[ -f /etc/zfs/zpool.cache ]] ; then 102 REF=$($STRINGS /etc/zfs/zpool.cache | $GREP ${TESTPOOL}) 105 $STRINGS /etc/zfs/zpool.cache
|
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | Makefile | 41 hal-storage-zpool-export hal-storage-zpool-import 57 CLEANFILES += $(STORAGE_SHAREDOBJS) $(STORAGE_OBJS) hal-storage-zpool.o 128 hal-storage-zpool-export: hal-storage-zpool.c $(STORAGE_SHAREDOBJS)
|
/titanic_41/usr/src/tools/quick/ |
H A D | make-zfs | 200 zpool \ 259 $ROOT/usr/share/man/man1m/zpool.1m ) 261 $ROOT/usr/share/man/man5/zpool-features.5 ) 264 (cd $SRC/man/man1m && make zdb.1m.check zfs.1m.check zpool.1m.check) 265 (cd $SRC/man/man5 && make zpool-features.5.check) 283 find cmd/zpool -name '*.[ch]' -print |sort
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_001_pos.ksh | 57 $ZPOOL upgrade -v > /tmp/zpool-versions.$$ 69 $RM /tmp/zpool-versions.$$
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | Makefile | 25 PROG= zpool 29 POFILE= zpool.po
|
/titanic_41/usr/src/cmd/boot/filelist/i386/ |
H A D | filelist.safe | 7 etc/zfs/zpool.cache
|
/titanic_41/usr/src/cmd/boot/filelist/sparc/ |
H A D | filelist.safe | 15 etc/zfs/zpool.cache
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/ |
H A D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zpool
|
H A D | zpool_002_pos.ksh | 87 corefile=${corepath}/core.zpool
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/ |
H A D | Makefile | 62 zpool \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-file-system-zfs.mf | 99 file path=sbin/zpool mode=0555 139 file path=usr/share/man/man1m/zpool.1m 141 file path=usr/share/man/man5/zpool-features.5 187 link path=usr/sbin/zpool target=../../sbin/zpool
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 227 be_make_root_ds(const char *zpool, const char *be_name, char *be_root_ds, in be_make_root_ds() argument 237 "%s/%s", zpool, be_name); in be_make_root_ds() 240 "%s/%s/%s", zpool, BE_CONTAINER_DS_NAME, be_name); in be_make_root_ds() 272 be_make_container_ds(const char *zpool, char *container_ds, in be_make_container_ds() argument 282 "%s", zpool); in be_make_container_ds() 285 "%s/%s", zpool, BE_CONTAINER_DS_NAME); in be_make_container_ds() 2467 const char *zpool = zpool_get_name(zlp); in be_zpool_find_current_be_callback() local 2485 be_make_container_ds(zpool, be_container_ds, in be_zpool_find_current_be_callback() 2516 if ((bt->obe_zpool = strdup(zpool)) == NULL) { in be_zpool_find_current_be_callback() 2615 const char *zpool = zpool_get_name(zlp); in be_check_be_roots_callback() local [all …]
|
H A D | be_create.c | 1227 const char *zpool = zpool_get_name(zlp); in be_find_zpool_callback() local 1233 be_make_root_ds(zpool, bt->obe_name, be_root_ds, sizeof (be_root_ds)); in be_find_zpool_callback() 1240 bt->obe_zpool = strdup(zpool); in be_find_zpool_callback() 1265 const char *zpool = zpool_get_name(zlp); in be_exists_callback() local 1272 be_make_root_ds(zpool, be_name, be_root_ds, sizeof (be_root_ds)); in be_exists_callback() 2871 be_create_container_ds(char *zpool) in be_create_container_ds() argument 2877 be_make_container_ds(zpool, be_container_ds, in be_create_container_ds()
|
/titanic_41/usr/src/test/zfs-tests/cmd/scripts/ |
H A D | zfstest.ksh | 34 typeset used_disks=$(/sbin/zpool status | awk \
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/ |
H A D | README | 30 This directory contains compressed blockfiles for zpool upgrade testing.
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/ |
H A D | README | 29 This directory contains compressed blockfiles for zpool import testing.
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cachefile/ |
H A D | cachefile.cfg | 31 export CPATH="/etc/zfs/zpool.cache"
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get.cfg | 31 # Set the expected properties of zpool
|
/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | update_grub.ksh | 89 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
|
/titanic_41/usr/src/man/man5/ |
H A D | Makefile | 125 zpool-features.5
|
/titanic_41/usr/src/cmd/ |
H A D | Makefile | 467 zpool \ 740 zpool \
|
/titanic_41/usr/src/cmd/stmsboot/ |
H A D | mpxio-upgrade | 50 ZPOOL=/usr/sbin/zpool
|