summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorKarel Zak2019-05-09 13:59:54 +0200
committerKarel Zak2019-05-09 13:59:54 +0200
commit5fcdf204b033297486e221a80a7f3c0a30734ceb (patch)
tree13a0ccd16f41e52b3b5a16054bb13b703e72ccf1 /Documentation/releases
parentbash-completion: add fstrim --quiet (diff)
downloadkernel-qcow2-util-linux-5fcdf204b033297486e221a80a7f3c0a30734ceb.tar.gz
kernel-qcow2-util-linux-5fcdf204b033297486e221a80a7f3c0a30734ceb.tar.xz
kernel-qcow2-util-linux-5fcdf204b033297486e221a80a7f3c0a30734ceb.zip
fstrim: affect only warnings by --quiet
We need the same return code from fstrim_filesystem() independently on --quiet command line option. Addresses: https://github.com/karelzak/util-linux/pull/791 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/releases')
-rw-r--r--Documentation/releases/v2.34-ReleaseNotes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/releases/v2.34-ReleaseNotes b/Documentation/releases/v2.34-ReleaseNotes
index efd0be368..3e17fb9dd 100644
--- a/Documentation/releases/v2.34-ReleaseNotes
+++ b/Documentation/releases/v2.34-ReleaseNotes
@@ -32,6 +32,10 @@ The command unshare(1) now allows set user ID and group ID by new command line
options -S/--setuid and -G/--setgid; and new options -R/--root and -w/--wd
allows to set root and working directory (like nsenter(1)).
+The command fstrim(8) does not suppress some well known trimming warnings by
+default anymore. It's necessary to explicitly use a new command line option
+--quiet (recommended for crond or systemd).
+
The command lscpu(1) now prints 'Frequency boost' and 'Vulnerability' fields.
The caches calculation has been modified to print summary from all system caches
rather than per code numbers.