I have been learning how to configure CephFS - as such i was creating storage, cephfs pools and ceph mds / destroying them and recreating them
i found it was really easy to hang gui completely if done in the destory was done in the wrong sequence
i resorted to using
I found some issues after this:
i haven't tried rebooting a node or shutting down the full cluster
any ideas how to fix?
i found it was really easy to hang gui completely if done in the destory was done in the wrong sequence
i resorted to using
pveceph fs destroy ISOs-Templates --remove-pools 1 --remove-storages 1
on one FS to remove all remnants.I found some issues after this:
- the /mnt/pve/ISOs-Templates mount point was not removed
- this created interesting errors when i tried to recreate a cephFS with this name (i couldn't create ISOs-Templates because apparently the mount point doesn't exist'
- when i use shell and
cd /mnt/pve
all is ok - if i do
ls
everything is ok - if i do
ls-l
the shell hangs - if i try to
rm ISOs-Templates
i get an error that the target is not a directory - umount -l -f doesn't do anything to help
i haven't tried rebooting a node or shutting down the full cluster
any ideas how to fix?
Last edited: