-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from ixs/patch-1
Parse 3ware VERIFY-PAUSED as okay
- Loading branch information
Showing
8 changed files
with
211 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
Ctl Model (V)Ports Drives Units NotOpt RRate VRate BBU | ||
------------------------------------------------------------------------ | ||
c0 9650SE-16ML 16 12 3 0 1 1 OK | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
Name OnlineState BBUReady Status Volt Temp Hours LastCapTest | ||
--------------------------------------------------------------------------- | ||
bbu On Yes OK OK OK 255 07-May-2022 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
VPort Status Unit Size Type Phy Encl-Slot Model | ||
------------------------------------------------------------------------------ | ||
p0 OK u0 298.09 GB SATA 0 - ST3320620AS | ||
p1 OK u0 298.09 GB SATA 1 - ST3320620AS | ||
p2 OK u0 298.09 GB SATA 2 - ST3320620AS | ||
p3 OK u0 298.09 GB SATA 3 - ST3320620AS | ||
p4 OK u0 298.09 GB SATA 4 - ST3320620AS | ||
p5 OK u0 298.09 GB SATA 5 - ST3320620AS | ||
p6 OK u0 298.09 GB SATA 6 - ST3320620AS | ||
p7 OK u0 298.09 GB SATA 7 - ST3320620AS | ||
p8 OK u0 298.09 GB SATA 8 - ST3320620AS | ||
p9 OK u0 298.09 GB SATA 9 - ST3320620AS | ||
p10 VERIFYING u1 298.09 GB SATA 10 - ST3320620AS | ||
p11 VERIFYING u2 298.09 GB SATA 11 - ST3320620AS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
Unit UnitType Status %RCmpl %V/I/M Stripe Size(GB) Cache AVrfy | ||
------------------------------------------------------------------------------ | ||
u0 RAID-10 VERIFYING - 25% 64K 1490.06 W ON | ||
u1 SPARE VERIFY-PAUSED - 0% - 298.082 - ON | ||
u2 SPARE VERIFY-PAUSED - 0% - 298.082 - ON | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
$VAR1 = { | ||
'c0' => { | ||
'bbu' => 'OK', | ||
'bbustatus' => { | ||
'bbu' => { | ||
'BBUReady' => 'Yes', | ||
'Hours' => '255', | ||
'LastCapTest' => '07-May-2022', | ||
'OnlineState' => 'On', | ||
'Status' => 'OK', | ||
'Temp' => 'OK', | ||
'Volt' => 'OK' | ||
} | ||
}, | ||
'drives' => 12, | ||
'drivestatus' => { | ||
'p0' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 0, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p1' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 1, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p10' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 10, | ||
'size' => '298.09 GB', | ||
'status' => 'VERIFYING', | ||
'type' => 'SATA', | ||
'unit' => 'u1' | ||
}, | ||
'p11' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 11, | ||
'size' => '298.09 GB', | ||
'status' => 'VERIFYING', | ||
'type' => 'SATA', | ||
'unit' => 'u2' | ||
}, | ||
'p2' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 2, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p3' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 3, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p4' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 4, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p5' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 5, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p6' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 6, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p7' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 7, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p8' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 8, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
}, | ||
'p9' => { | ||
'encl' => '-', | ||
'model' => 'ST3320620AS', | ||
'phy' => 9, | ||
'size' => '298.09 GB', | ||
'status' => 'OK', | ||
'type' => 'SATA', | ||
'unit' => 'u0' | ||
} | ||
}, | ||
'model' => '9650SE-16ML', | ||
'optimal' => 1, | ||
'ports' => 16, | ||
'rrate' => 1, | ||
'units' => 3, | ||
'unitstatus' => { | ||
'u0' => { | ||
'avrify' => 'ON', | ||
'cache' => 'W', | ||
'rebuild_percent' => '-', | ||
'size' => '1490.06', | ||
'status' => 'VERIFYING', | ||
'strip' => '64K', | ||
'type' => 'RAID-10', | ||
'vim_percent' => '25%' | ||
}, | ||
'u1' => { | ||
'avrify' => 'ON', | ||
'cache' => '-', | ||
'rebuild_percent' => '-', | ||
'size' => '298.082', | ||
'status' => 'VERIFY-PAUSED', | ||
'strip' => '-', | ||
'type' => 'SPARE', | ||
'vim_percent' => '0%' | ||
}, | ||
'u2' => { | ||
'avrify' => 'ON', | ||
'cache' => '-', | ||
'rebuild_percent' => '-', | ||
'size' => '298.082', | ||
'status' => 'VERIFY-PAUSED', | ||
'strip' => '-', | ||
'type' => 'SPARE', | ||
'vim_percent' => '0%' | ||
} | ||
}, | ||
'vrate' => 1 | ||
} | ||
}; |