При попытке создать RAID 10 через megacli выдается ошибка
# megacli -CfgSpanAdd -r10 -Array0[252:0,252:1] Array1[252:2,252:3] WB RA Direct CachedBadBBU -a0
The specified physical disk does not have the appropriate attributes to complete
the requested command. Exit Code: 0x26
И очистка (удаление) всего командами
# megacli -CfgLdDel -Lall -aAll
и
# megacli -CfgClr -aAll
было сделано и не помогает
Надо посмотреть сколько конфигураций есть:
# megacli -CfgForeign -Scan -a0
There are 3 foreign configuration(s) on controller 0.
Exit Code: 0x00
И удалить (очистить) все конфигурации:
# megacli -CfgForeign -Clear -a0
Foreign configuration 3 is cleared on controller 0.
Exit Code: 0x00
Хорошая документация https://wiki.hetzner.de/index.php/LSI_RAID_Controller/ru
megacli для debian брать тут http://hwraid.le-vert.net/debian/pool-jessie/
Комментариев нет:
Отправить комментарий