summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-01-08 14:11:13 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-01-08 21:33:22 +0000
commit36fa867d6ff88b554b3a55b7578b8bdff762c13d (patch)
treec68e1b7d74f8c67bcff5816e1f36eb45c9469c9d
parent2ab4edcacb1e5aa029c75c5d99fd03497c56db77 (diff)
downloadvyos-walinuxagent-36fa867d6ff88b554b3a55b7578b8bdff762c13d.tar.gz
vyos-walinuxagent-36fa867d6ff88b554b3a55b7578b8bdff762c13d.zip
Disable disk formatting/mounting of ephemeral storage
Gbp-Pq: disable_disk_formating.patch.
-rw-r--r--waagent2
1 files changed, 1 insertions, 1 deletions
diff --git a/waagent b/waagent
index 9a681aa..f0855d8 100644
--- a/waagent
+++ b/waagent
@@ -2237,7 +2237,7 @@ Provisioning.RegenerateSshHostKeyPair=n # Generate fresh host key pair.
Provisioning.SshHostKeyPairType=rsa # Supported values are "rsa", "dsa" and "ecdsa".
Provisioning.MonitorHostName=n # Monitor host name changes and publish changes via DHCP requests.
-ResourceDisk.Format=y # Format if unformatted. If 'n', resource disk will not be mounted.
+ResourceDisk.Format=n # Format if unformatted. If 'n', resource disk will not be mounted.
ResourceDisk.Filesystem=ext4 #
ResourceDisk.MountPoint=/mnt #
ResourceDisk.EnableSwap=n # Create and use swapfile on resource disk.