]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: consume mount opt in simple activate 38015/head
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 26 Oct 2020 19:12:59 +0000 (15:12 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Tue, 10 Nov 2020 20:31:14 +0000 (15:31 -0500)
commit5cf5e17d068cd9aeb6ff533349b6915c9cf99126
treea6b2b56aaa6ccc0d72d6f231a705b6386ad3ebaa
parent64a2940f573357babe06b7b92dd1b01f582a1f35
ceph-volume: consume mount opt in simple activate

When running ceph-volume simple activate command on a Filestore OSD
then the data device is mounted without any specific options so the
one from the ceph configuration file are ignored.
When deploying Filestore with the lvm subcommand then everything is
fine because the filestore_activate method uses mount_osd which relies
on the mount options defined in the ceph configuration file (if any).

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1891557
Fixes: https://tracker.ceph.com/issues/48018
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 1f4301a15df82bf31468d76fbcccc1c5fa192e38)
src/ceph-volume/ceph_volume/devices/simple/activate.py