Description of problem: Addition of a RHS node created from the RHSS-2.1-20130910.0-RHS-x86_64-DVD1.iso to a 3.2 cluster created in rhsc-cb14, fails. 2 events show up as failed when adding the node: (1) Failed to install Host 10.14.16.202. Failed to execute stage 'Misc configuration': Command '/usr/share/vdsm/addNetwork' failed to execute. (2) Host 10.14.16.202 installation failed. Command returned failure code 1 during SSH session 'root.16.202 excerpt from vdsm.log: SSH error running command root.16.202:'umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/setup DIALOG/dialect=str:machine DIALOG/customization=bool:True': java.io.IOException: Command returned failure code 1 during SSH session 'root.16.202' Version-Release number of selected component (if applicable): rhsc-cb14 How reproducible: Steps to Reproduce: 1. create a fresh rhs instance from the 2.1 GA release of RHS, RHSS-2.1-20130910.0-RHS-x86_64-DVD1.iso 2. In rhsc, create 3.2 cluster 3. add the host to the cluster created Actual results: failures indicated in description Expected results: host is successfully added to cluster Additional info:
logs attached here: http://rhsqe-repo.lab.eng.blr.redhat.com/dustin/1049072/
I could not reproduce this issue after doing the following steps 1. New RHS node from ISO - RHSS-2.1-20130910.0-RHS-x86_64-DVD1.iso 2. Create cluster 'c1' with 3.2 compatibility version 3. Add the above node to cluster c1 After the above steps, host installation went through successfully and it came to UP status. Dustin, please let me know if you have done any extra steps.
Hi Kanagaraj, Those are the same, exact steps I followed. However, I'm unable to successfully add the node. I have also recreated a node using the iso and got the same results. The rhsc instance I'm using is @ 10.14.16.158. The issue can be consistently reproduced from there.
After some more digging. I believe there may have been some networking issue with my node. I'm able to add the node successfully now.