Am 26. Oktober 2011 10:29 schrieb Iustin Pop <[email protected]>: > On Tue, Oct 25, 2011 at 09:10:24PM +0200, Michael Hanselmann wrote: >> + ("node_change_master_netmask", SINGLE, TMO_FAST, [ >> + ("netmask", None, None), >> + ], None, "Change master IP netmask"), > > FYI, this call is not used from bootstrap, so it should be moved to the > standard RPC client. > > There are some other calls that are used only from bootstrap, but that's > harder to cleanup.
True, this should be easy to sort out. I plan to do some sort of an audit anyway (I suspect some of the 80+ calls are not used anymore). Michael
