Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-18 Thread Warner Losh
On Thu, Jan 18, 2018 at 5:27 AM, Eugene Grosbein wrote: > On 18.01.2018 16:49, Alexey Dokuchaev wrote: > > > OK, that answers the second question (silly one). What about the > > first one: Is it safe to disable SUJ on already populated filesystem? > > Yes. However, this must be done before mount

Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-18 Thread Eugene Grosbein
On 18.01.2018 16:49, Alexey Dokuchaev wrote: > OK, that answers the second question (silly one). What about the > first one: Is it safe to disable SUJ on already populated filesystem? Yes. However, this must be done before mounting. ___ svn-src-all@f

Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-18 Thread Gary Jennejohn
On Thu, 18 Jan 2018 07:26:11 + Alexey Dokuchaev wrote: > On Sat, Jan 13, 2018 at 06:53:47AM +, Alexey Dokuchaev wrote: > > On Fri, Jan 12, 2018 at 08:25:57PM +, Ed Maste wrote: > > > New Revision: 327890 > > > URL: https://svnweb.freebsd.org/changeset/base/327890 > > > > > > Log: >

Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-18 Thread Alexey Dokuchaev
On Thu, Jan 18, 2018 at 10:46:20AM +0100, Gary Jennejohn wrote: > On Thu, 18 Jan 2018 07:26:11 + > Alexey Dokuchaev wrote: > > > ... > > > Thanks; I keep seeing it quite often. > > > Is it safe to disable SUJ on already populated filesystem? > > > Can (should) it better be done on live, mounte

Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-17 Thread Alexey Dokuchaev
On Sat, Jan 13, 2018 at 06:53:47AM +, Alexey Dokuchaev wrote: > On Fri, Jan 12, 2018 at 08:25:57PM +, Ed Maste wrote: > > New Revision: 327890 > > URL: https://svnweb.freebsd.org/changeset/base/327890 > > > > Log: > > bsdinstall: disable SUJ by default > > > > SUJ + cg checksums pro

Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-12 Thread Alexey Dokuchaev
On Fri, Jan 12, 2018 at 08:25:57PM +, Ed Maste wrote: > 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 disa

svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-12 Thread Ed Maste
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