[pve-devel] applied: [PATCH manager] ceph: Create symlink on standalone MGR creation
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Dec 9 14:11:30 CET 2019
On 12/3/19 11:52 AM, Alwin Antreich wrote:
> Ceph MGR fails to start when installed on a node without existing
> symlink to /etc/pve/ceph.conf.
>
> Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
> ---
> PVE/API2/Ceph/MGR.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/PVE/API2/Ceph/MGR.pm b/PVE/API2/Ceph/MGR.pm
> index d3d86c0d..ffae7495 100644
> --- a/PVE/API2/Ceph/MGR.pm
> +++ b/PVE/API2/Ceph/MGR.pm
> @@ -108,6 +108,7 @@ __PACKAGE__->register_method ({
>
> PVE::Ceph::Tools::check_ceph_installed('ceph_mgr');
> PVE::Ceph::Tools::check_ceph_inited();
> + PVE::Ceph::Tools::setup_pve_symlinks();
>
> my $rpcenv = PVE::RPCEnvironment::get();
> my $authuser = $rpcenv->get_user();
>
applied, thanks!
More information about the pve-devel
mailing list