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