하드웨어/RAID2019. 2. 28. 14:11

심심해서 어떻게 날리면 재미있을까? 라고 고민하다가

켠채로 RAID 볼륨 날리는걸로 결정 ㅋㅋㅋ


두근두근 하면서 눌렀고

초기화 되는 중에 후다닥 콘솔 열어서 명령어 쳐보니

실행이 되다가 어느정도 날아가고 나서는 실행이 되지 않게 된다.

(init이나 shutdown reboot 모두 명령어라 안 먹어서 끌수도 없다 ㅋㅋ)

# dmesg

[112092.188419] megasas:span 0 rowDataSize 2

[112092.188420] megasas:span 0 rowDataSize 2

[112092.188422] megasas:span 0 rowDataSize 2

[178173.500160] XFS (sda1): Unmounting Filesystem

[178173.500621] XFS (sda1): metadata I/O error: block 0x7de89 ("xlog_iodone") error 19 numblks 64

[178173.500627] XFS (sda1): xfs_do_force_shutdown(0x2) called from line 1180 of file fs/xfs/xfs_log.c.  Return address = 0xffffffffa036fb1e

[178173.500637] XFS (sda1): Log I/O Error Detected.  Shutting down filesystem

[178173.500639] XFS (sda1): Please umount the filesystem and rectify the problem(s)

[178173.500667] XFS (sda1): Unable to update superblock counters. Freespace may not be correct on next mount.

[178173.500675] XFS (sda1): xfs_log_force: error -5 returned. 


pwd나 cd는 bash 내장 명령어니까 메모리에 올라가 있어서 작동은 하지만

반대로 생각하면 파일 시스템의 디렉토리 테이블(inode)는 어느정도 메모리에 올려져 있다는 건가?

[root@localhost ~]# dmesg

-bash: /usr/bin/dmesg: Input/output error

[root@localhost ~]# pwd

/root

[root@localhost ~]# cd ..

[root@localhost /]# pwd

/

[root@localhost /]# ll

-bash: /usr/bin/ls: Input/output error 


초기화 되고 나서 보니 이제 모두 Ready~

'하드웨어 > RAID' 카테고리의 다른 글

RAID6 라서 오래 걸리나.. 백그라운드 초기화라 오래 걸리나?  (0) 2019.03.06
raid5 vs raid6 vs raid10  (0) 2019.03.04
PERC foreign RAID import  (0) 2019.02.26
foreign, degraded  (0) 2019.02.25
raid 복구?  (0) 2019.02.25
Posted by 구차니