Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 20:25:57 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327890 - head/usr.sbin/bsdinstall/partedit
Message-ID:  <201801122025.w0CKPvVk022670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Jan 12 20:25:57 2018
New Revision: 327890
URL: https://svnweb.freebsd.org/changeset/base/327890

Log:
  bsdinstall: disable SUJ by default
  
  SUJ + cg checksums produce spurious warnings after an unclean shutdown
  (e.g. a crash).  For now disable SUJ for UFS installs so installing from
  a FreeBSD 12 snapshot results in a usable filesystem, until this can be
  fixed.
  
  PR:		225110
  Submitted by:	Arshan Khanifar <arshankhanifar gmail.com>
  Sponsored by:	The FreeBSD Foundation
  Differential Revision: https://reviews.freebsd.org/D13890

Modified:
  head/usr.sbin/bsdinstall/partedit/gpart_ops.c

Modified: head/usr.sbin/bsdinstall/partedit/gpart_ops.c
==============================================================================
--- head/usr.sbin/bsdinstall/partedit/gpart_ops.c	Fri Jan 12 20:03:24 2018	(r327889)
+++ head/usr.sbin/bsdinstall/partedit/gpart_ops.c	Fri Jan 12 20:25:57 2018	(r327890)
@@ -91,8 +91,7 @@ newfs_command(const char *fstype, char *command, int u
 			{"SU", "Softupdates",
 			    "Enable softupdates (default)", 1 },
 			{"SUJ", "Softupdates journaling",
-			    "Enable file system journaling (default - "
-			    "turn off for SSDs)", 1 },
+			    "Enable file system journaling", 0 },
 			{"TRIM", "Enable SSD TRIM support",
 			    "Enable TRIM support, useful on solid-state drives",
 			    0 },



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