ceph: Create symlink on standalone MGR creation
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@proxmox.com>
This commit is contained in:
parent
90db1557fe
commit
6483649f29
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user