You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/11/25 15:03:36 UTC

[GitHub] [cloudstack] stephankruggg commented on a diff in pull request #6822: Fixed the management server setup line

stephankruggg commented on code in PR #6822:
URL: https://github.com/apache/cloudstack/pull/6822#discussion_r1032533457


##########
client/bindir/cloud-setup-management.in:
##########
@@ -52,7 +52,7 @@ if __name__ == '__main__':
         syscfg.registerService(cloudManagementConfig)
         syscfg.config()
         print("CloudStack Management Server setup is Done!")
-        print("Please ensure the following ports are open for the management server to function properly : 8080 8250 8443 9090")
+        print(" Please ensure ports 8080 8250 8443 9090 are opened and not firewalled for the management server and not in use by other processes on this host")

Review Comment:
   ```suggestion
           print("Please ensure ports 8080, 8250, 8443, and 9090 are opened and not firewalled for the management server and not in use by other processes on this host.")
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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