MountVolume.WaitForAttach failed for volume with “structure needs cleaning”
问题
MountVolume.WaitForAttach failed for volume with “structure needs cleaning”
2:02:45 PM Warning Failed Mount |
分析
Find the block volume:
From targetcli ls:
| o- blockvol_3bf564d2e026d332818b95a8e6c534b2 [vol_233afdbb99425b720167aa3e39bacad2@XX.XX.XX.XX/block-store/3eeb31cf-3289-4052-a690-5831f6aac34a (98.0GiB) activated] |
Mount the block host volume:
# mount -t glusterfs localhost:vol_233afdbb99425b720167aa3e39bacad2 /mnt |
Then
# cd /mnt # cd block-store # ls 3eeb31cf-3289-4052-a690-5831f6aac34a |
Run xfs_repair on 3eeb31cf-3289-4052-a690-5831f6aac34a, using the “-L’ option if necessary
# xfs_repair -L 3eeb31cf-3289-4052-a690-5831f6aac34a |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 IT老男孩!