From cfa719caa924fe820cd0ad3410cbbe1d6ee56aac Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 25 Oct 2012 15:54:38 +0000 Subject: [PATCH] Fixed bug in removezfcp option. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14125 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/zvm.pm | 1 + 1 file changed, 1 insertion(+) 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