[SOLVED] create mds failed after update to 5.3

ednt

Renowned Member
Mar 16, 2017
111
7
83
Hi,

I just updated our Proxmox cluster and want to try out the cephfs integration.
After pressing the button create mds I get

binary not installed: /usr/bin/ceph-mds (500)

After update I get 5.3-5 as main version.
 
you either have to install ceph-mds by hand (via apt) or execute 'pveceph install'
 
I installed it now 'by hand' via

apt-get install ceph-mds

on all servers of the cluster. I was able to create all mds.

Thank's for the fast answer!
But maybe this package should be automatically installed by the update.

Bernd
 
I installed it now 'by hand' via

apt-get install ceph-mds

on all servers of the cluster. I was able to create all mds.

Thank's for the fast answer!
But maybe this package should be automatically installed by the update.

Bernd

"pveceph install" will install it automatically in new setups, for existing installations just rerun 'pveceph install'
 
A 'normal' updater will not do this at first.
Maybe a hint in the error message can be included like

'Did you already rerun pveceph install?'

Then the user know what he can do.
 
  • Like
Reactions: AlexLup