]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_fuse: enable fuse_debug when the '-d' option is specified 35398/head
authorXiubo Li <xiubli@redhat.com>
Mon, 25 May 2020 01:05:42 +0000 (21:05 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 4 Jun 2020 13:56:07 +0000 (15:56 +0200)
commitb7e1f98b905f7d509a449dffb6eca490b59dab3c
tree8da434ecfae4eb2add57e5ae285c40afd029ed35
parent547e340e86bd5463af2d49a848cf5701e0f3f036
ceph_fuse: enable fuse_debug when the '-d' option is specified

The global_init() will check and remove the -d option, but it should
enable the libfuse debug mode.

Fixes: https://tracker.ceph.com/issues/45524
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 818f56b0da249311c4950406b11c0f97faa86789)
src/common/config.cc
src/common/options.cc