[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-03-10 Thread Thierry Carrez
*** This bug is a duplicate of bug 531195 *** https://bugs.launchpad.net/bugs/531195 ** This bug has been marked a duplicate of bug 531195 euca_conf --register-nodes should not return 0 if keys cannot be synced -- Node not added to CLC even though registration is successful

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-03-10 Thread Thierry Carrez
*** This bug is a duplicate of bug 531195 *** https://bugs.launchpad.net/bugs/531195 ** This bug has been marked a duplicate of bug 531195 euca_conf --register-nodes should not return 0 if keys cannot be synced -- Node not added to CLC even though registration is successful

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-15 Thread Thierry Carrez
Looking at the code, it seems that if sync_keys fails, euca_conf --register-nodes will still return 0 (and will skip nodes.list update). ** Changed in: eucalyptus (Ubuntu) Status: Confirmed = Triaged -- Node not added to CLC even though registration is successful

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-15 Thread Thierry Carrez
Looking at the code, it seems that if sync_keys fails, euca_conf --register-nodes will still return 0 (and will skip nodes.list update). ** Changed in: eucalyptus (Ubuntu) Status: Confirmed = Triaged -- Node not added to CLC even though registration is successful

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-12 Thread Thierry Carrez
Registration does two things: sync keys from CC to NC's /var/lib/eucalyptus/keys/ and add the node IP to the CC /var/lib/eucalyptus/nodes.list. Could you check what completed successfully on the failing node, if any ? If both appear to have completed successfully, then something prevents the CC

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-12 Thread Mathias Gug
The failing node (10.55.55.4) hasn't been added to nodes.list: ubu...@cempedak:~$ sudo cat /var/lib/eucalyptus/nodes.list 10.55.55.5 10.55.55.7 10.55.55.3 10.55.55.6 On the failing node (10.55.55.4) there isn't any key available: ubu...@mamoncillo:~$ sudo ls -l /var/lib/eucalyptus/keys/ total

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-12 Thread Thierry Carrez
Registration does two things: sync keys from CC to NC's /var/lib/eucalyptus/keys/ and add the node IP to the CC /var/lib/eucalyptus/nodes.list. Could you check what completed successfully on the failing node, if any ? If both appear to have completed successfully, then something prevents the CC

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-12 Thread Mathias Gug
The failing node (10.55.55.4) hasn't been added to nodes.list: ubu...@cempedak:~$ sudo cat /var/lib/eucalyptus/nodes.list 10.55.55.5 10.55.55.7 10.55.55.3 10.55.55.6 On the failing node (10.55.55.4) there isn't any key available: ubu...@mamoncillo:~$ sudo ls -l /var/lib/eucalyptus/keys/ total

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-11 Thread Daniel Nurmi
Since '--list-nodes' is not reporting '10.55.55.4' as registered, my guess is that the 'euca_conf --register-nodes 10.55.55.4' did not complete successfully. Can you check your nodes.list on the CC to see if '10.55.55.4' was added to the list? If so, then we should check to make sure the CC is

[Bug 520774] Re: Node not added to CLC even though registration is successful

2010-02-11 Thread Daniel Nurmi
Since '--list-nodes' is not reporting '10.55.55.4' as registered, my guess is that the 'euca_conf --register-nodes 10.55.55.4' did not complete successfully. Can you check your nodes.list on the CC to see if '10.55.55.4' was added to the list? If so, then we should check to make sure the CC is