diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 128feb6e4..5917dc95f 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -1565,6 +1565,7 @@ sub changeVM { my $ping = `pping $node`; if (!($ping =~ m/noping/i)) { # Delete WWPN and LUN from sysfs + $device = lc($device); $out = `ssh $node "echo 0x$lun > /sys/bus/ccw/drivers/zfcp/0.0.$device/0x$wwpn/unit_remove"`; # Get source node OS