From 5437963279c3af96e84fe067e16a4d6efcca8555 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 25 Oct 2012 15:52:07 +0000 Subject: [PATCH] Fixed bug in addzfcp option. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14124 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 630351ebf..128feb6e4 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -937,6 +937,7 @@ sub changeVM { } # Set WWPN and LUN in sysfs + $device = lc($device); $out .= `ssh $node "echo 0x$wwpn > /sys/bus/ccw/drivers/zfcp/0.0.$device/port_add"`; $out .= `ssh $node "echo 0x$lun > /sys/bus/ccw/drivers/zfcp/0.0.$device/0x$wwpn/unit_add"`;