Skip to content

add storage controller

Chris Ladd edited this page Oct 11, 2019 · 3 revisions

add storage controller

Usage

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

Description

Add a global storage controller configuration for the all hosts in the cluster.

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 storage controller slot=1 raidlevel=0 arrayid=1

    The disk in slot 1 should be a RAID 0 disk.

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

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

Clone this wiki locally