Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 03:55:26 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342875 - head/release/tools
Message-ID:  <201901090355.x093tQ8Q042315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Wed Jan  9 03:55:25 2019
New Revision: 342875
URL: https://svnweb.freebsd.org/changeset/base/342875

Log:
  Turn off ec2_ephemeralswap for now
  
  This script broke around FreeBSD 11.0 as a result of SWAPMETA no longer
  being reported by vmstat -z; but it also needs to be reworked due to the
  arrival in EC2 of nvme ephemeral disks.
  
  I'll turn this option back on after I've found time to rewrite the
  script in question.
  
  PR:		234686
  Reported by:	meta@
  MFC after:	1 week

Modified:
  head/release/tools/ec2.conf

Modified: head/release/tools/ec2.conf
==============================================================================
--- head/release/tools/ec2.conf	Wed Jan  9 02:47:07 2019	(r342874)
+++ head/release/tools/ec2.conf	Wed Jan  9 03:55:25 2019	(r342875)
@@ -9,7 +9,7 @@
 export VM_EXTRA_PACKAGES="ec2-scripts firstboot-freebsd-update firstboot-pkgs dual-dhclient amazon-ssm-agent"
 
 # Set to a list of third-party software to enable in rc.conf(5).
-export VM_RC_LIST="ec2_configinit ec2_fetchkey ec2_ephemeralswap ec2_loghostkey firstboot_freebsd_update firstboot_pkgs ntpd"
+export VM_RC_LIST="ec2_configinit ec2_fetchkey ec2_loghostkey firstboot_freebsd_update firstboot_pkgs ntpd"
 
 # Build with a 3 GB UFS partition; the growfs rc.d script will expand
 # the partition to fill the root disk after the EC2 instance is launched.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901090355.x093tQ8Q042315>