]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-fuse: don't get mount options from /etc/fstab when doing remount 34306/head
authorYan, Zheng <zyan@redhat.com>
Tue, 31 Mar 2020 03:29:47 +0000 (11:29 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 31 Mar 2020 03:47:51 +0000 (11:47 +0800)
commit7aa22fac602b6e1c31943e2de69a2f8e3a3002d0
tree0737d37d0727887b73b001a1f42e03b2b612c3b2
parent8e64da5334547d79f3afa1951006fb21366f576e
ceph-fuse: don't get mount options from /etc/fstab when doing remount

If there happen to be an kcephfs entry in /etc/fstab for ceph-fuse's
mount point. 'mount -o remount' may get options from that entry. fuse
may not understand some options (E.g name option).

Fixes: https://tracker.ceph.com/issues/44771
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/client/fuse_ll.cc