ibm-power-utilities / powerpc-utils

Suite of utilities for Linux on Power systems
GNU General Public License v2.0
34 stars 55 forks source link

hcnmgr: Remove some dead code #74

Closed hramrach closed 2 years ago

hramrach commented 2 years ago

There is VNIC_SPT which enables support for vnic as beckup device which is set based on value of VERSION variable which is hardcoded in the script and does not correspond the actual HNV support level on the LPAR.

Remove all this. We do support vnic backend so enable it unconditionally.

It is the job of HMC to decide if vnic backup device is supported and can be configured. When it is configured by HMC make use of it.

Signed-off-by: Michal Suchanek msuchanek@suse.de

tyreld commented 2 years ago

Fixed by commit https://github.com/ibm-power-utilities/powerpc-utils/commit/1e23f0265608f49679a462072d3a4f17139edfc0