瀏覽代碼

HPCC-25022 Standalone roxie cannot write files in containerized builds

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 年之前
父節點
當前提交
ddf8f837aa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      roxie/ccd/ccdserver.cpp

+ 2 - 2
roxie/ccd/ccdserver.cpp

@@ -11760,7 +11760,7 @@ protected:
         }
         else
         {
-            if (isContainerized())
+            if (isContainerized() && fileNameServiceDali)
             {
                 StringBuffer nasGroupName;
                 queryNamedGroupStore().getNasGroupName(nasGroupName, 1);
@@ -12250,7 +12250,7 @@ class CRoxieServerIndexWriteActivity : public CRoxieServerInternalSinkActivity,
 
         if (!clusters.length())
         {
-            if (isContainerized())
+            if (isContainerized() && fileNameServiceDali)
             {
                 StringBuffer nasGroupName;
                 queryNamedGroupStore().getNasGroupName(nasGroupName, 1);