Skip to content

Commit

Permalink
SUSE config: use Btrfs LZO compression for ResourceDisk (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiss authored Nov 4, 2020
1 parent ac7af7f commit 7b26763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/suse/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ResourceDisk.Format=y

# File system on the resource disk
# Typically ext3 or ext4. FreeBSD images should use 'ufs2' here.
ResourceDisk.Filesystem=ext4
ResourceDisk.Filesystem=btrfs

# Mount point for the resource disk
ResourceDisk.MountPoint=/mnt/resource
Expand All @@ -55,7 +55,7 @@ ResourceDisk.EnableSwap=n
ResourceDisk.SwapSizeMB=0

# Comma-separated list of mount options. See mount(8) for valid options.
ResourceDisk.MountOptions=None
ResourceDisk.MountOptions=compress=lzo

# Respond to load balancer probes if requested by Microsoft Azure.
LBProbeResponder=y
Expand Down

0 comments on commit 7b26763

Please sign in to comment.