]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_fuse: enable fuse_debug when the '-d' option is specified 35449/head
authorXiubo Li <xiubli@redhat.com>
Mon, 25 May 2020 01:05:42 +0000 (21:05 -0400)
committerNathan Cutler <ncutler@suse.com>
Sat, 6 Jun 2020 08:57:18 +0000 (10:57 +0200)
commitfd3fa6a75fec386ea90075df3ae0707bb1cef522
treec4399fc31b8cb824fdb877aba42398cdbe602bff
parent1e0ec3533539118eafdcd26ff86b0254fead92d6
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