rhtyd commented on a change in pull request #4262:
URL: https://github.com/apache/cloudstack/pull/4262#discussion_r469837363



##########
File path: systemvm/agent/scripts/ssvm-check.sh
##########
@@ -118,7 +118,7 @@ fi
 # check for connectivity to the management server
 echo ================================================
 echo Management server is $MGMTSERVER.  Checking connectivity.
-socatout=$(echo | socat - TCP:$MGMTSERVER:8250,connect-timeout=3 2>&1)
+socatout=$(echo | socat - TCP:$MGMTSERVER:8250,connect-timeout=3 | tr -d '\0' 
2>&1)

Review comment:
       @Pearl1594 what was the issue during the reboot test, does this fix 
that? If so, do we need to port it back to 4.14/4.13?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to