Always provide setup information for cluster nodes

Bug #329507 reported by Ruben S, Montero
2
Affects Status Importance Assigned to Milestone
opennebula (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: opennebula

Currently the onehost command shows setup information only if the transfer scheme is ssh. OpenNebula uses ssh access to monitor the cluster nodes and also to invoke virsh. Therefore the configuration information provided is totally useful for non tm_ssh setups.

So I simply suggest to change 238 in onehost and drop the tm_ssh check:
--- /usr/bin/onehost.orig 2009-02-11 14:45:36.000000000 +0100
+++ /usr/bin/onehost 2009-02-14 20:32:49.000000000 +0100
@@ -235,7 +235,7 @@
 when "add", "create"
     check_parameters("create", 4)
     result=host.allocate(*[ARGV[0], ARGV[1], ARGV[2], ARGV[3], "true"])
- if result[0] and ARGV[3] == "tm_ssh"
+ if result[0]

BTW, the configuration steps suggested by onehost work like a charm!

Related branches

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package opennebula - 1.2-0ubuntu3

---------------
opennebula (1.2-0ubuntu3) jaunty; urgency=low

  * Add ruby dependency for opennebula-node. (LP: #329258)
  * Always show ssh setup help (LP: #329507)

 -- Soren Hansen <email address hidden> Fri, 20 Feb 2009 13:51:51 +0100

Changed in opennebula:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.