Comment #5 on issue 892 by [email protected]: Feature request: No
DNS-Entrys for secondary network
https://code.google.com/p/ganeti/issues/detail?id=892
Hi,
i had a look at it and it is actually a bug
is not initialized correctly - it should be loaded somehow like
+ "return ssh.SshRunner(cluster_name, ipv6)" not
- "return ssh.SshRunner(cluster_name)"
in the backend.py
because it isn't the cmd which is generated from _BuildCmd looks like this:
['ssh', '-oEscapeChar=none', '-oHashKnownHosts=no', '-oGlobalKnownHostsFile=/usr/local/var/lib/ganeti/known_hosts', '-oUserKnownHostsFile=/dev/null',
-oCheckHostIp=no', '-oHostKeyAlias=dev.xxxxxxxxx.de', '-oBatchMode=yes', '-oStrictHostKeyChecking=yes', '-4', '[email protected]', 'if
test
-z "$GANETI_HOSTNAME"; then hostname --fqdn;else
echo "$GANETI_HOSTNAME";fi']
even throw _BuildSshOptions checks if ipv6 is enabled:
if self.ipv6:
options.append("-6")
else:
options.append("-4")
i'll see if i can patch this my self
--
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