mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 21:01:01 +00:00
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:
parent
a4740d30ac
commit
8e2b5110e5
@ -400,6 +400,7 @@ __PACKAGE__->register_method ({
|
||||
}
|
||||
PVE::Ceph::Tools::setup_pve_symlinks();
|
||||
});
|
||||
die $@ if $@;
|
||||
|
||||
return undef;
|
||||
}});
|
||||
|
Loading…
Reference in New Issue
Block a user