From 2aaeb87959fde184de10bdc3511cd84c97072cb1 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sun, 27 Oct 2013 11:17:50 -0400 Subject: [PATCH] Fix shared mkstorage to actually function correctly in svc --- xCAT-server/lib/xcat/plugins/svc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/svc.pm b/xCAT-server/lib/xcat/plugins/svc.pm index 3d0185338..196efe594 100644 --- a/xCAT-server/lib/xcat/plugins/svc.pm +++ b/xCAT-server/lib/xcat/plugins/svc.pm @@ -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}); } }