User Tools

Site Tools


raid:mdadm:check_the_raid_status

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raid:mdadm:check_the_raid_status [2021/09/13 23:35] peterraid:mdadm:check_the_raid_status [2021/09/14 08:41] (current) peter
Line 15: Line 15:
  
 <WRAP info> <WRAP info>
-**NOTE:**  Details:+**NOTE:**
  
-  * **Personalities**:  What RAID level the kernel currently supports.+  * **Personalities**:  What RAID levels the kernel currently supports.
     * This can be changed by either changing the raid modules or recompiling the kernel.     * This can be changed by either changing the raid modules or recompiling the kernel.
     * Possible personalities include: [raid0] [raid1] [raid4] [raid5] [raid6] [linear] [multipath] [faulty]      * Possible personalities include: [raid0] [raid1] [raid4] [raid5] [raid6] [linear] [multipath] [faulty] 
       * **[faulty]** is a diagnostic personality; it does not mean there is a problem with the array.       * **[faulty]** is a diagnostic personality; it does not mean there is a problem with the array.
  
-  * **md0**:  The device is /dev/md_0.+  * **md0**:  The device is /dev/md0.
   * **active**:  The RAID is active and started.   * **active**:  The RAID is active and started.
     * An inactive array is usually faulty. Stopped arrays are not visible here.     * An inactive array is usually faulty. Stopped arrays are not visible here.
Line 35: Line 35:
     * **sde3[1]** is device 1.     * **sde3[1]** is device 1.
       * The order in which the devices appear in this line means nothing.       * The order in which the devices appear in this line means nothing.
 +  * **46824429696 blocks**:  The usable size of the array in blocks.
 +  * **super 1.0**:  The array uses a 1.0 [[https://raid.wiki.kernel.org/index.php/RAID_superblock_formats|superblock]].
 +  * **level 6**:  Confirms this is a level 6 array.
 +  * **64k chunk**:  Has a chunk size of 64k.
 +    * This is the size for 'chunks' and is only relevant to raid levels that involve striping (1,4,5,6,10).
 +    * The address space of the array is conceptually divided into chunks and consecutive chunks are striped onto neighboring devices. 
 +  * **algorithm 2**:  Uses algorithm 2.
   * **[8/8]**:  The first number is the number of a complete raid devices as defined.  The second number is how many devices are in use.   * **[8/8]**:  The first number is the number of a complete raid devices as defined.  The second number is how many devices are in use.
- +  * **[UUUUUUUU]**:  The status of each device. 
-The values returned are: +    * **F**:  The drive has failed. 
- +    * **U**:  The drive is used and working fine. 
-  * **F**:  The drive has failed. +    * **_**:  The drive is down.
-  * **U**:  The drive is used and working fine. +
-  * **_**:  The drive is unused.+
  
 </WRAP> </WRAP>
raid/mdadm/check_the_raid_status.1631576108.txt.gz · Last modified: 2021/09/13 23:35 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki