Disable swap setup by default

This reverts the WALA 2.x to WALA 1.x behavior of not configuring swap
space on the resource disk by default.
This commit is contained in:
Stephen A. Zarkos
2013-11-19 11:23:07 -08:00
parent 656cf7b5cc
commit 1e63fe7120
+4 -4
View File
@@ -114,8 +114,8 @@ Provisioning.MonitorHostName=y # Monitor host name changes and publish
ResourceDisk.Format=y # Format if unformatted. If 'n', resource disk will not be mounted.
ResourceDisk.Filesystem=ext4 # Typically ext3 or ext4. FreeBSD images should use 'ufs2' here.
ResourceDisk.MountPoint=/mnt/resource #
ResourceDisk.EnableSwap=y # Create and use swapfile on resource disk.
ResourceDisk.SwapSizeMB=1024 # Size of the swapfile.
ResourceDisk.EnableSwap=n # Create and use swapfile on resource disk.
ResourceDisk.SwapSizeMB=0 # Size of the swapfile.
LBProbeResponder=y # Respond to load balancer probes if requested by Windows Azure.
@@ -1138,8 +1138,8 @@ Provisioning.MonitorHostName=y # Monitor host name changes and publish
ResourceDisk.Format=y # Format if unformatted. If 'n', resource disk will not be mounted.
ResourceDisk.Filesystem=ufs2 #
ResourceDisk.MountPoint=/mnt/resource #
ResourceDisk.EnableSwap=y # Create and use swapfile on resource disk.
ResourceDisk.SwapSizeMB=1024 # Size of the swapfile.
ResourceDisk.EnableSwap=n # Create and use swapfile on resource disk.
ResourceDisk.SwapSizeMB=0 # Size of the swapfile.
LBProbeResponder=y # Respond to load balancer probes if requested by Windows Azure.