]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: propagate environment variables to subprocesses
authorYuxiang Zhu <vfreex@gmail.com>
Mon, 2 Aug 2021 16:53:26 +0000 (00:53 +0800)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 2 Sep 2021 14:24:39 +0000 (16:24 +0200)
commitb86c8de3db88efa66d960aa7501c241199e516da
tree5c771c945ebf236bc0110427794fb8edcf3b76c1
parent306b7e195c5141f895f1e11a4e263ad22c00930c
cephadm: propagate environment variables to subprocesses

so that I can use an http(s) proxy for external network access when running cephadm.

e.g.
```sh
http_proxy=http://proxy:8080 https_proxy=http://proxy:8080 cephadm pull
```

Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
(cherry picked from commit 8f72f774892be6aec458452fc2678578f2436e90)
src/cephadm/cephadm