pveceph: ensure ceph-fuse gets uptdated when installing ceph server
as we depend on ceph-fuse elsewhere (pve-storage) this gets installed from Debians repositories with the Ceph 10 version. So ensure that an up to date version, from our current supported Ceph release, gets installed when doing `pveceph install` else you may fall into certain issues which would have been already resolved with a newer version. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
83a7c6e5a6
commit
20783672bd
@ -140,7 +140,7 @@ __PACKAGE__->register_method ({
|
||||
system('apt-get', '--no-install-recommends',
|
||||
'-o', 'Dpkg::Options::=--force-confnew',
|
||||
'install', '--',
|
||||
'ceph', 'ceph-common', 'ceph-mds', 'gdisk');
|
||||
'ceph', 'ceph-common', 'ceph-mds', 'ceph-fuse', 'gdisk');
|
||||
|
||||
if (PVE::CephTools::systemd_managed() && ! -e '/etc/systemd/system/ceph.service') {
|
||||
#to disable old SysV init scripts.
|
||||
|
Loading…
x
Reference in New Issue
Block a user