From fb6d13ad28b5b2a61a65b5b6810b1f244cbb91e0 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 25 Mar 2010 21:26:18 -0400 Subject: This runs could-config-mounts on 'filesystem' event rather than on cloud-config. Doing so means the collision that was occuring with upstart/mountall will not occur. However, it also means any mounts configured will not be mounted until later. LP: #527825 LP: #527825 --- upstart/cloud-config-mounts.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart/cloud-config-mounts.conf b/upstart/cloud-config-mounts.conf index 81a0befa..cbe15256 100644 --- a/upstart/cloud-config-mounts.conf +++ b/upstart/cloud-config-mounts.conf @@ -2,7 +2,7 @@ # includes enabling swap description "Setup mount points in fstab per config" -start on cloud-config +start on filesystem console output task -- cgit v1.2.3