From f0c90b3a51f056388cf0c059e2941045a64cd333 Mon Sep 17 00:00:00 2001 From: Lei Ai Date: Mon, 5 Aug 2013 15:11:45 +0800 Subject: [PATCH 1/2] initialize global variables to avoid Cannot re-provision the node which has been removed --- xCAT-server/lib/xcat/plugins/profilednodes.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/profilednodes.pm b/xCAT-server/lib/xcat/plugins/profilednodes.pm index 961f05c11..8fff76131 100644 --- a/xCAT-server/lib/xcat/plugins/profilednodes.pm +++ b/xCAT-server/lib/xcat/plugins/profilednodes.pm @@ -385,6 +385,7 @@ Usage: $allmacs{$macstr} = 0; } } + %allmacsupper = (); foreach (keys %allmacs){ $allmacsupper{uc($_)} = 0; } @@ -1107,6 +1108,7 @@ Usage: $allmacs{$macstr} = 0; } } + %allmacsupper = (); foreach (keys %allmacs){ $allmacsupper{uc($_)} = 0; } @@ -1508,6 +1510,7 @@ sub findme{ $allmacs{$macstr} = 0; } } + %allmacsupper = (); foreach (keys %allmacs){ $allmacsupper{uc($_)} = 0; } From b4578aeabe60a5603b5e45118d2f4424e04f8bbc Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 5 Aug 2013 02:23:59 -0700 Subject: [PATCH 2/2] comment the useless apt repo in full installation on ubuntu --- xCAT-server/share/xcat/install/scripts/post.ubuntu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/install/scripts/post.ubuntu b/xCAT-server/share/xcat/install/scripts/post.ubuntu index 364d4f198..70583feb4 100644 --- a/xCAT-server/share/xcat/install/scripts/post.ubuntu +++ b/xCAT-server/share/xcat/install/scripts/post.ubuntu @@ -28,6 +28,8 @@ done >>/etc/resolv.conf #change the soft link /bin/sh to /bin/bash ln -sf /bin/bash /bin/sh # +#delete the useless apt repo +sed -i 's/^deb.*updates.*$/#&/g' /etc/apt/sources.list # Run xCAT post install # export MASTER_IP="#XCATVAR:XCATMASTER#"