]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: consume mount opt in simple activate 38014/head
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 26 Oct 2020 19:12:59 +0000 (15:12 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 4 Dec 2020 08:40:34 +0000 (09:40 +0100)
commitbd0a698c44736b09514522b013d8c330aa4b2acf
tree1a0fbf848d0ffd6c4f2259d54cf2bab04961cdef
parent00b4001ef48c45aa8476eced0d4e2aeb08b6856f
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