Skip to content

Commit e780d3b

Browse files
author
Christopher Tauchen
authored
Merge pull request #40501 from darshan-nagaraj/BZ2031197
BZ2031197: Adds WWIDs parameter in Persistent Volume Object Definition
2 parents efb36ce + 7f94154 commit e780d3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/persistent-storage-fibre-provisioning.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ spec:
3232
accessModes:
3333
- ReadWriteOnce
3434
fc:
35-
targetWWNs: ['500a0981891b8dc5', '500a0981991b8dc5'] <1>
36-
lun: 2
35+
wwids: [scsi-3600508b400105e210000900000490000] <1>
36+
targetWWNs: ['500a0981891b8dc5', '500a0981991b8dc5'] <2>
37+
lun: 2 <2>
3738
fsType: ext4
3839
----
39-
<1> Fibre Channel WWNs are identified as
40+
<1> World wide identifiers (WWIDs). Either FC `*wwids*` or a combination of FC `*targetWWNs*` and `*lun*` must be set, but not both simultaneously. The FC WWID identifier is recommended over the WWNs target because it is guaranteed to be unique for every storage device, and independent of the path that is used to access the device. The WWID identifier can be obtained by issuing a SCSI Inquiry to retrieve the Device Identification Vital Product Data (`*page 0x83*`) or Unit Serial Number (`*page 0x80*`). FC WWIDs are identified as `*/dev/disk/by-id/*` to reference the data on the disk, even if the path to the device changes and even when accessing the device from different systems.
41+
<2> Fibre Channel WWNs are identified as
4042
`/dev/disk/by-path/pci-<IDENTIFIER>-fc-0x<WWN>-lun-<LUN#>`,
4143
but you do not need to provide any part of the path leading up to the `WWN`,
4244
including the `0x`, and anything after, including the `-` (hyphen).

0 commit comments

Comments
 (0)