mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
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
This commit is contained in:
@ -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"`;
|
||||
|
||||
|
Reference in New Issue
Block a user