[ceph-users] Re: set proxy for ceph installation

2023-10-04 Thread Eugen Block
Did you apply the changes to the containers.conf file on all hosts? The MGR daemon is issuing the cephadm commands on the remote hosts, so it would need that as well. That setup works for me quite well for years now. What distro is your host running on? We mostly use openSUSE or SLES, but I

[ceph-users] Re: set proxy for ceph installation

2023-09-27 Thread Eugen Block
You'll need a containers.conf file: # cat /etc/containers/containers.conf [engine] env = ["http_proxy=:", "https_proxy=:", "no_proxy=localhost"] Restarting the container should apply the change. Make sure you also have the correct no_proxy settings, for example so the ceph servers don't c

[ceph-users] Re: set proxy for ceph installation

2023-09-26 Thread Dario Graña
Hi Majid, You can try to manually execute the command */usr/bin/podman pull quay.io/ceph/ceph:v17 * and start debugging the problem from there. Regards! On Tue, Sep 26, 2023 at 3:42 PM Majid Varzideh wrote: > hi friends > i have deployed my first node in cluster.