You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pa...@apache.org on 2018/12/12 22:11:41 UTC

[cloudstack] 08/18: workaround for startup race condition.

This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 41120-memory
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 1d996807a412b98fe289ee501b22371cb1686001
Author: Paul Angus <pa...@shapeblue.com>
AuthorDate: Fri Nov 30 10:31:36 2018 +0000

    workaround for startup race condition.
---
 systemvm/debian/etc/systemd/system/open-vm-tools.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systemvm/debian/etc/systemd/system/open-vm-tools.service b/systemvm/debian/etc/systemd/system/open-vm-tools.service
index 0ac2f2f..b8afec5 100644
--- a/systemvm/debian/etc/systemd/system/open-vm-tools.service
+++ b/systemvm/debian/etc/systemd/system/open-vm-tools.service
@@ -4,6 +4,7 @@ Documentation=http://open-vm-tools.sourceforge.net/about.php
 ConditionVirtualization=vmware
 DefaultDependencies=no
 Before=cloud-init-local.service
+After=local-fs.target
 
 [Service]
 ExecStart=/usr/bin/vmtoolsd