hpe-storage / python-hpedockerplugin

HPE Native Docker Plugin
Apache License 2.0
36 stars 64 forks source link

Fix for Synergy flat SAN environment to work with new sg3_utils which will be provided by RedHat #697

Open nilangekarss opened 5 years ago

nilangekarss commented 5 years ago

This code change will handle the FLAT SAN synergy environment where symbolic links for the newly formed devices under /dev/disk/by-path/ are in the format fc-0x-0x-lun- and 'Class device path' will be in the form “/sys/devices/virtual/net/ens3f2.3967-fco/ctlr_0/host2/fc_host/host2”

nilangekarss commented 5 years ago

@imran-ansari @wdurairaj please review

nilangekarss commented 5 years ago

With this change fabric SAN on Ubuntu is working fine, need to test on RHEL environment with existing RPM and new RPMs in normal docker environment.