Dear
I an trying to deploy an OpenShift 4.19.19 cluster to a dell computers through agent based deployment to bare metal servers.
I have a problem that my agent-based installation is failing with this configuration in agant-config.yaml for OpenShift 4.19.19
rootDeviceHints:
deviceName: "/dev/disk/by-path/pci-0000:05:00.0-ata-1"
and this disko on dell servers:
[core@master0 ~]$ ls -l /dev/disk/by-path
total 0
lrwxrwxrwx. 1 root root 9 Dec 5 21:49 pci-0000:00:14.0-usb-0:14.4.1:1.0-scsi-0:0:0:0 -> ../../sr0
lrwxrwxrwx. 1 root root 9 Dec 5 21:49 pci-0000:00:14.0-usb-0:14.4.1:1.0-scsi-0:0:0:1 -> ../../sda
lrwxrwxrwx. 1 root root 9 Dec 5 22:09 pci-0000:05:00.0-ata-1 -> ../../sdb
lrwxrwxrwx. 1 root root 9 Dec 5 22:09 pci-0000:05:00.0-ata-1.0 -> ../../sdb
with the following error:
Dec 05 22:00:58 master0 service[4738]: time="2025-12-05T22:00:58Z" level=info msg="Update host e59ea06a-0e8a-4dec-d6d1-2bb467c1d9a1 to install from disk id /dev/not-found-by-hints" func="github.com/openshift/assisted-service/internal/bminventory.(*bareMetalInventory).updateHostDisksSelectionConfig" file="/src/internal/bminventory/inventory.go:6500" go-id=370 host_id=e59ea06a-0e8a-4dec-d6d1-2bb467c1d9a1 infra_env_id=1889c7e5-c498-4d82-99f4-a4164cb9e196 pkg=Inventory request_id=8bcc3805-4475-46ec-ad46-cef2d9540f82
Dec 05 22:00:58 master0 service[4738]: time="2025-12-05T22:00:58Z" level=error msg="failed to set installation disk path </dev/not-found-by-hints> host <e59ea06a-0e8a-4dec-d6d1-2bb467c1d9a1> infra env <1889c7e5-c498-4d82-99f4-a4164cb9e196>" func="github.com/openshift/assisted-service/internal/bminventory.(*bareMetalInventory).updateHostDisksSelectionConfig" file="/src/internal/bminventory/inventory.go:6503" error="Requested installation disk is not part of the host's valid disks" go-id=370 host_id=e59ea06a-0e8a-4dec-d6d1-2bb467c1d9a1 infra_env_id=1889c7e5-c498-4d82-99f4-a4164cb9e196 pkg=Inventory request_id=8bcc3805-4475-46ec-ad46-cef2d9540f82
Any suggestion what may be wrong?
Dear
I an trying to deploy an OpenShift 4.19.19 cluster to a dell computers through agent based deployment to bare metal servers.
I have a problem that my agent-based installation is failing with this configuration in agant-config.yaml for OpenShift 4.19.19
and this disko on dell servers:
with the following error:
Any suggestion what may be wrong?