Thanks for your reply. I have submmited a merge request for this issue.
Yes, we ran into the issue when we were qualifying Ubuntu 20.04 to run on our platform. Our SCSI adapter advertises SCSI_IDENT_TARGET_VENDOR as "clusterid='<CLUSTER_ID>'", where <CLUSTER_ID> is unique cluster identifier.
Due to this issue, Ubuntu 20.04 cannot be installed on our hypervisor until we either stop providing vendor-specific id on SCSI adapter or we bypass (use different disk type/bus) SCSI adaptor. I attach screenshot with the error message we get during installation (I feel super ashamed to attach screenshot and not a text log, but I didn't have a chance to collect the logs).
Hi Ryan,
Thanks for your reply. I have submmited a merge request for this issue.
Yes, we ran into the issue when we were qualifying Ubuntu 20.04 to run on our platform. Our SCSI adapter advertises SCSI_IDENT_ TARGET_ VENDOR as "clusterid= '<CLUSTER_ ID>'", where <CLUSTER_ID> is unique cluster identifier.
Example of udevadm output: '/devices/ pci0000: 00/0000: 00:04.0/ virtio1/ host2/target2: 0:0/2:0: 0:0/block/ sda' D='1614194' 'NUTANIX' ENC='NUTANIX\ x20' ENC='VDISK\ x20\x20\ x20\x20\ x20\x20\ x20\x20\ x20\x20\ x20' ENC='NUTANIX\ x20' ENC='VDISK\ x20\x20\ x20\x20\ x20\x20\ x20\x20\ x20\x20\ x20' SERIAL= 'NFS_3_ 0_464_e4ff5521_ 9a50_444b_ ae4d_9d1f510819 1b' LUN_T10= 'NUTANIX_ NFS_3_0_ 464_e4ff5521_ 9a50_444b_ ae4d_9d1f510819 1b' LUN_NAME= 'naa.6506b8d289 9f7fecf37a44e19 0e462f0' TARGET_ VENDOR= 'clusterid= 92901' <<<<<<< <<<<<<< <<<<<<< < '8naa.6506b8d28 99f7fecf37a44e1 90e462f0' SHORT=' naa.6506b8d2899 f7fecf37a44e190 e462f0' PATH='/ sbin' DEVICE_ PATH='0' 'pci-0000: 00:04.0- scsi-0: 0:0:0' TAG='pci- 0000_00_ 04_0-scsi- 0_0_0_0' TABLE_UUID= '597dafc9- bb9b-44c4- 9fa6-5b3d303c6c eb' TABLE_TYPE= 'gpt' '/dev/disk/ by-id/scsi- 1NUTANIX_ NFS_3_0_ 464_e4ff5521_ 9a50_444b_ ae4d_9d1f510819 1b /dev/disk/ by-path/ pci-0000: 00:04.0- scsi-0: 0:0:0 /dev/disk/ by-id/scsi- SNUTANIX_ VDISK_NFS_ 3_0_464_ e4ff5521_ 9a50_444b_ ae4d_9d1f510819 1b /dev/disk/ by-id/scsi- 8naa.6506b8d289 9f7fecf37a44e19 0e462f0'
~$ udevadm info --query=property --export /dev/sda
DEVPATH=
DEVNAME='/dev/sda'
DEVTYPE='disk'
MAJOR='8'
MINOR='0'
SUBSYSTEM='block'
USEC_INITIALIZE
SCSI_TPGS='1'
SCSI_TYPE='disk'
SCSI_VENDOR=
SCSI_VENDOR_
SCSI_MODEL='VDISK'
SCSI_MODEL_
SCSI_REVISION='0'
ID_SCSI='1'
ID_SCSI_INQUIRY='1'
ID_VENDOR='NUTANIX'
ID_VENDOR_
ID_MODEL='VDISK'
ID_MODEL_
ID_REVISION='0'
ID_TYPE='disk'
SCSI_IDENT_
SCSI_IDENT_
SCSI_IDENT_
SCSI_IDENT_
ID_BUS='scsi'
ID_SERIAL=
ID_SERIAL_
MPATH_SBIN_
DM_MULTIPATH_
ID_PATH=
ID_PATH_
ID_PART_
ID_PART_
DEVLINKS=
TAGS=':systemd:'
Due to this issue, Ubuntu 20.04 cannot be installed on our hypervisor until we either stop providing vendor-specific id on SCSI adapter or we bypass (use different disk type/bus) SCSI adaptor. I attach screenshot with the error message we get during installation (I feel super ashamed to attach screenshot and not a text log, but I didn't have a chance to collect the logs).
Thanks.
BR,
Sergey