mirror of
https://github.com/smxi/inxi.git
synced 2025-02-23 21:42:18 +00:00
adding debugger data directory
This commit is contained in:
parent
c1c0752e97
commit
b4319c40f5
8
inxi
8
inxi
|
@ -10788,14 +10788,14 @@ print_raid_data()
|
|||
local empty_raid_data='' report_size='report' blocks_avail='blocks' chunk_raid_usage='chunk size'
|
||||
|
||||
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.'
|
||||
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'
|
||||
else
|
||||
no_raid_detected="No RAID data available - $FILE_MDSTAT is missing - is md_mod kernel module loaded?"
|
||||
empty_raid_data="No RAID devices detected - $FILE_MDSTAT, md_mod kernel module present"
|
||||
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"
|
||||
fi
|
||||
|
||||
if [[ $BSD_TYPE == 'bsd' ]];then
|
||||
|
|
Loading…
Reference in a new issue