all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH v2 manager 0/1] fix #7518: ceph: mon: advertise a single address per monitor
@ 2026-09-16  5:21 Kefu Chai
  2026-09-16  5:21 ` [PATCH v2 manager 1/1] " Kefu Chai
  0 siblings, 1 reply; 2+ messages in thread
From: Kefu Chai @ 2026-09-16  5:21 UTC (permalink / raw)
  To: pve-devel

pveceph mon create can put two addresses of the same messenger type
into a monitor's addrvec. Older kernels refuse to decode that, so
CephFS fails to mount. This makes it pick one address per monitor.

The kernel side is fixed in the meantime, so v2 only rewords the
commit message. The code is unchanged.

Changes since v1:
 - say that current kernels tolerate such addrvecs since 5a87925539ac
   ("libceph: tolerate addrvecs with multiple entries of the same
   type"), which went to stable, and that the reasons to still pick a
   single address are older kernels and that no client reads past the
   first match
 - no code change

v1: https://lore.proxmox.com/pve-devel/20260425121528.924363-1-k.chai@proxmox.com/

Kefu Chai (1):
  fix #7518: ceph: mon: advertise a single address per monitor

 PVE/API2/Ceph/MON.pm | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

-- 
2.47.3





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-16  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-16  5:21 [PATCH v2 manager 0/1] fix #7518: ceph: mon: advertise a single address per monitor Kefu Chai
2026-09-16  5:21 ` [PATCH v2 manager 1/1] " Kefu Chai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal