You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support IPv6 addresses in Ceph RGW object storage configuration
Add proper IPv6 URL formatting for Swift endpoints when configuring
Ceph RGW as the object storage backend. The ipwrap filter ensures
IPv6 addresses are properly enclosed in brackets while leaving
IPv4 addresses unchanged, preventing URL parsing errors.
Also adds validation to ensure ceph_rgw_virtual_ips_list is not
empty before attempting to use it, providing clear error messaging
for configuration issues.
0 commit comments