Explorar el Código

HPCC-26206 Remove defunct implicit NAS groups

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith hace 3 años
padre
commit
422346e987
Se han modificado 2 ficheros con 0 adiciones y 10 borrados
  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)
     {