Updates:
        Cc: [email protected]

Comment #1 on issue 773 by [email protected]: SSH port information is not inherited from cluster
http://code.google.com/p/ganeti/issues/detail?id=773

Technically, the SSH port number is inherited from the cluster configuration, but we never allow it to be set. I'd suggest to make a method that returns a dictionary mapping group UUIDs to their SSH ports. This could be directly passed to the RPC calls, and it's easy to get the port for a single group. Under the hood, this function would call _UnlockedGetNdGroupParams (which would also need to be added, currently we have only the locked variant) for all groups to get the ports. This would save calls to the WConfd for every group, and would be safe in the case we'd ever decide to allow cluster SSH ports.

(Maybe it should go to 2.11, as this is a kind of shortcomming?)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to