Lines Matching full:rebuild
85 " Requests a check and rebuild of the parity information on <drive>.\n"
87 {"rebuild", cmd_rebuild,
88 "initiate a rebuild of a dead physical drive",
89 " rebuild <controller> <physdrive>\n"
92 " Note that each controller can only perform one rebuild at a time."},
193 /* If we don't have rebuild stats for this controller, get them */ in status_print()
244 /* rebuild/check in progress on this drive? */ in status_print()
572 warnx("drive rebuild or consistency check is already in progress on this controller"); in cmd_check()
584 * Initiate a physical drive rebuild
586 * rebuild <controller> <channel>:<target>
587 * Start a rebuild of <controller>:<channel>:<target>
615 /* try to start the rebuild */ in cmd_rebuild()
622 warnx("drive failed during rebuild"); in cmd_rebuild()
628 warnx("drive rebuild or consistency check is already in progress on this controller"); in cmd_rebuild()