From e5f664b3e1ca7ae5204abc98c2ce039da7f3b7d1 Mon Sep 17 00:00:00 2001 From: "thomas.nikolajsen" Date: Mon, 16 Oct 2017 07:45:47 +0000 Subject: [PATCH] Fix typos etc. Delete half sentence on HAMMER2 'We intend to get basic mirroring'; guess mirroring was planned for 5.0, but it isn't there yet. --- release50/index.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release50/index.mdwn b/release50/index.mdwn index d6dd2b62..c24e6461 100644 --- a/release50/index.mdwn +++ b/release50/index.mdwn @@ -10,9 +10,9 @@ The details of all commits between the 4.8 and 5.0 branches are available in the ### HAMMER2 -Preliminary HAMMER2 support has been released into the wild as-of the 5.0 release. This support is considered EXPERIMENTAL and should generally not yet be used for production machines and important data. The boot loader will support both UFS and HAMMER2 /boot. The installer will still use a UFS /boot even for a H2 installation because the /boot partition is typically very small and H2, like H1, does not instantly free space when files are deleted or replaced. +Preliminary HAMMER2 support has been released into the wild as-of the 5.0 release. This support is considered EXPERIMENTAL and should generally not yet be used for production machines and important data. The boot loader will support both UFS and HAMMER2 /boot. The installer will still use a UFS /boot even for a HAMMER2 installation because the /boot partition is typically very small and HAMMER2, like HAMMER1, does not instantly free space when files are deleted or replaced. -DragonFly 5.0 has single-image HAMMER2 support, with live dedup (for cp's), compression, fast recovery, snapshot, and boot support. HAMMER2 does not yet support multi-volume or clustering, though commands for it exist. Please use non-clustered single images for now. We intend to get basic mirroring +DragonFly 5.0 has single-image HAMMER2 support, with live dedup (for cp's), compression, fast recovery, snapshot, and boot support. HAMMER2 does not yet support multi-volume or clustering, though commands for it exist. Please use non-clustered single images for now. ### ipfw Updates @@ -44,7 +44,7 @@ IPFW has gone through a number of updates in DragonFly and now offers [better](h If you have an existing 4.8.x system and are running a generic kernel, the normal upgrade process, described below, will work. -* Note that DSA OpenSSH keys were deprecated in the 4.6 to 4.8 release.* If you are upgrading from a release older than 4.8 and use DSA OpenSSH keys, please update your private/public key pair or risk locking yourself out. +* Note that DSA OpenSSH keys were deprecated in the 4.6 to 4.8 release. If you are upgrading from a release older than 4.8 and use DSA OpenSSH keys, please update your private/public key pair or risk locking yourself out. Change your local /usr/src to 5.0: @@ -163,7 +163,7 @@ already been built and are immediately available. ### Hammer Changes * Improve concurrent dedup stability under heavy concurrent loads. -* HAMMER to version 7. This version changes the CRC mechanic from an older slower CRC API to the ISCSI CRC code, which is 6x faster. Improves HAMMER performance. HHAMMER supports both old and new CRC methods and is backwards compatible, but only files created after this change will use the new mechanism. +* HAMMER to version 7. This version changes the CRC mechanic from an older slower CRC API to the ISCSI CRC code, which is 6x faster. Improves HAMMER performance. HAMMER supports both old and new CRC methods and is backwards compatible, but only files created after this change will use the new mechanism. ### Clang status -- 2.41.0