On Mon, Aug 23, 2010 at 3:39 PM, Iustin Pop <[email protected]> wrote: > On Mon, Aug 23, 2010 at 15:33, Manuel Franceschini <[email protected]> > wrote: >> >> Signed-off-by: Manuel Franceschini <[email protected]> >> --- >> This is a first draft. Please let me know if the overall structure is ok >> and if you think there is some important sections missing. > > Well, it looks fine to me :) so I'd say LGTM. > > Maybe a list or table with the remaining bits that are only IPv4, e.g.: > > - Xen: doesn't support migration using the xc commands (might be added > in the xl backend) > - KVM > - DRBD
DRBD does support it, it just has a bug (that does not affect Ganeti) when parsing the IPv6 address. > etc. You already say these in text, but a list would be useful. Interdiff: diff --git a/doc/design-2.3.rst b/doc/design-2.3.rst index 482b624..4d9d774 100644 --- a/doc/design-2.3.rst +++ b/doc/design-2.3.rst @@ -82,7 +82,6 @@ every time a daemon starts to determine the default bind address (either *0.0.0.0* or *::*. In a IPv6/IPv4 setup we need to bind the Ganeti daemon listening on network sockets to the IPv6 address. - Node addition +++++++++++++ @@ -100,6 +99,17 @@ Name resolution Since the gethostbyname*() functions do not support IPv6 name resolution will be done by using the recommended getaddrinfo(). +IPv4-only components +++++++++++++++++++++ + +============================ =================== ==================== +Component IPv6 Status Planned Version +============================ =================== ==================== +Xen instance migration Not supported Xen 4.1: libxenlight +KVM instance migration Not supported Unknown +KVM VNC access Not supported Unknown +============================ =================== ==================== + Feature changes --------------- Manuel
