summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-01-15 13:02:30 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-01-16 00:38:26 +0000
commit4615d30334acb3e253c809a486a8dee3c7c8064e (patch)
tree94523ce78debe72975ecf15e76177ce2b5e94e97
parentf31edb162a65cbce5b7fcb9763fa131d141319c9 (diff)
downloadvyos-walinuxagent-4615d30334acb3e253c809a486a8dee3c7c8064e.tar.gz
vyos-walinuxagent-4615d30334acb3e253c809a486a8dee3c7c8064e.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.