ceph / ceph-cookbook

Chef cookbooks for Ceph
Apache License 2.0
100 stars 107 forks source link

Cephfs doesn't support switching from kcephfs to fuse #171

Open hufman opened 9 years ago

hufman commented 9 years ago

Currently, if kcephfs is mounted and the recipe tries to mount fuse, it will fail because the mountpoint directory is not empty. It should notice that kcephfs is mounted and try to unmount it first. Probably will need another test recipe to mount it in one mode and then remount in the other mode.