diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index 11f20683..5bb4c849 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -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.