Document HCTL for root device hints
This patch is documenting the new root device hint: HCTL and adding a release note for it. Closes-Bug: #1648036 Change-Id: Ie7ef0e25aed50ea5372d7cfe80778575f8560271
This commit is contained in:
parent
c7781fccd5
commit
df711eaea0
@ -25,6 +25,8 @@ deployment. The list of support hints is:
|
||||
* rotational (BOOLEAN): whether it's a rotational device or not. This
|
||||
hint makes it easier to distinguish HDDs (rotational) and SSDs (not
|
||||
rotational) when choosing which disk Ironic should deploy the image onto.
|
||||
* hctl (STRING): the SCSI address (Host, Channel, Target and Lun),
|
||||
e.g '1:0:0:0'
|
||||
* name (STRING): the device name, e.g /dev/md0
|
||||
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Add ``hctl`` to root device hints. HCTL is the SCSI address and
|
||||
stands for Host, Channel, Target and Lun.
|
Loading…
Reference in New Issue
Block a user