/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_online_001_neg.ksh | 48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-offline.dat \ 60 log_mustnot zpool online $TESTPOOL.virt /$TESTDIR/disk-offline.dat 63 log_mustnot zpool online -t $TESTPOOL.virt /$TESTDIR/disk-offline.dat
|
H A D | setup.ksh | 124 mkfile $MINVDEVSIZE /$TESTDIR/disk-offline.dat 131 /$TESTDIR/disk2.dat /$TESTDIR/disk3.dat /$TESTDIR/disk-offline.dat \ 136 log_must zpool offline $TESTPOOL.virt /$TESTDIR/disk-offline.dat
|
H A D | zpool_offline_001_neg.ksh | 60 log_mustnot zpool offline $TESTPOOL.virt /$TESTDIR/disk-1.dat 63 log_mustnot zpool offline -t $TESTPOOL.virt /$TESTDIR/disk-1.dat
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/ |
H A D | zpool_offline_001_pos.ksh | 82 log_must zpool offline ${args[$i]} $TESTPOOL $disk 88 log_mustnot zpool offline ${args[$i]} $TESTPOOL $disk 109 log_must zpool offline ${args[$index]} $TESTPOOL $disk
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 234 offline external conditions are not satisfied 242 The states of interest are offline, offline* and online. 249 To understand the distinction between offline and offline*, consider the case 263 So we see that offline and offline* can thus be used to distinguish between 267 (offline). 284 be trying to connect (and thus be offline* if they cannot). 412 o "exclusive" NCUs exist and none are offline*/online, 413 o "shared" NCUs exist and none are offline*/online, 414 o "all" NCUs exist and all are not offline*/online, 415 o no NCUs are offline*/online. [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/online_offline/ |
H A D | online_offline_002_neg.ksh | 97 log_must zpool offline $TESTPOOL ${disks[$j]} 104 log_must zpool offline $TESTPOOL ${disks[$i]} 112 log_mustnot zpool offline $TESTPOOL ${disks[$j]}
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | GMCA.po | 37 msgstr "The system will attempt to offline this cpu to remove it from service." 53 msgstr "The system will attempt to offline this cpu to remove it from service." 69 msgstr "The system will attempt to offline this cpu to remove it from service." 85 msgstr "The system will attempt to offline this cpu to remove it from service." 101 msgstr "The system will attempt to offline this cpu to remove it from service." 117 msgstr "The system will attempt to offline this cpu to remove it from service." 133 msgstr "The system will attempt to offline this cpu to remove it from service." 149 msgstr "The system will attempt to offline this cpu to remove it from service." 165 msgstr "The system will attempt to offline this cpu to remove it from service." 181 msgstr "The system will attempt to offline this cpu to remove it from service." [all …]
|
H A D | INTEL.po | 37 msgstr "The system will attempt to offline this cpu to remove it from service." 53 msgstr "The system will attempt to offline this cpu to remove it from service." 69 msgstr "The system will attempt to offline this cpu to remove it from service." 85 msgstr "The system will attempt to offline this cpu to remove it from service." 101 msgstr "The system will attempt to offline this cpu to remove it from service." 117 msgstr "The system will attempt to offline this cpu to remove it from service." 133 msgstr "The system will attempt to offline this cpu to remove it from service." 149 msgstr "The system will attempt to offline this cpu to remove it from service." 165 msgstr "The system will attempt to offline this cpu to remove it from service." 181 msgstr "The system will attempt to offline this cpu to remove it from service." [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/ |
H A D | persist_l2arc_008_pos.ksh | 84 log_must zpool offline $TESTPOOL $VDEV_CACHE 104 log_must zpool offline $TESTPOOL $VDEV_CACHE 136 log must zpool offline $TESTPOOL $VDEV_CACHE
|
H A D | persist_l2arc_007_pos.ksh | 74 log_must zpool offline $TESTPOOL $VDEV_CACHE 90 log_must zpool offline $TESTPOOL $VDEV_CACHE
|
H A D | persist_l2arc_006_pos.ksh | 75 log_must zpool offline $TESTPOOL $VDEV_CACHE 94 log must zpool offline $TESTPOOL $VDEV_CACHE
|
H A D | l2arc_arcstats_pos.ksh | 71 log_must zpool offline $TESTPOOL $VDEV_CACHE 91 log_must zpool offline $TESTPOOL $VDEV_CACHE
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
H A D | zpool_initialize_online_offline.ksh | 49 log_must zpool offline $TESTPOOL $DISK1 66 log_must zpool offline $TESTPOOL $DISK1
|
H A D | zpool_initialize_offline_export_import_online.ksh | 46 log_must zpool offline $TESTPOOL $DISK1
|
H A D | zpool_initialize_unsupported_vdevs.ksh | 67 log_must zpool offline $TESTPOOL ${FDISKS[1]}
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_online_offline.ksh | 45 log_must zpool offline $TESTPOOL $DISK1 62 log_must zpool offline $TESTPOOL $DISK1
|
H A D | zpool_trim_unsupported_vdevs.ksh | 63 log_must zpool offline $TESTPOOL ${FDISKS[1]}
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bootdev.c | 217 char *rptr, *optr, *offline; in i_devname_to_promname() local 278 offline = kmem_zalloc(len, KM_SLEEP); /* offline paths */ in i_devname_to_promname() 280 optr = offline; in i_devname_to_promname() 374 bcopy(offline, rptr, rlen); in i_devname_to_promname() 376 kmem_free(offline, len); in i_devname_to_promname()
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | blkdev.shlib | 245 # Online or offline a disk on the system 251 function on_off_disk # disk state{online,offline} host 261 if [[ $state == "offline" ]] && ( is_mpath_device $disk ); then 274 log_must eval "echo 'offline' > ${ss}" 285 elif [[ $state == "offline" ]] && ( is_real_device $disk ); then 291 log_must eval "echo 'offline' > ${dev_state}" 299 log_note "$disk is already offline" 340 on_off_disk $disk "offline"
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_script.sh | 84 force_state_change $1 offline 106 force_state_change $1 offline
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 43 int offline; /* offline cpus count */ member 156 swdp->offline++; in cpu_walker() 203 swdp->err = swdp->offline = swdp->online = swdp->fail = 0; in walk_cpus() 280 else if (swd.offline > 0) in cpu_service_state() 303 rc = (swd.offline > 0 && swd.fail + swd.online == 0) ? 1 : 0; in cpu_unusable()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 726 boolean_t offline = B_FALSE; in iscsi_lun_offline() local 753 offline = B_TRUE; in iscsi_lun_offline() 758 offline = B_TRUE; in iscsi_lun_offline() 775 offline = B_TRUE; in iscsi_lun_offline() 780 offline = B_TRUE; in iscsi_lun_offline() 785 if (offline == B_TRUE && pathname != NULL && in iscsi_lun_offline()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_011_neg.ksh | 52 status offline online clear \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/ |
H A D | cache_009_pos.ksh | 58 log_must zpool offline $TESTPOOL $ldev
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_011_neg.ksh | 59 log_must zpool offline $TESTPOOL $ldev
|