mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Report Rated PBW for fio cards
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
plan 40
|
||||
plan 44
|
||||
|
||||
PT_TMPDIR="$TEST_PT_TMPDIR"
|
||||
PATH="$PATH:$PERCONA_TOOLKIT_SANDBOX/bin"
|
||||
@@ -314,9 +314,9 @@ test_dmidecode_system_info "$PT_TMPDIR/dmidecode_system_info"
|
||||
|
||||
# fio_status_minus_a
|
||||
|
||||
for i in $( seq 1 3 ); do
|
||||
for i in $( seq 1 4 ); do
|
||||
fake_command "fio-status" "\"; cat $samples/fio-status-00${i}.txt; echo \""
|
||||
fio_status_minus_a "$PT_TMPDIR/got"
|
||||
|
||||
no_diff "$PT_TMPDIR/got" "$samples/Linux/004/fio-00$i" "fio_status_minus_a works for fio-status-00${i}.txt"
|
||||
done
|
||||
done
|
||||
|
@@ -1661,11 +1661,13 @@ Dual Controller Adapter | Fusion-io ioDrive2 Duo 2.41TB, Product Number:F01-001-
|
||||
| Firmware v7.0.0, rev 107322 Public
|
||||
| Internal temperature: 51.68 degC, max 58.08 degC
|
||||
| Reserve space status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
| Rated PBW: 17.00 PB, 98.41% remaining
|
||||
fct1 | Attached as 'fiob' (block device)
|
||||
| SN:1150D0121-1111
|
||||
| Firmware v7.0.0, rev 107322 Public
|
||||
| Internal temperature: 46.76 degC, max 51.19 degC
|
||||
| Reserve space status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
| Rated PBW: 17.00 PB, 98.95% remaining
|
||||
EOF
|
||||
|
||||
report_fio_minus_a "$samples/Linux/004/fio-004" > "$PT_TMPDIR/got"
|
||||
|
@@ -6,10 +6,12 @@ Dual:Controller:Adapter::0_fct0_general SN:1150D0121-1121
|
||||
Dual:Controller:Adapter::0_fct0_firmware Firmware v7.0.0, rev 107322 Public
|
||||
Dual:Controller:Adapter::0_fct0_media_status Reserve space status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Dual:Controller:Adapter::0_fct0_temperature Internal temperature: 51.68 degC, max 58.08 degC
|
||||
Dual:Controller:Adapter::0_fct0_rated_pbw Rated PBW: 17.00 PB, 98.41% remaining
|
||||
Dual:Controller:Adapter::0_fct1_attached_as Attached as 'fiob' (block device)
|
||||
Dual:Controller:Adapter::0_fct1_general SN:1150D0121-1111
|
||||
Dual:Controller:Adapter::0_fct1_firmware Firmware v7.0.0, rev 107322 Public
|
||||
Dual:Controller:Adapter::0_fct1_media_status Reserve space status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Dual:Controller:Adapter::0_fct1_temperature Internal temperature: 46.76 degC, max 51.19 degC
|
||||
Dual:Controller:Adapter::0_fct1_rated_pbw Rated PBW: 17.00 PB, 98.95% remaining
|
||||
adapters Dual:Controller:Adapter::0
|
||||
|
||||
|
Reference in New Issue
Block a user