시간이 지남에 따라 오래된 로그와 오래된 소프트웨어가 CVM / home 디렉토리에 쌓이기 시작합니다.
프리즘에서 다음과 같은 오류가 관찰된다.

- 해결방법.
1. nutanix 계정으로 CVM 로그인, 기본 비빌번호 ( nutanix /nutanix/4u ), 접속 후 df -h 용량 확인

2. 각 CVM 용량 확인
# allssh df -h or du -xsh /home/nutnaix/data/*
3. 용량 정리할 디렉토리 확인 후 삭제
# rm -rf /home/nutanix/data/log_collector/*
# allssh rm -rf /home/nutanix/data/log_collector/* (CVM ALL)
4. 각 CVM에 대해 / home이 80 % 미만인지 확인
# allssh df -h
- END -