Преглед на файлове

Merge pull request #10709 from jakesmith/hpcc-11696

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

Reviewed-By: Mark Kelly <mark.kelly@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman преди 7 години
родител
ревизия
df28a24619
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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());
             WARNLOG("%s", msg.str());