Skip to content

Commit 0b58216

Browse files
authored
Merge pull request #85332 from openshift-cherrypick-robot/cherry-pick-83637-to-enterprise-4.16
[enterprise-4.16] OCPBUGS#23204: clarifying agent wwn parameter
2 parents dc4181a + dd33bf3 commit 0b58216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/agent-install-ipi-install-root-device-hints.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The `rootDeviceHints` parameter enables the installer to provision the {op-syste
1010

1111
.Subfields
1212

13+
[cols="1,3"]
1314
|===
1415
| Subfield | Description
1516

@@ -26,6 +27,7 @@ The `rootDeviceHints` parameter enables the installer to provision the {op-syste
2627
| `minSizeGigabytes` | An integer representing the minimum size of the device in gigabytes.
2728

2829
| `wwn` | A string containing the unique storage identifier. The hint must match the actual value exactly.
30+
If you use the `udevadm` command to retrieve the `wwn` value, and the command outputs a value for `ID_WWN_WITH_EXTENSION`, then you must use this value to specify the `wwn` subfield.
2931

3032
| `rotational` | A boolean indicating whether the device should be a rotating disk (true) or not (false).
3133

0 commit comments

Comments
 (0)