[pve-devel] applied: [PATCH storage] Fix #2705: cephfs: mount fails with bad option

Thomas Lamprecht t.lamprecht at proxmox.com
Sat Apr 25 11:38:11 CEST 2020


On 4/24/20 5:29 PM, Alwin Antreich wrote:
> 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 at proxmox.com>
> ---
>  PVE/CephConfig.pm           | 29 +++++++++++++++++++++++++++++
>  PVE/Storage/CephFSPlugin.pm |  6 +++++-
>  PVE/Storage/RBDPlugin.pm    | 31 +------------------------------
>  3 files changed, 35 insertions(+), 31 deletions(-)
> 

applied, small followup which fix a newly introduced whitespace error and
only parses the version in the non FUSE branch.

Further, the usage of ceph_versions in the RBD plugin was optimized away,
as the single use was to check if we had at least Jewel available.
See the list for the applied patch for the latter.

Thanks!




More information about the pve-devel mailing list