diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-01-15 13:02:30 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-01-16 00:38:26 +0000 |
commit | 4615d30334acb3e253c809a486a8dee3c7c8064e (patch) | |
tree | 94523ce78debe72975ecf15e76177ce2b5e94e97 | |
parent | f31edb162a65cbce5b7fcb9763fa131d141319c9 (diff) | |
download | vyos-walinuxagent-4615d30334acb3e253c809a486a8dee3c7c8064e.tar.gz vyos-walinuxagent-4615d30334acb3e253c809a486a8dee3c7c8064e.zip |
Disable disk formatting/mounting of ephemeral storage
Gbp-Pq: disable_disk_formating.patch.
-rw-r--r-- | waagent | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |