We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b8869 commit e285165Copy full SHA for e285165
app/models/manageiq/providers/ibm_power_hmc/inventory/parser/infra_manager.rb
@@ -577,11 +577,11 @@ def build_io_adapter(adapter, hardware)
577
persister.guest_devices.build(
578
:hardware => hardware,
579
:uid_ems => fcs.location,
580
+ :location => fcs.location,
581
:device_name => fcs.name.nil? ? fcs.location : fcs.name,
582
:device_type => "physical_port",
583
:controller_type => "Fibre channel port",
584
:address => fcs.wwpn,
- :location => fcs.location,
585
:model => adapter.description,
586
:auto_detect => true
587
)
@@ -591,10 +591,10 @@ def build_io_adapter(adapter, hardware)
591
592
593
:uid_ems => adapter.dr_name,
594
+ :location => adapter.dr_name,
595
:device_name => "Adapter",
596
597
:controller_type => "IO",
- :location => adapter.dr_name,
598
599
:auto_detect => true,
600
:child_devices => child_devices
0 commit comments