ceph init: actually die on errors

instead of silently ignoring them

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-07-16 15:51:03 +02:00 committed by Thomas Lamprecht
parent a4740d30ac
commit 8e2b5110e5

View File

@ -400,6 +400,7 @@ __PACKAGE__->register_method ({
}
PVE::Ceph::Tools::setup_pve_symlinks();
});
die $@ if $@;
return undef;
}});