RAID Reconstruction

Reconstruction of a RAID (except RAID 0) starts automatically after a drive has been replaced in the RAID. While a RAID is being reconstructed, the functions initialization and restriping are paused.

Tip:

To improve the system performance under the workload, try decreasing reconstruction priority by changing the corresponding RAID parameter.

To stop the RAID reconstruction, run

# xicli raid recon stop <arg>
Table 1. Argument for the recon stop subcommand

Required argument

-n

--name

The name of the RAID.

To start the RAID reconstruction, run

# xicli raid recon start <arg>
Table 2. Argument for the recon start subcommand

Required argument

-n

--name

The name of the RAID.

Example: Start RAID “media5” reconstruction:

# xicli raid recon start -n media5