From f8a71a9bded8c8823ef0617fb381788e22072bc9 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 26 Feb 2010 08:57:19 +0000 Subject: [PATCH] defect 2959471: The value of NODESETSTATE has the signal quotes,so the string comparing failed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5306 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcataixpost | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/postscripts/xcataixpost b/xCAT/postscripts/xcataixpost index 478228f86..6c97ec276 100755 --- a/xCAT/postscripts/xcataixpost +++ b/xCAT/postscripts/xcataixpost @@ -311,6 +311,7 @@ if (-f $scriptname) { } # If this is a diskfull node then remove the xcat entry in the inittab file +$nodesetstat =~ s/'|"//g; if ($nodesetstat eq 'standalone') { # see if it is already there my $lsicmd = "/usr/sbin/lsitab xcat > /dev/null 2>&1";