]> git.proxmox.com Git - pve-storage.git/commit - PVE/CephConfig.pm
Fix #2705: cephfs: mount fails with bad option
authorAlwin Antreich <a.antreich@proxmox.com>
Fri, 24 Apr 2020 15:29:47 +0000 (17:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Apr 2020 09:15:23 +0000 (11:15 +0200)
commite54c3e334760491954bc42f3585a8b5b136d4b1d
treef7868bb268fb07ae6097ead2e6795f5d078a0511
parent187e32ce41e636db48dd703a087da26dd52fff2d
Fix #2705: cephfs: mount fails with bad option

dmesg: libceph: bad option at 'conf=/etc/pve/ceph.conf'

After the upgrade to PVE 6 with Ceph Luminous, the mount.ceph helper
doesn't understand the conf= option yet. And the CephFS mount with the
kernel client fails. After upgrading to Ceph Nautilus the option exists
in the mount.ceph helper.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/CephConfig.pm
PVE/Storage/CephFSPlugin.pm
PVE/Storage/RBDPlugin.pm