mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
raid, shortened the output lines a little
This commit is contained in:
parent
ebca1c219d
commit
6efc583f6b
6
inxi
6
inxi
|
@ -10997,9 +10997,9 @@ print_raid_data()
|
|||
if [[ -n $BSD_TYPE ]];then
|
||||
no_raid_detected='No zfs software RAID detected-other types not yet supported.'
|
||||
empty_raid_data='No zfs RAID data available-other types not yet supported.'
|
||||
report_size='full size'
|
||||
blocks_avail='available size'
|
||||
chunk_raid_usage='raid allocated'
|
||||
report_size='size'
|
||||
blocks_avail='available'
|
||||
chunk_raid_usage='allocated'
|
||||
else
|
||||
no_raid_detected="No RAID data: $FILE_MDSTAT missing-is md_mod kernel module loaded?"
|
||||
empty_raid_data="No RAID devices: $FILE_MDSTAT, md_mod kernel module present"
|
||||
|
|
Loading…
Reference in a new issue