Advertisement
Guest User

Untitled

a guest
Jul 28th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. root@jabba:~# mdadm --detail /dev/md0
  2. /dev/md0:
  3. Version : 1.2
  4. Creation Time : Sat Jul 14 18:36:00 2012
  5. Raid Level : raid5
  6. Array Size : 3907037184 (3726.04 GiB 4000.81 GB)
  7. Used Dev Size : 976759296 (931.51 GiB 1000.20 GB)
  8. Raid Devices : 5
  9. Total Devices : 5
  10. Persistence : Superblock is persistent
  11.  
  12. Update Time : Sat Jul 28 06:59:17 2012
  13. State : clean
  14. Active Devices : 5
  15. Working Devices : 5
  16. Failed Devices : 0
  17. Spare Devices : 0
  18.  
  19. Layout : left-symmetric
  20. Chunk Size : 512K
  21.  
  22. Name : jabba:0 (local to host jabba)
  23. UUID : 162ac6da:d0f86f12:5c42e274:be5e1a00
  24. Events : 53
  25.  
  26. Number Major Minor RaidDevice State
  27. 0 8 1 0 active sync /dev/sda1
  28. 1 8 17 1 active sync /dev/sdb1
  29. 2 8 33 2 active sync /dev/sdc1
  30. 3 8 49 3 active sync /dev/sdd1
  31. 4 8 65 4 active sync /dev/sde1
  32.  
  33. root@yoda:~# mdadm --detail /dev/md0
  34. /dev/md0:
  35. Version : 1.2
  36. Creation Time : Sat Jul 14 21:45:50 2012
  37. Raid Level : raid5
  38. Array Size : 3907037184 (3726.04 GiB 4000.81 GB)
  39. Used Dev Size : 976759296 (931.51 GiB 1000.20 GB)
  40. Raid Devices : 5
  41. Total Devices : 5
  42. Persistence : Superblock is persistent
  43.  
  44. Update Time : Sat Jul 28 07:01:54 2012
  45. State : active
  46. Active Devices : 5
  47. Working Devices : 5
  48. Failed Devices : 0
  49. Spare Devices : 0
  50.  
  51. Layout : left-symmetric
  52. Chunk Size : 512K
  53.  
  54. Name : yoda:0 (local to host yoda)
  55. UUID : 9b31e66d:16f2328f:4dc8584d:7a656e14
  56. Events : 30
  57.  
  58. Number Major Minor RaidDevice State
  59. 0 8 1 0 active sync /dev/sda1
  60. 1 8 17 1 active sync /dev/sdb1
  61. 2 8 33 2 active sync /dev/sdc1
  62. 3 8 49 3 active sync /dev/sdd1
  63. 4 8 65 4 active sync /dev/sde1
  64.  
  65. root@obi-wan:~# mdadm --detail /dev/md[0-1]
  66. /dev/md0:
  67. Version : 1.2
  68. Creation Time : Fri Jul 20 08:10:23 2012
  69. Raid Level : raid5
  70. Array Size : 781237760 (745.05 GiB 799.99 GB)
  71. Used Dev Size : 156247552 (149.01 GiB 160.00 GB)
  72. Raid Devices : 6
  73. Total Devices : 6
  74. Persistence : Superblock is persistent
  75.  
  76. Update Time : Sat Jul 28 07:03:27 2012
  77. State : clean
  78. Active Devices : 6
  79. Working Devices : 6
  80. Failed Devices : 0
  81. Spare Devices : 0
  82.  
  83. Layout : left-symmetric
  84. Chunk Size : 512K
  85.  
  86. Name : obi-wan:0 (local to host obi-wan)
  87. UUID : 0ed6eef0:d0b02302:bea62980:90e42cd0
  88. Events : 136
  89.  
  90. Number Major Minor RaidDevice State
  91. 0 8 1 0 active sync /dev/sda1
  92. 1 8 17 1 active sync /dev/sdb1
  93. 2 8 33 2 active sync /dev/sdc1
  94. 3 8 49 3 active sync /dev/sdd1
  95. 4 8 65 4 active sync /dev/sde1
  96. 5 8 81 5 active sync /dev/sdf1
  97. /dev/md1:
  98. Version : 1.2
  99. Creation Time : Fri Jul 20 08:10:36 2012
  100. Raid Level : raid5
  101. Array Size : 1406639616 (1341.48 GiB 1440.40 GB)
  102. Used Dev Size : 468879872 (447.16 GiB 480.13 GB)
  103. Raid Devices : 4
  104. Total Devices : 4
  105. Persistence : Superblock is persistent
  106.  
  107. Update Time : Sat Jul 28 07:02:58 2012
  108. State : clean
  109. Active Devices : 4
  110. Working Devices : 4
  111. Failed Devices : 0
  112. Spare Devices : 0
  113.  
  114. Layout : left-symmetric
  115. Chunk Size : 512K
  116.  
  117. Name : obi-wan:1 (local to host obi-wan)
  118. UUID : ea5fbddb:7102bee7:bd0baa90:73bea911
  119. Events : 78
  120.  
  121. Number Major Minor RaidDevice State
  122. 0 8 2 0 active sync /dev/sda2
  123. 1 8 18 1 active sync /dev/sdb2
  124. 2 8 66 2 active sync /dev/sde2
  125. 3 8 82 3 active sync /dev/sdf2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement