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 a6c23b5 commit b5b8869Copy full SHA for b5b8869
app/models/manageiq/providers/ibm_power_hmc/inventory/parser/infra_manager.rb
@@ -577,9 +577,9 @@ def build_io_adapter(adapter, hardware)
577
persister.guest_devices.build(
578
:hardware => hardware,
579
:uid_ems => fcs.location,
580
+ :device_name => fcs.name.nil? ? fcs.location : fcs.name,
581
:device_type => "physical_port",
582
:controller_type => "Fibre channel port",
- :device_name => fcs.name.nil? ? fcs.location : fcs.name,
583
:address => fcs.wwpn,
584
:location => fcs.location,
585
:model => adapter.description,
@@ -591,9 +591,9 @@ def build_io_adapter(adapter, hardware)
591
592
593
:uid_ems => adapter.dr_name,
594
+ :device_name => "Adapter",
595
596
:controller_type => "IO",
- :device_name => "Adapter",
597
:location => adapter.dr_name,
598
599
:auto_detect => true,
0 commit comments