Lines Matching defs:device

206 		return (gettext("\tattach [-f] <pool> <device> "
207 "<new-device>\n"));
209 return (gettext("\tclear [-nF] <pool> [device]\n"));
217 return (gettext("\tdetach <pool> <device>\n"));
241 return (gettext("\toffline [-t] <pool> <device> ...\n"));
243 return (gettext("\tonline <pool> <device> ...\n"));
245 return (gettext("\treplace [-f] <pool> <device> "
246 "[new-device]\n"));
248 return (gettext("\tremove <pool> <device> ...\n"));
268 "[<device> ...]\n"));
609 (void) fprintf(stderr, gettext("missing device\n"));
633 * on the device.
689 "failed to find device %s, try specifying absolute "
1227 * Given a vdev configuration, determine the maximum width needed for the device
1376 (void) printf(gettext("missing device"));
1422 (void) printf(gettext("external device fault"));
1497 (void) printf(gettext("missing device"));
2428 * Log device section
2724 * for the pool / device name column across all pools.
3214 gettext("missing <device> specification\n"));
3266 * zpool replace [-f] <pool> <device> <new_device>
3270 * Replace <device> with <new_device>.
3280 * zpool attach [-f] <pool> <device> <new_device>
3284 * Attach <new_device> to the mirror containing <device>. If <device> is not
3285 * part of a mirror, then <device> will be transformed into a mirror of
3286 * <device> and <new_device>. In either case, <new_device> will begin life
3296 * zpool detach [-f] <pool> <device>
3298 * -f Force detach of <device>, even if DTLs argue against it
3301 * Detach a device from a mirror. The operation will be refused if <device>
3302 * is the last device in the mirror, or if the DTLs indicate that this device
3336 gettext("missing <device> specification\n"));
3356 * [-R altroot] <pool> <newpool> [<device> ...]
3364 * off may be listed, provided that no more than one device is specified
3369 * mirrors; all devices in the pool must be healthy; no device may be
3492 * zpool online <pool> <device> ...
3527 (void) fprintf(stderr, gettext("missing device name\n"));
3539 (void) printf(gettext("warning: device '%s' "
3545 "device\n"));
3562 * zpool offline [-ft] <pool> <device> ...
3564 * -f Force the device into the offline state, even if doing
3568 * -t Only take the device off-line temporarily. The offline
3604 (void) fprintf(stderr, gettext("missing device name\n"));
3624 * zpool clear <pool> [device]
3626 * Clear all errors associated with a pool or a particular device.
3639 char *pool, *device;
3691 device = argc == 2 ? argv[1] : NULL;
3698 if (zpool_clear(zhp, device, policy) != 0)
4163 (void) printf(gettext("action: Attach the missing device and "
4171 (void) printf(gettext("action: Attach the missing device and "
4180 (void) printf(gettext("action: Replace the device using "
4198 (void) printf(gettext("action: Determine if the device needs "
4200 "'zpool clear' or replace the device with 'zpool "
4209 (void) printf(gettext("action: Online the device using "
4210 "'zpool online' or replace the device with\n\t'zpool "
4219 (void) printf(gettext("action: Online the device using "
4220 "'zpool online' or replace the device with\n\t'zpool "
4307 (void) printf(gettext("action: Replace the faulted device, "
4308 "or use 'zpool clear' to mark the device\n\trepaired.\n"));
4317 "from a backup source. Manually marking the device\n"
4336 "device(s) and run 'zpool online',\n"
4901 (void) printf(gettext(" 19 Log device removal\n"));