Date: Wed, 06 Sep 2017 14:23:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222089] Official Google Cloud image configuration errors Message-ID: <bug-222089-8-QvWLjgYO6m@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222089-8@https.bugs.freebsd.org/bugzilla/> References: <bug-222089-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222089 --- Comment #5 from Vick Khera <vivek@khera.org> --- One more enhancement: According to GCE's disk performance page https://cloud.google.com/compute/docs/disks/performance they recommend enab= ling TRIM on the file system. I do not know how to make that happen with the rel= ease config file. I personally also enable journaling. These are accomplished post-install by booting to single user and running t= hese commands, so this can also be retroactively corrected: tunefs -A -t enable / tunefs -A -j enable / --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222089-8-QvWLjgYO6m>