
4개의 디스크가 있는 RAID1에서 문제가 발생했습니다. 결함이 있는 디스크를 교체하고 서버를 다시 시작했으며 재구축이 완료되었으며 두 개의 Linux Centos 7 시스템이 xfs 손상 오류를 표시하지 않았습니다. 다른 기계는 정상적으로 상승했습니다. 파티션을 마운트하려고 했습니다.
# mount /dev/mapper/cs_mbox_opt /mnt
returned: XFS metadata corruption detected at xfs_dir3_leaf_check_init.....
XFS_repair 명령을 실행했는데 수정할 수 없다는 메시지를 받고 -L을 사용하라고 표시했습니다. 나는 xfs_repair -L을 사용하여 프로세스를 수행했으며 오류가 있는 많은 메시지 후에 메시지로 수정할 수 없다는 것을 알렸습니다.
Metadata CRC error detected at 0x559d9f7ac1e9. xfs_dir3_block 0x41df0c80/0x1000 corrupt block 0 in directory inode 807368306: junking block segmentation failure(saved core image)
메타데이터를 내보내고 다른 디렉터리로 가져왔지만 오류가 발생했습니다.
Commands:
#xfs_metadump -gwa /dev/mapper/[volume] /tmp/xfsmetadata.img
# xfs_mdrestore -g /tmp/xfsmetadata.img /tmp/xfs_file
# xfs_repair -vf /tmp/xfs_file
Sorry, Could not file valid secondary superblock.
See attached images.
지금은 무엇을 더 해야할지 모르겠습니다. 어떤 팁이 있나요?
위의 단계를 언급했습니다.