Am 26. Oktober 2011 10:03 schrieb Iustin Pop <[email protected]>: > On Tue, Oct 25, 2011 at 05:46:43PM +0200, Michael Hanselmann wrote: >> --- a/lib/rpc.py >> +++ b/lib/rpc.py >> @@ -674,6 +674,17 @@ class RpcRunner(_generated_rpc.RpcClientDefault): >> idict = self._InstDict(instance, hvp=hvp, bep=bep) >> return self._SingleNodeCall(node, "instance_start", [idict, >> startup_paused]) >> >> + @_RpcTimeout(_TMO_1DAY) >> + def call_instance_os_add(self, node, inst, reinstall, debug, >> osparams=None): > > I.e. not removing this anymore? LGTM.
Yes, it's removed in my second patch series. Michael
