[ https://issues.apache.org/jira/browse/CLOUDSTACK-10341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411203#comment-16411203 ]
ASF GitHub Bot commented on CLOUDSTACK-10341: --------------------------------------------- rhtyd commented on a change in pull request #2468: CLOUDSTACK-10341 VR: minor fixes URL: https://github.com/apache/cloudstack/pull/2468#discussion_r176697597 ########## File path: systemvm/debian/etc/systemd/system/cloud-postinit.service ########## @@ -1,7 +1,7 @@ [Unit] Description=CloudStack post-patching init script After=cloud-early-config.service network.target local-fs.target -Before=ssh.service +Before=ssh.service apache2.service Review comment: You can see the dependency graph for systemd, via systemd-analyze (plot it or analyze the critical-chain etc, refer docs for more info). Apache2 is disabled by default, so during first boot no errors should be seen. Can you share when you saw those errors, did that cause any service related failure for you, also where you saw these errors (in console or logs?). The cloud-postinst script will handle any failure and start apache2 is required, any initial error/warning may be ignored. The issue now I'm seeing repeatedly is that, cloud-postinst service is stuck at 'systemctl restart apache2' due to interdependencies between cloud-postinst and apache2 services. To break this, apache2 needs to be removed from the change above ^^ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 > Systemvmtemplate 4.11 changes > ----------------------------- > > Key: CLOUDSTACK-10341 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10341 > Project: CloudStack > Issue Type: Task > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Priority: Major > Fix For: 4.12.0.0, 4.11.1.0 > > > Systemvmtemplate and fail due to low /run memory allocation, the template is > slow to copy the size may be further reduced. -- This message was sent by Atlassian JIRA (v7.6.3#76005)