mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #19689 from chnmagnus/wip-bug-on-config-metavariables
rgw: the metavariables in frontends-related config won't be expanded Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
f52cd177b9
@ -197,6 +197,7 @@ int main(int argc, const char **argv)
|
||||
flags);
|
||||
|
||||
list<string> frontends;
|
||||
g_conf->early_expand_meta(g_conf->rgw_frontends, &cerr);
|
||||
get_str_list(g_conf->rgw_frontends, ",", frontends);
|
||||
multimap<string, RGWFrontendConfig *> fe_map;
|
||||
list<RGWFrontendConfig *> configs;
|
||||
|
Loading…
Reference in New Issue
Block a user