/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | DISK.po | 29 # code: DISK-8000-0X 32 msgid "DISK-8000-0X.type" 34 msgid "DISK-8000-0X.severity" 36 msgid "DISK-8000-0X.description" 38 msgid "DISK-8000-0X.response" 40 msgid "DISK-8000-0X.impact" 42 msgid "DISK-8000-0X.action" 45 # code: DISK-8000-12 48 msgid "DISK-8000-12.type" 50 msgid "DISK-8000-12.severity" [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/ |
H A D | vdev_zaps_004_pos.ksh | 36 DISK=${DISKS%% *} 37 log_must zpool create -f $TESTPOOL $DISK 43 orig_top=$(get_top_vd_zap $DISK $conf) 44 orig_leaf=$(get_leaf_vd_zap $DISK $conf) 45 assert_zap_common $TESTPOOL $DISK "top" $orig_top 52 log_must zpool attach $TESTPOOL $DISK $disk2 62 new_leaf=$(get_leaf_vd_zap $DISK $conf) 64 log_fail "$DISK used to have leaf-level ZAP $orig_leaf, now has "\ 68 dsk1_top=$(get_top_vd_zap $DISK $conf) 69 [[ -n "$dsk1_top" ]] && log_fail "$DISK has top-level ZAP, but is only leaf." [all …]
|
H A D | vdev_zaps_005_pos.ksh | 33 DISK=${DISKS%% *} 34 log_must zpool create -f $TESTPOOL $DISK 40 orig_top=$(get_top_vd_zap $DISK $conf) 41 orig_leaf=$(get_leaf_vd_zap $DISK $conf) 42 assert_zap_common $TESTPOOL $DISK "top" $orig_top 43 assert_zap_common $TESTPOOL $DISK "leaf" $orig_leaf 55 new_top=$(get_top_vd_zap $DISK $conf) 56 new_leaf=$(get_leaf_vd_zap $DISK $conf)
|
H A D | vdev_zaps_001_pos.ksh | 32 DISK=${DISKS%% *} 34 log_must zpool create -f $TESTPOOL $DISK 38 assert_top_zap $TESTPOOL $DISK "$conf" 39 assert_leaf_zap $TESTPOOL $DISK "$conf"
|
H A D | vdev_zaps_003_pos.ksh | 41 for DISK in $DISKS; do 42 assert_leaf_zap $TESTPOOL $DISK "$conf" 43 top_zap=$(get_top_vd_zap $DISK "$conf") 44 [[ -n "$top_zap" ]] && log_fail "Leaf vdev $DISK has top-level ZAP."
|
H A D | vdev_zaps_002_pos.ksh | 39 for DISK in $DISKS; do 40 assert_top_zap $TESTPOOL $DISK "$conf" 41 assert_leaf_zap $TESTPOOL $DISK "$conf"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_replicas/ |
H A D | grow_replicas_001_pos.ksh | 66 if [[ -n $DISK ]]; then 67 log_note "No spare disks available. Using slices on $DISK" 69 log_must set_partition $slice "$cyl" $SIZE $DISK 70 cyl=$(get_endslice $DISK $slice) 72 create_pool $TESTPOOL $pooltype ${DISK}s0 ${DISK}s1 94 if [[ -n $DISK ]]; then 95 log_must zpool add $TESTPOOL $pooltype ${DISK}s3 ${DISK}s4
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_004_pos.ksh | 40 for DISK in $DISKS; do 41 zpool labelclear -f $DEV_RDSKDIR/$DISK 47 set -A DISK $DISKS 50 log_must zpool offline $TESTPOOL ${DISK[0]} 53 log_must dd if=$DEV_DSKDIR/${DISK[0]}s0 of=$DEV_DSKDIR/${DISK[1]}s0 bs=1024 count=256 conv=notrunc 55 ubs=$(zdb -lu $DEV_RDSKDIR/${DISK[1]}s0 | grep -e LABEL -e Uberblock -e 'labels = ') 58 ub_dump_counts=$(zdb -lu $DEV_RDSKDIR/${DISK[1]}s0 | \
|
H A D | zdb_005_pos.ksh | 45 set -A DISK $DISKS 48 log_must dd if=/dev/zero of=$DEV_DSKDIR/${DISK[1]}s0 bs=1024 count=256 conv=notrunc 51 zdb -l $DEV_RDSKDIR/${DISK[0]}s0 55 zdb -l $DEV_RDSKDIR/${DISK[1]}s0
|
H A D | zdb_003_pos.ksh | 43 set -A DISK $DISKS 46 log_must dd if=${DEV_DSKDIR}/${DISK[0]}s0 of=${DEV_DSKDIR}/${DISK[1]}s0 bs=1024 count=256 conv=notr… 49 config_count=$(zdb -l $DEV_RDSKDIR/${DISK[$x]}s0 | grep -c features_for_read)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_pool/ |
H A D | setup.ksh | 41 if [[ -n $DISK ]]; then 42 log_note "No spare disks available. Using slices on $DISK" 44 log_must set_partition $i "$cyl" $SIZE $DISK 45 cyl=$(get_endslice $DISK $i) 47 tmp=$DISK"s"$SLICE0
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk.c | 49 {DISK, FM_FMRI_SCHEME_HC, DISK_VERSION, &disk_ops}; 92 if (strcmp(name, DISK) != 0 && strcmp(name, NVME) != 0) { in disk_enum() 95 DISK, NVME); in disk_enum() 176 "initializing %s enumerator\n", DISK); in _topo_init() 180 "%s registration failed: %s\n", DISK, topo_mod_errmsg(mod)); in _topo_init() 208 "%s enumerator initialized\n", DISK); in _topo_init() 224 "%s enumerator uninitialized\n", DISK); in _topo_fini()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_destroy/ |
H A D | zpool_destroy_001_pos.ksh | 59 zero_partitions $DISK 72 partition_disk $SLICE_SIZE $DISK 2 74 create_pool "$TESTPOOL" "${DISK}s${SLICE0}" 75 create_pool "$TESTPOOL1" "${DISK}s${SLICE1}"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | setup.ksh | 30 DISK=${DISKS%% *} 33 default_volume_setup $DISK 35 default_setup $DISK
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/write_dirs/ |
H A D | setup.ksh | 43 DISK=${DISKS%% *} 45 log_must set_partition $SLICE "" $SIZE $DISK 47 default_setup "$DISK"s"$SLICE"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | setup.ksh | 41 DISK=${DISKS%% *} 43 log_must set_partition 0 "" $SIZE $DISK 45 default_setup $DISK"s0"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/ |
H A D | setup.ksh | 41 if [[ -n $DISK ]]; then 46 cleanup_devices $DISK 48 partition_disk $SIZE $DISK 7
|
H A D | zpool_add.cfg | 40 export DISK=${DISKS%% *} 42 export DISK="" 45 export DISK${i}="${disk_array[$i]}" 55 export disk=$DISK
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | setup.ksh | 41 if [[ -n $DISK ]]; then 46 cleanup_devices $DISK 48 partition_disk $((($MINVDEVSIZE / (1024 * 1024)) * 3))m $DISK 7
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/ |
H A D | utils_test_007_pos.ksh | 64 if ! $(is_physical_device $DISK); then 65 log_must fstyp $DISK 67 log_must fstyp /dev/rdsk/${DISK}s0
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/fault/ |
H A D | zpool_status_-s.ksh | 44 DISK=${DISKS%% *} 69 log_must zinject -d $DISK -D20:100 $TESTPOOL 74 SLOW_IOS=$(zpool status -sp | grep "$DISK" | awk '{print $6}')
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_names/ |
H A D | pool_names_002_neg.ksh | 86 log_mustnot zpool create -m $TESTDIR $POOLNAME $DISK 102 log_mustnot zpool create -m $TESTDIR $POOLNAME $DISK 121 log_mustnot zpool create -m $TESTDIR ${POOLNAME[$i]} $DISK
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/ |
H A D | mmp_on_uberblocks.ksh | 78 SEQ_BEFORE=$(zdb -luuuu ${DISK[0]} | awk '/mmp_seq/ {if ($NF>max) max=$NF}; END {print max}') 80 SEQ_AFTER=$(zdb -luuuu ${DISK[0]} | awk '/mmp_seq/ {if ($NF>max) max=$NF}; END {print max}') 82 zdb -luuuu ${DISK[0]}
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bay.c | 355 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in x86pi_gen_bay() 357 f, DISK, topo_strerror(topo_mod_errno(mod))); in x86pi_gen_bay() 361 rv = topo_node_range_create(mod, tn_bay, DISK, min, max); in x86pi_gen_bay() 368 rv = topo_mod_enumerate(mod, tn_bay, DISK, DISK, min, max, NULL); in x86pi_gen_bay() 371 DISK, topo_strerror(topo_mod_errno(mod))); in x86pi_gen_bay()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/ |
H A D | cache.cfg | 41 export DISK=${DISKS%% *} 43 export DISK="" 46 export DISK${i}="${disk_array[$i]}" 55 export disk=$DISK
|