glusterfs:11_missing_mount
通信端点が接続されていません
何かの拍子に、マウントが外れて、且つ、ゴミ(マウントの情報のみ)が残っていることがある。
[root@mc-prerelease temp]# df Filesystem 1K-ブロック 使用 使用可 使用% マウント位置 /dev/mapper/vg_c6seed-lv_root 12941636 7113532 5170696 58% / tmpfs 4030988 0 4030988 0% /dev/shm /dev/sda1 495844 53782 416462 12% /boot /dev/sdb1 103210940 46106712 51861420 48% /mnt/addVol df: `/mnt/addVol/releases': 通信端点が接続されていません
そんな時には、以下のコマンドでゴミを削除する。
[root@mc-prerelease temp]# fusermount-glusterfs -zu /mnt/addVol/releases
削除を確認。
[root@mc-prerelease temp]# df Filesystem 1K-ブロック 使用 使用可 使用% マウント位置 /dev/mapper/vg_c6seed-lv_root 12941636 7113556 5170672 58% / tmpfs 4030988 0 4030988 0% /dev/shm /dev/sda1 495844 53782 416462 12% /boot /dev/sdb1 103210940 46106712 51861420 48% /mnt/addVol
再度マウントする。
[root@mc-prerelease temp]# mount -a [root@mc-prerelease temp]# df Filesystem 1K-ブロック 使用 使用可 使用% マウント位置 /dev/mapper/vg_c6seed-lv_root 12941636 7113576 5170652 58% / tmpfs 4030988 0 4030988 0% /dev/shm /dev/sda1 495844 53782 416462 12% /boot /dev/sdb1 103210940 46106712 51861420 48% /mnt/addVol localhost:abVol 103210880 46106752 51861376 48% /mnt/addVol/releases
glusterfs/11_missing_mount.txt · 最終更新: 2014/11/13 07:21 by clownclown