10 Jul
2020
10 Jul
'20
2:09 a.m.
Hi all, I want to use cephfs-shell dealing with operations like directory creation, instead of mounting the root directory and create manually. But I get errors when I execute the command 'cephfs-shell'. Traceback (most recent call last): File "./cephfs-shell", line 9, in <module> import cephfs as libcephfs ModuleNotFoundError: No module named 'cephfs' CentOS7 use python2 and I've already installed python3 in the system. What else should I do, reinstall libcephfs? Thanks