Medium error의 경우 omconfig storage vdisk action=clearvdbadblocks controller=0 vdisk=3 를 통해 Log 클리어가 가능하지만 Predictive Failure 의 경우 disk 교체작업을 진행하여야 함
1. omreport storage pdisk controller=0 vdisk=10 -> Fail disk 정보확인
2. umount /dev/sdk1 -> 해당 disk Umount
3. omconfig storage vdisk action=deletevdisk controller=0 vdisk=10 -> fail disk 삭제
-> 디스크 교체
4. omconfig storage controller action=createvdisk controller=0 raid=r0 size=max pdisk=0:1:11
-> 디스크 교체후 vdisk 생성
5 .omreport storage vdisk controller=0
->제대로 붙었는지 확인 안되있으면 디스크 삭제 후 4번부터 재작업
->(omconfig storage vdisk action=deletevdisk controller=0 vdisk=10)
6. parted -s /dev/sdk mklabel gpt mkpart primary 0 100%;mkfs.ext4 /dev/sdk1
-> 파티션 재구성 및 Format
7. tune2fs -m 0 /dev/sdd1
8 .mount -a
9 .df -h