Browse Source

HPCC-11696 Suppress false update of new 'spares' clusters

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 7 years ago
parent
commit
bf090a5990
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dali/base/dadfs.cpp

+ 1 - 1
dali/base/dadfs.cpp

@@ -9466,7 +9466,7 @@ class CInitGroups
                 }
                 }
             }
             }
         }
         }
-        if (!existingClusterGroup || (!matchExisting && !matchOldEnv))
+        if ((!existingClusterGroup && (grp_thorspares != groupType)) || (!matchExisting && !matchOldEnv))
         {
         {
             VStringBuffer msg("New cluster layout for cluster %s", gname.str());
             VStringBuffer msg("New cluster layout for cluster %s", gname.str());
             WARNLOG("%s", msg.str());
             WARNLOG("%s", msg.str());