excellent resource
Many thanks
Steven
On Thu, 8 May 2025 at 09:34, Anthony D'Atri wrote:
> https://docs.ceph.com/en/latest/cephadm/services/monitoring/ May help
>
> On May 8, 2025, at 9:05 AM, Steven Vacaroaia wrote:
>
> Hi,
>
> I thought about that and disable it
> All my servers are (tempora
https://docs.ceph.com/en/latest/cephadm/services/monitoring/ May help
> On May 8, 2025, at 9:05 AM, Steven Vacaroaia wrote:
>
> Hi,
>
> I thought about that and disable it
> All my servers are (temporarily) connect directly to the internet
>
> It seems the issue is to get the "latest" version
Hi,
I thought about that and disable it
All my servers are (temporarily) connect directly to the internet
It seems the issue is to get the "latest" version of keepalived or haproxy
I can pull specific images ( like keepalived 2.2.4 ) using "podman pull "
command
So is there a way to tell ceph or
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io
Hi,
Thanks - that worked ...kind of
However, I am unable to get the haproxy and keepalive images from quay.io
because " access to the requested resources is not authorized"
The resource URL is quay.io/ceph/keepalive ( for example)
access to quay.io/ceph works fine ( e.g. podman ls quay.io/ceph
I would think you just need to remove the two instances of "{{ v4v6_flag
}}" from
https://github.com/ceph/ceph/blob/main/src/pybind/mgr/cephadm/templates/services/ingress/haproxy.cfg.j2#L61-L63
and
then tell it to use that modified version of the template. As a general
thing, it might be safer to s
Hi Adam
Thanks for offering to help
yes, I did a ceph config set using below template
as some people reported that it will help solve NFS HA issue ( e.g.
haproxy,cfg deployed missing "check")
Now neither NFS nor RGW works :-(
How do I fix this ?
thanks
Steven
https://github.com/ceph/ceph/blo
That flag got added to cephadm's haproxy template as part of
https://github.com/ceph/ceph/pull/61833. I'm very confused as to how you're
seeing it affect reef though, as we never backported it. It doesn't seem to
exist at all in the reef branch when I checked
adking@fedora:~/orch-ceph/ceph/src$ gi