Your message dated Thu, 1 Aug 2019 20:50:32 +0200
with message-id <[email protected]>
and subject line arch:kfreebsd-* has been moved to Debian-ports
has caused the Debian Bug report #593658,
regarding default compression=on?
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
593658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593658
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zfsutils
Version: 8.1-3
Tags: patch
Compression in ZFS has a triple benefit in IO performance, disk space
and energy consumption, this article explains (with benchmarks):
http://blogs.sun.com/partnertech/entry/zfs_compression_perf_disk_space
IO improvement isn't obvious: reading and writing takes less time when
compressing or decompressing because CPU is not the bottleneck. The
linked article explains in more detail.
I suggest enabling compression by default when creating new ZFS filesystems.
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h 2010-05-24 06:09:36.000000000 -0400
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h 2010-08-19 18:52:33.995673472 -0400
@@ -98,7 +98,7 @@
};
#define ZIO_COMPRESS_ON_VALUE ZIO_COMPRESS_LZJB
-#define ZIO_COMPRESS_DEFAULT ZIO_COMPRESS_OFF
+#define ZIO_COMPRESS_DEFAULT ZIO_COMPRESS_ON
#define ZIO_FAILURE_MODE_WAIT 0
#define ZIO_FAILURE_MODE_CONTINUE 1
--- End Message ---
--- Begin Message ---
Version: 10.3~svn296373-1+rm
The kfreebsd architectures have been moved to debian-ports recently.
Since the Debian BTS unfortunately cannot be used for tracking bugs in
ports-only packages, I'm closing all the remaining bugs reported against
kfreebsd-specific packages.
Should this src:zfsutils bug still be relevant for the packages built
from src:zfs-linux, feel free to reopen and reassign accordingly.
Andreas
--- End Message ---