proxmoxからnfsマウント失敗する場合の対処
バックアップ先をnfsにしていた場合、バックアップされていなかった。
調査したところnfsマウントが外れていた。
WebUIだけでは解決しなかったので以下実施。
原因
proxmox側でnfsマウントを解除せずにnfsサーバをOS入れ替えの再セットアップを行った。
proxmox側で再度nfsマウントし一見問題なさそうに見えたが、前のnfsマウント情報が残っていて、nfsマウントに影響が出ていた様子。
対処
nfsマウントが外れている場合
# df -h
df: `/mnt/pve/nfs2tb': Stale NFS file handle
df: `/mnt/pve/nfs2tb2': Stale NFS file handle
もしくはプロンプトが帰ってこない。
umount
# umount -f /mnt/pve/nfs2tb
# umount -f /mnt/pve/nfs2tb2
ディレクトリ削除
# ls /mnt/pve/
nfs2tb nfs2tb2
# rmdir /mnt/pve/nfs2tb/
# rmdir /mnt/pve/nfs2tb2/
再度WebUIからStorageの追加をすればよい。
Author And Source
この問題について(proxmoxからnfsマウント失敗する場合の対処), 我々は、より多くの情報をここで見つけました https://qiita.com/tukiyo3/items/a607caa4cc09ee6da0f3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .