]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: consume mount opt in simple activate 37808/head
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 26 Oct 2020 19:12:59 +0000 (15:12 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Tue, 27 Oct 2020 15:53:28 +0000 (11:53 -0400)
commit1f4301a15df82bf31468d76fbcccc1c5fa192e38
treef4ddbb2ac6fd69b76d3d96e3d934501aebd63ea6
parentc0cf69e067613d69936537113494f3a0321e57c4
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>
src/ceph-volume/ceph_volume/devices/simple/activate.py