]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Add a note about running wget behind proxy
authorkfei <kfei@kfei.net>
Wed, 28 May 2014 11:13:09 +0000 (19:13 +0800)
committerkfei <kfei@kfei.net>
Wed, 28 May 2014 11:22:01 +0000 (19:22 +0800)
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 <kfei@kfei.net>
README.rst

index e85bca86a32f278545e7491cc8f2a434cb2bcb07..a6b226a65d8b4f4aed07c3a4b55429d1617fb8c2 100644 (file)
@@ -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