All of lore.kernel.org
 help / color / mirror / Atom feed
* RGW Beast frontend and ipv6 options
@ 2019-04-26  8:49 Abhishek Lekshmanan
       [not found] ` <87a7gdgngp.fsf-IBi9RG/b67k@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Abhishek Lekshmanan @ 2019-04-26  8:49 UTC (permalink / raw)
  To: ceph-devel-u79uwXL29TY76Z2rM5mHXA,
	ceph-users-idqoXFIVOFJgJs9I8MT0rw


Currently RGW's beast frontend supports ipv6 via the endpoint
configurable. The port option will bind to ipv4 _only_.

http://docs.ceph.com/docs/master/radosgw/frontends/#options

Since many Linux systems may default the sysconfig net.ipv6.bindv6only
flag to true, it usually means that specifying a v6 endpoint will bind
to both v4 and v6. But this also means that deployment systems must be
aware of this while configuring depending on whether both v4 and v6
endpoints need to work or not. Specifying both a v4 and v6 endpoint or a
port (v4) and endpoint with the same v6 port will currently lead to a
failure as the system would've already bound the v6 port to both v4 and
v6. This leaves us with a few options.

1. Keep the implicit behaviour as it is, document this, as systems are
already aware of sysconfig flags and will expect that at a v6 endpoint
will bind to both v4 and v6.

2. Be explicit with endpoints & configuration, Beast itself overrides
the socket option to bind both v4 and v6, which means that v6 endpoint
will bind to v6 *only* and binding to a v4 will need an explicit
specification. (there is a pr in progress for this:
https://github.com/ceph/ceph/pull/27270)

Any more suggestions on how systems handle this are also welcome.

--
Abhishek 

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

end of thread, other threads:[~2019-05-03  8:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26  8:49 RGW Beast frontend and ipv6 options Abhishek Lekshmanan
     [not found] ` <87a7gdgngp.fsf-IBi9RG/b67k@public.gmane.org>
2019-05-02 14:08   ` Daniel Gryniewicz
     [not found]     ` <613006e7-62d9-a03f-f8d7-5a37ef1ffb88-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2019-05-02 14:36       ` Daniel Gryniewicz
     [not found]         ` <98b48a08-ae33-e26d-b46d-95d1488b059c-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2019-05-02 15:03           ` Abhishek Lekshmanan
2019-05-03  8:22       ` Wido den Hollander

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.