summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/ceph.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ceph.in b/src/ceph.in
index e4fd6eb3d65..b14842a6884 100755
--- a/src/ceph.in
+++ b/src/ceph.in
@@ -555,6 +555,7 @@ def main():
cluster_handle = rados.Rados(name=name, clustername=clustername,
conf_defaults=conf_defaults, conffile=conffile)
+ cluster_handle.conf_parse_env()
retargs = cluster_handle.conf_parse_argv(childargs)
#tmp = childargs
childargs = retargs