Re: [PATCH master 7/8] Replace getNode with getNodeByUuid in certain cases

2016-06-10 Thread 'Brian Foley' via ganeti-devel
On Thu, Jun 09, 2016 at 11:13:57PM +0200, Iustin Pop wrote: > From: Iustin Pop > > Do this in cases where this should already be the case: > - some functions are explicitly denoted to take UUIDs (documentation/parameter > name) > - some functions (e.g. clusterMasterNode,

[PATCH master 7/8] Replace getNode with getNodeByUuid in certain cases

2016-06-09 Thread Iustin Pop
From: Iustin Pop Do this in cases where this should already be the case: - some functions are explicitly denoted to take UUIDs (documentation/parameter name) - some functions (e.g. clusterMasterNode, disk IDs, instance primary node) we know return an UUID But still, this