diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/var-lib-cloud.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/var-lib-cloud.txt b/doc/var-lib-cloud.txt index 5cdcddbb..2a1acd2b 100644 --- a/doc/var-lib-cloud.txt +++ b/doc/var-lib-cloud.txt @@ -34,6 +34,8 @@ user-data.txt.i obj.pkl handlers/ + data/ # just a per-instance data location to be used + - sem/ scripts.once These are the cloud-specific semaphores. The only thing that @@ -44,6 +46,9 @@ "persistent" handlers (not per-instance). Same as handlers from user-data, just will be cross-instance id + - data/ + this is a persistent data location. cloud-init won't really + use it, but something else (a handler or script could) to clear out the current instance's data as if to force a "new run" on reboot do: |