29.4. Stratis 풀 제거
이 절차에서는 기존 Stratis 풀을 제거합니다. 저장된 데이터는 손실됩니다.
사전 요구 사항
- Stratis가 설치되어 있습니다. Stratis 설치를 참조하십시오.
-
stratisd
서비스가 실행 중입니다. Stratis 풀을 생성했습니다.
- 암호화되지 않은 풀을 생성하려면 암호화 되지 않은 Stratis 풀 생성을참조하십시오.
- 암호화된 풀을 생성하려면 암호화된 Stratis 풀 생성을 참조하십시오.
절차
풀에 파일 시스템을 나열합니다.
# stratis filesystem list my-pool
풀에서 모든 파일 시스템을 마운트 해제합니다.
# umount /dev/stratis/my-pool/my-fs-1 \ /dev/stratis/my-pool/my-fs-2 \ /dev/stratis/my-pool/my-fs-n
파일 시스템을 삭제합니다.
# stratis filesystem destroy my-pool my-fs-1 my-fs-2
풀을 삭제합니다.
# stratis pool destroy my-pool
풀이 더 이상 존재하지 않는지 확인합니다.
# stratis pool list
추가 리소스
-
시스템의
Stratis(8)
도움말 페이지