MAAS ID_PATH is empty for FC storage array
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Incomplete
|
Undecided
|
Unassigned | ||
lxd |
Fix Released
|
Unknown
|
Bug Description
I am using debian package maas/focal 1:2.9.2-
I am attempting to configure some nodes in MAAS. fce uses the bdev ID_PATHS to correlate the generated buckets and pci address and the configured buckets. for these fiber channel storage arrays provided via UCS, the ID_PATH of a maas root node-results read system_id=agsdfg name=fce_blockdevs for example is an empty list as shown here:
[
{
"NAME": "sda",
"RO": "0",
"RM": "0",
"MODEL": "FlashArray",
"ROTA": "0",
"MAJ:MIN": "8:0",
"DEVPATH": "/devices/
"PATH": "/dev/sda",
"FIRMWARE_
"SERIAL": "REDACTED",
"ID_PATHS": [],
"SIZE": "2199023255552",
"BLOCK_SIZE": "4096"
},
{
"NAME": "sdd",
"RO": "0",
"RM": "0",
"MODEL": "CISCO_VD",
"ROTA": "1",
"MAJ:MIN": "8:48",
"DEVPATH": "/devices/
"PATH": "/dev/sdd",
"FIRMWARE_
"SERIAL": "REDACTED",
"ID_PATHS": [
"/dev/
"/dev/
"/dev/
"/dev/
],
"SIZE": "960129990656",
"BLOCK_SIZE": "4096"
}
]
Looking at /dev/disk/by-id/ we can see several devices here:
ls /dev/disk/by-id/
ata-CISCO_
ata-CISCO_
Changed in maas: | |
status: | Incomplete → New |
status: | New → Incomplete |
Changed in lxd: | |
status: | Unknown → Fix Released |
The original post is incorrect, this is with MAAS maas/focal 1:3.0.0- 10029-g. 986ea3e45- 0ubuntu1~ 20.04.1 all