raid, shortened the output lines a little

This commit is contained in:
inxi-svn 2014-04-04 18:45:08 +00:00
parent ebca1c219d
commit 6efc583f6b

6
inxi
View file

@ -10997,9 +10997,9 @@ print_raid_data()
if [[ -n $BSD_TYPE ]];then if [[ -n $BSD_TYPE ]];then
no_raid_detected='No zfs software RAID detected-other types not yet supported.' 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.' empty_raid_data='No zfs RAID data available-other types not yet supported.'
report_size='full size' report_size='size'
blocks_avail='available size' blocks_avail='available'
chunk_raid_usage='raid allocated' chunk_raid_usage='allocated'
else else
no_raid_detected="No RAID data: $FILE_MDSTAT missing-is md_mod kernel module loaded?" 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" empty_raid_data="No RAID devices: $FILE_MDSTAT, md_mod kernel module present"