7.5. 할당량 제거
이 섹션에서는 setfattr
명령과 ceph.quota
확장 속성을 사용하여 디렉터리에서 할당량을 제거하는 방법을 설명합니다.
사전 요구 사항
- Ceph 클라이언트 노드에 대한 루트 수준 액세스.
-
attr
패키지가 설치되어 있는지 확인합니다.
절차
CephFS 할당량을 제거하려면 다음을 수행합니다.
바이트 제한 할당량 사용:
구문
setfattr -n ceph.quota.max_bytes -v 0 DIRECTORY
예제
[root@client ~]# setfattr -n ceph.quota.max_bytes -v 0 /mnt/cephfs/
파일 제한 할당량 사용:
구문
setfattr -n ceph.quota.max_files -v 0 DIRECTORY
예제
[root@client ~]# setfattr -n ceph.quota.max_files -v 0 /mnt/cephfs/
추가 리소스
-
자세한 내용은
setfattr(1)
매뉴얼 페이지를 참조하십시오.