Переглянути джерело

Merge pull request #15176 from jakesmith/hpcc-26206-remove-old-nas-groups

HPCC-26206 Remove defunct implicit NAS groups

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 3 роки тому
батько
коміт
187a3d79d6
2 змінених файлів з 0 додано та 10 видалено
  1. 0 3
      dali/base/dasds.cpp
  2. 0 7
      thorlcr/mfilemanager/thmfilemanager.cpp

+ 0 - 3
dali/base/dasds.cpp

@@ -8823,9 +8823,6 @@ public:
             LOG(MCdebugInfo, unknownJob, "Failed to load main store");
             throw;
         }
-        // In nas/non-local storage mode, create a published named group for 1-way files to use
-        if (isContainerized())
-            queryNamedGroupStore().ensureNasGroup(1);
         storeLoaded = true;
         manager->start();
     }

+ 0 - 7
thorlcr/mfilemanager/thmfilemanager.cpp

@@ -226,13 +226,6 @@ public:
     CFileManager()
     {
         replicateOutputs = globals->getPropBool("@replicateOutputs");
-
-        /* In nas/non-local storage mode, create a published named group for files to use
-         * that matches the width of the cluster.
-         * Also create a 1-way named group, that is used in special cases, e.g. BUILDINDEX,FEW
-         */
-        if (isContainerized())
-            queryNamedGroupStore().ensureNasGroup(queryClusterWidth());
     }
     StringBuffer &mangleLFN(CJobBase &job, const char *lfn, StringBuffer &out)
     {