【发布时间】:2017-11-09 23:20:38
【问题描述】:
当我卸载 Lustre FS 时,它会显示:
[root@cn17663-ens4 mnt]# umount /mnt/lustre
umount: /mnt/lustre: target is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
如果我添加 force 选项 -f 它会给出相同的结果:
[root@cn17663-ens4 mnt]# umount /mnt/lustre -f
umount: /mnt/lustre: target is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
当我尝试列出它给我的目录时:
[root@cn17663-ens4 mnt]# ls
ls: cannot access lustre: Cannot send after transport endpoint shutdown
lustre
我找不到原因,也无法解决。
【问题讨论】: