storageos ls:无法访问 'volumes':未连接传输端点

storageos ls: cannot access 'volumes': Transport endpoint is not connected

我正在尝试清理并重新部署 storageos,但不知何故我遇到了这个奇怪的错误。

slave1 storageos # pwd
/var/lib/storageos
slave1 storageos # ls -la
ls: 无法访问 'volumes': 传输端点未连接
总计 24
drwxr-xr-x。 4 根根 4096 1 月 31 日 19:36。
drwxr-xr-x。 35 root root 4096 Feb 1 00:00 ..
drwx------。 6 root root 4096 1 月 31 19:22 数据
d?????????? ? ? ? ? ?卷
slave1 storageos # rm -rf volumes
rm: 无法删除 'volumes': 是一个目录
slave1 storageos # uname -a
Linux slave1 4.14.88-coreos #1 SMP Mon Jan 7 23:48:02 -00 2019 x86_64 Intel(R) Atom(TM) x5-Z8330 CPU @ 1.44GHz GenuineIntel GNU/Linux
slave1 存储 #

有什么消除这个问题的建议吗?

实际上手动卸载这个目录消除了这个错误

slave3 storageos # df
df: /var/lib/storageos/volumes: Transport endpoint is not connected
Filesystem      1K-blocks    Used Available Use% Mounted on
devtmpfs           964768       0    964768   0% /dev
tmpfs              985804       0    985804   0% /dev/shm
...
slave3 storageos # umount /var/lib/storageos/volumes
slave3 storageos # df
Filesystem      1K-blocks    Used Available Use% Mounted on
devtmpfs           964768       0    964768   0% /dev
tmpfs              985804       0    985804   0% /dev/shm
tmpfs              985804     984    984820   1% /run
...