Hi Kees, this is the dapper patch based on the others. It's still impossible to cherry pick without solving lots of conflicts.
You want to notice these small differences compared to the other patches: static void make_sockaddr: it didn't use sock_storage but sockadd_in6 casted around. We memset in a slightly different way but safe. The warning the Stephen see is coming from the change in void lowcomms_stop() and it happens only at reboot. It means that we can't free memory for one of the socket, but given that we are shutting down the cluster, it be considered harmless. It is more dangerous to leave it unfixed because on many shutdown it would leak memory. kmem_cache_free (that invokes kmem_cache_destroy) takes care of protecting mem that is still in use. Fabio ** Attachment added: "dapper fix" http://launchpadlibrarian.net/10679692/dapper.diff -- Node hangs at clvm when joining cluster https://bugs.launchpad.net/bugs/158288 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs