mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
updated bsd zfs raid error messages to reflect that only zfs is supported at this time
This commit is contained in:
parent
2a93e5e522
commit
20ca07336e
4
inxi
4
inxi
|
@ -9364,8 +9364,8 @@ 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 RAID detected - BSD support is only preliminary.'
|
||||
empty_raid_data='No RAID data available - BSD support is only preliminary.'
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue