2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Fix shared mkstorage to actually function correctly in svc

This commit is contained in:
Jarrod Johnson 2013-10-27 11:17:50 -04:00
parent b44b1bbd6e
commit 2aaeb87959

View File

@ -115,7 +115,7 @@ sub bindhosts {
#TODO: get what failure looks like... somehow...
#I guess I could make something with mismatched name and see how it
#goes
$session->cmd("mkvdiskhostmap -host $node ".$lun->{id});
$session->cmd("mkvdiskhostmap -force -host $node ".$lun->{id});
}
}