[Bug 1883686] Update Released
Łukasz Zemczak
1883686 at bugs.launchpad.net
Thu Jul 2 08:12:18 UTC 2020
The verification of the Stable Release Update for ubiquity has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1883686
Title:
zfs should enable autotrim
Status in ubiquity package in Ubuntu:
Fix Released
Status in ubiquity source package in Focal:
Fix Released
Bug description:
[Impact]
* Ubuntu enables automatic TRIM / DISCARD on all filesystems that
support it, such that on SSD-like storage devices the performance over
time is improved. ZFS, as setup by ubiquity, did not used to enable
autotrim option. But it should have it enabled.
[Test Case]
1. Complete install using zfs
2. Reboot and login
3. Check that the zfs pools have autotrim feature enabled with the following command:
# zpool get autotrim
Both pools must have the autotrim property set to 'on'.
NAME PROPERTY VALUE SOURCE
bpool autotrim on local
rpool autotrim on local
You can also check the status of trimming with:
# zpool status -t rpool
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
nvme0n1p4 ONLINE 0 0 0 (100% trimmed, completed at mer. 03 juin 2020 07:50:22)
[Regression Potential]
* When autotrim is in progress, i/o performance may be observed as
stalling. However, periodic trim outweighs the benefits. Advanced
operators may choose to disable autotrim, and execute it manually
during regularly scheduled maintenance windows.
[Other Info]
* Shipped in groovy already
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1883686/+subscriptions
More information about the foundations-bugs
mailing list