From 91085ecd588a3fe06ec8d2faea4b9c8cf032a6d5 Mon Sep 17 00:00:00 2001 From: kfei Date: Wed, 28 May 2014 19:13:09 +0800 Subject: [PATCH] Add a note about running wget behind proxy To avoid mistakes, the wget env variables should be set in '/root/.wgetrc' since ceph-deploy will run wget as root user on each node. Signed-off-by: kfei --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e85bca8..a6b226a 100644 --- a/README.rst +++ b/README.rst @@ -207,8 +207,8 @@ repositories*. This means that those repositories will need to be properly setup (and mirrored with all the necessary dependencies) before attempting an install. -Another alternative is to set the `wget` env variables to point to the right -hosts, for example:: +Another alternative is to set the ``wget`` env variables to point to the right +hosts, for example, put following lines into ``/root/.wgetrc`` on each node (since ceph-deploy runs wget as root):: http_proxy=http://host:port ftp_proxy=http://host:port -- 2.47.3