[Bug 222089] Official Google Cloud image configuration errors
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 6 14:23:00 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222089
--- Comment #5 from Vick Khera <vivek at khera.org> ---
One more enhancement:
According to GCE's disk performance page
https://cloud.google.com/compute/docs/disks/performance they recommend enabling
TRIM on the file system. I do not know how to make that happen with the release
config file.
I personally also enable journaling.
These are accomplished post-install by booting to single user and running these
commands, so this can also be retroactively corrected:
tunefs -A -t enable /
tunefs -A -j enable /
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list