Lines Matching defs:device

208 		return (gettext("\tattach [-f] <pool> <device> "
209 "<new-device>\n"));
211 return (gettext("\tclear [-nF] <pool> [device]\n"));
219 return (gettext("\tdetach <pool> <device>\n"));
243 return (gettext("\toffline [-t] <pool> <device> ...\n"));
245 return (gettext("\tonline [-e] <pool> <device> ...\n"));
247 return (gettext("\treplace [-f] <pool> <device> "
248 "[new-device]\n"));
250 return (gettext("\tremove <pool> <device> ...\n"));
269 "[<device> ...]\n"));
610 (void) fprintf(stderr, gettext("missing device\n"));
631 * on the device.
660 (void) fprintf(stderr, gettext("missing vdev device name\n"));
691 "\tTo remove label information from this device, export or destroy\n"
1205 * Given a vdev configuration, determine the maximum width needed for the device
1356 (void) printf(gettext("missing device"));
1406 (void) printf(gettext("external device fault"));
1487 (void) printf(gettext("missing device"));
2424 * Log device section
2720 * for the pool / device name column across all pools.
3237 gettext("missing <device> specification\n"));
3289 * zpool replace [-f] <pool> <device> <new_device>
3293 * Replace <device> with <new_device>.
3303 * zpool attach [-f] <pool> <device> <new_device>
3307 * Attach <new_device> to the mirror containing <device>. If <device> is not
3308 * part of a mirror, then <device> will be transformed into a mirror of
3309 * <device> and <new_device>. In either case, <new_device> will begin life
3319 * zpool detach [-f] <pool> <device>
3321 * -f Force detach of <device>, even if DTLs argue against it
3324 * Detach a device from a mirror. The operation will be refused if <device>
3325 * is the last device in the mirror, or if the DTLs indicate that this device
3359 gettext("missing <device> specification\n"));
3379 * [-R altroot] <pool> <newpool> [<device> ...]
3387 * off may be listed, provided that no more than one device is specified
3392 * mirrors; all devices in the pool must be healthy; no device may be
3517 * zpool online <pool> <device> ...
3552 (void) fprintf(stderr, gettext("missing device name\n"));
3564 (void) printf(gettext("warning: device '%s' "
3570 "device\n"));
3587 * zpool offline [-ft] <pool> <device> ...
3589 * -f Force the device into the offline state, even if doing
3593 * -t Only take the device off-line temporarily. The offline
3629 (void) fprintf(stderr, gettext("missing device name\n"));
3649 * zpool clear <pool> [device]
3651 * Clear all errors associated with a pool or a particular device.
3664 char *pool, *device;
3716 device = argc == 2 ? argv[1] : NULL;
3723 if (zpool_clear(zhp, device, policy) != 0)
4189 (void) printf(gettext("action: Attach the missing device and "
4197 (void) printf(gettext("action: Attach the missing device and "
4206 (void) printf(gettext("action: Replace the device using "
4224 (void) printf(gettext("action: Determine if the device needs "
4226 "'zpool clear' or replace the device with 'zpool "
4235 (void) printf(gettext("action: Online the device using "
4236 "'zpool online' or replace the device with\n\t'zpool "
4245 (void) printf(gettext("action: Online the device using "
4246 "'zpool online' or replace the device with\n\t'zpool "
4333 (void) printf(gettext("action: Replace the faulted device, "
4334 "or use 'zpool clear' to mark the device\n\trepaired.\n"));
4343 "from a backup source. Manually marking the device\n"
4362 "device(s) and run 'zpool online',\n"
5052 (void) printf(gettext(" 19 Log device removal\n"));