Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
linux:raid [2017/02/23 15:15]
solovyanov [Setting up RAID10 with tw_cli]
linux:raid [2017/02/23 15:18]
solovyanov [Setting up RAID10 with tw_cli]
Line 176: Line 176:
 Generating the RAID10 field with disks in ports from 8 to 17: Generating the RAID10 field with disks in ports from 8 to 17:
   ./tw_cli /c0 add type=raid10 disk=8-17 noautoverify   ./tw_cli /c0 add type=raid10 disk=8-17 noautoverify
-Software removing a disk from port 14:+Software ​way of removing a disk from port 14:
   ./tw_cli maint remove c0 p14   ./tw_cli maint remove c0 p14
 Taking a look of what has it done: Taking a look of what has it done:
Line 184: Line 184:
 Starting the verification process (if the unit was not previously initialized,​ it will be): Starting the verification process (if the unit was not previously initialized,​ it will be):
   ./tw_cli /c0/u0 start verify   ./tw_cli /c0/u0 start verify
 +If you need to check which disk is connected to each port, you can use this command, it will light the external GUI light:
 +  ./tw_cli /c0/p16 set identify=on
  
 Problem: after physically removing a disk and installing it back, RAID started re-initializing by its own will without letting the master know. It's just bad. Problem: after physically removing a disk and installing it back, RAID started re-initializing by its own will without letting the master know. It's just bad.
   ​   ​
 
linux/raid.txt · Last modified: 2017/03/20 11:51 by tomsa