From 8038c24d6dce45a4cc7eab55323c39901a7b072a Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 28 Jan 2011 10:48:56 -0500 Subject: add previous-instance-id and previous-datasource files to cloud/data add 'datasource' file to instance dir --- doc/var-lib-cloud.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/var-lib-cloud.txt b/doc/var-lib-cloud.txt index 0f96f267..7776d772 100644 --- a/doc/var-lib-cloud.txt +++ b/doc/var-lib-cloud.txt @@ -38,7 +38,8 @@ boot-finished # this file indicates when "boot" is finished # it is created by the 'final_message' cloud-config - + datasource # a file containing the class and string of datasource + - sem/ scripts.once These are the cloud-specific semaphores. The only thing that @@ -52,6 +53,9 @@ - data/ this is a persistent data location. cloud-init won't really use it, but something else (a handler or script could) + previous-datasource + previous-instance-id + previous-hostname to clear out the current instance's data as if to force a "new run" on reboot do: -- cgit v1.2.3