mirror of
https://github.com/ceph/ceph
synced 2024-12-29 06:52:35 +00:00
Merge PR #32830 into master
* refs/pull/32830/head: global: ensure CEPH_ARGS is decoded before early arg processing Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
b02c3ff18b
@ -90,6 +90,9 @@ void global_pre_init(
|
||||
std::string conf_file_list;
|
||||
std::string cluster = "";
|
||||
|
||||
// ensure environment arguments are included in early processing
|
||||
env_to_vec(args);
|
||||
|
||||
CephInitParameters iparams = ceph_argparse_early_args(
|
||||
args, module_type,
|
||||
&cluster, &conf_file_list);
|
||||
|
Loading…
Reference in New Issue
Block a user