[pve-devel] [PATCH manager 1/3] pveceph: ensure ceph-fuse gets uptdated when installing ceph server

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 27 15:27:40 CET 2018


On 11/26/18 6:22 PM, Thomas Lamprecht wrote:
> 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 at proxmox.com>
> ---
>  PVE/CLI/pveceph.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.
> 

applied all three patches with Dominik's R-b and T-b on the ui patch (the other ones were
rather straight forward)




More information about the pve-devel mailing list