PowerScale: 상위 디렉토리에 대해 NFS 별칭이 작성되면 내보낸 하위 디렉토리가 클라이언트 측에서 showmount -e에 표시됩니다

Summary: 상위 디렉토리에 대해 NFS 별칭이 작성되면 내보낸 하위 디렉토리가 클라이언트 측에서 showmount -e에 표시됩니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

상위 및 하위 디렉토리를 내보냅니다. 

# isi nfs exports list
ID   Zone   Paths         Description
--------------------------------------
1    System /ifs/nfs
2    System /ifs/nfs/test
--------------------------------------
Total: 2


부모의 별칭을 만듭니다. 

# isi nfs aliases list
Zone   Name       Path
--------------------------
System /testAlias /ifs/nfs
--------------------------
Total: 1


Showmount -e 클라이언트에서 예기치 않은 경로가 반환되었음을 보여 줍니다.

[root@centos ~]# showmount -e x.x.x.x
Export list for x.x.x.x:
/testAlias/test x.x.x.x <<<<< subdirectory test is returned as part of the alias
/testAlias      x.x.x.x
/ifs/nfs/test   x.x.x.x
/ifs/nfs        x.x.x.x

 

Cause

이는 클라이언트가 PowerScale에서 생성된 유효한 내보내기 경로를 보거나 통과할 수 있기 때문에 예상된 동작입니다.

Resolution

별칭이 다음에 나타나지 않도록 하려면 showmount -e로 설정하면 PowerScale에서 설정을 비활성화하여 전체 경로만 반환되도록 합니다. 클라이언트는 여전히 별칭을 마운트할 수 있지만 이중 경로가 반환되지 않아 일부 환경에서 혼동을 일으킬 수 있습니다. 

참고로, 이 변경 사항을 적용하려면 클러스터 전체에서 NFS를 재시작해야 합니다. 

에서 별칭이 지정된 경로의 반환을 비활성화하려면 showmount:

# isi_gconfig registry.Services.lwio.Parameters.Drivers.nfs.MountdAliasesInShowmountE=0
 

클러스터 전체에서 NFS를 재시작합니다(를 사용하여 실행하는 대신 노드별로 실행할 수 있음). isi_for_array 선호하는 경우:
 

# isi_for_array -s '/usr/likewise/bin/lwsm restart onefs_nfs' 

현재 showmount -e 클라이언트에서 전체 경로만 표시되고 더 이상 별칭은 표시되지 않습니다.

[root@centos ~]# showmount -e x.x.x.x
Export list for x.x.x.x:
/ifs/nfs/test   x.x.x.x
/ifs/nfs        x.x.x.x

Affected Products

Isilon, PowerScale OneFS, Isilon Scale-out NAS
Article Properties
Article Number: 000205094
Article Type: Solution
Last Modified: 27 Nov 2025
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.