Skip to content

add host storage controller

Chris Ladd edited this page Oct 11, 2019 · 1 revision

add host storage controller

Usage

stack add host storage controller {host ...} {arrayid=string} [adapter=integer] [enclosure=integer] [hotspare=integer] [raidlevel=integer] [slot=integer]

Description

Add a storage controller configuration for the specified hosts.

Arguments

  • [host]

    Host name of machine

Parameters

  • [arrayid=string]

  • {adapter=integer}

  • {enclosure=integer}

  • {hotspare=integer}

  • {raidlevel=integer}

  • {slot=integer}

    Slot address(es). This can be a comma-separated list meaning all disks in the specified slots will be associated with the same array

Examples

  • stack add host storage controller backend-0-0 slot=1 raidlevel=0 arrayid=1

    The disk in slot 1 on backend-0-0 should be a RAID 0 disk.

  • stack add host storage controller backend-0-0 slot=2,3,4,5,6 raidlevel=6 hotspare=7,8 arrayid=2

    The disks in slots 2-6 on backend-0-0 should be a RAID 6 with two hotspares associated with the array in slots 7 and 8.

Clone this wiki locally