/ Документация / Тесты / Array configurator
en | ru

Array configurator (array-configurator)

Тест уничтожает содержимое жесткого диска

It is not a real test. Simply, it can create specified array configuration on disk controller with hard drives. Currently it passed command line string to einarc, or, if specified “passthrough”, “optimal” or “clear”, necessary raid-wizard will be used instead.

  • Тестируемые компоненты: HDD, Disk Controller
  • Переменные:
    • ADAPTER (string, по умолчанию: empty) — Default adapter type to work with. Leave it empty if there only single or several identical adapters present
    • ADAPTER_NUMBER (int, по умолчанию: 0) — Default adapter number (-a option for einarc) to work with
    • CONFIGURATION (string, по умолчанию: optimal) — Configuration to be passed to einarc. Can be “clear”, “optimal” or “passthrough” to run correpsonding raid-wizard utility. Otherwise it will be command line string for einarc. If there are only identical hard drives, then EINARC_DISK1, EINARC_DISK2, etc words can be used to prevent absolute hard drive’s identification using
    • DISK_GROUP_NUMBER (int, по умолчанию: 1) — Number of disk group (for passthrough configuration)
    • DISK_GROUP_SIZE (int, по умолчанию: 8) — Number of disks per group for testing (for passthrough configuration)