On Tue, Oct 25, 2011 at 05:46:43PM +0200, Michael Hanselmann wrote: > Am 24. Oktober 2011 18:46 schrieb Michael Hanselmann <[email protected]>: > > lib/build/rpc_definitions.py | 2 +- > > lib/rpc.py | 215 > > ------------------------------------------ > > 2 files changed, 1 insertions(+), 216 deletions(-) > > Interdiff (need to convert this later): > > --- 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. iustin
