Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
1.1.5
Description
checkDataMount will try to mount the external mount point, check if there is anything in /tmp/mount and if there is (and it is not "already") then it fails.
If a FUSE FS such as Ceph is used then that will contain log data about starting the FUSE service. Example:
# tail mount.txt
|
2018-07-09 09:03:21.439 7fdb4c3a3cc0 -1 init, newargv = 0x5640f155f6c0 newargc=9ceph-fuse[
|
5667]: starting ceph client
|
ceph-fuse[5667]: starting fuse
|
This means that ColumnStore marks it as failed.