Project

General

Profile

Bug #43795

Updated by Jason Dillaman over 4 years ago

Commit 7f23142f5ccc5ac8153d32b2c9a8353593831967 in PR 20172 #20172 [1] dropped the "env_to_vec" calls issued prior to invoking "global_[pre_]init", which means that CEPH_ARGS overrides are no longer being processed by "ceph_argparse_early_args". The remaining environment options (for config option overrides) are properly handled, so this only affects the early arguments like "id", "name", "cluster", "conf", etc. 

 [1] https://github.com/ceph/ceph/pull/20172

Back