From owner-svn-doc-head@FreeBSD.ORG Tue Apr 8 15:18:10 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A4E3FF5; Tue, 8 Apr 2014 15:18:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29CCB1C8C; Tue, 8 Apr 2014 15:18:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s38FIAED070305; Tue, 8 Apr 2014 15:18:10 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s38FIAqx070304; Tue, 8 Apr 2014 15:18:10 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404081518.s38FIAqx070304@svn.freebsd.org> From: Dru Lavigne Date: Tue, 8 Apr 2014 15:18:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44485 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 15:18:10 -0000 Author: dru Date: Tue Apr 8 15:18:09 2014 New Revision: 44485 URL: http://svnweb.freebsd.org/changeset/doc/44485 Log: Editorial review of first 1/2 of HAST chapter. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Apr 8 01:16:41 2014 (r44484) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Apr 8 15:18:09 2014 (r44485) @@ -3297,7 +3297,7 @@ Device 1K-blocks Used Av - Highly Available Storage (HAST) + Highly Available Storage (<acronym>HAST</acronym>) @@ -3348,75 +3348,24 @@ Device 1K-blocks Used Av High availability is one of the main requirements in serious business applications and highly-available storage is a - key component in such environments. Highly Available STorage, - or HASTHighly - Available STorage, was developed by - &a.pjd.email; as a framework which allows transparent storage of + key component in such environments. In &os;, the Highly Available STorage + (HAST) + framework allows transparent storage of the same data across several physically separated machines - connected by a TCP/IP network. HAST can be + connected by a TCP/IP network. HAST can be understood as a network-based RAID1 (mirror), and is similar to - the DRBD® storage system known from the GNU/&linux; + the DRBD® storage system used in the GNU/&linux; platform. In combination with other high-availability features of &os; like CARP, HAST makes it possible to build a highly-available storage cluster that is resistant to hardware failures. - After reading this section, you will know: - - - - What HAST is, how it works and - which features it provides. - - - - How to set up and use HAST on - &os;. - - - - How to integrate CARP and - &man.devd.8; to build a robust storage system. - - - - Before reading this section, you should: - - - - Understand &unix; and &os; basics. - - - - Know how to configure network - interfaces and other core &os; subsystems. - - - - Have a good understanding of &os; - networking. - - - - The HAST project was sponsored by The - &os; Foundation with support from OMCnet Internet Service - GmbH and TransIP - BV. - - - HAST Features - - The main features of the HAST system - are: + The following are the main features of + HAST: - Can be used to mask I/O errors on local hard + Can be used to mask I/O errors on local hard drives. @@ -3426,9 +3375,9 @@ Device 1K-blocks Used Av - Efficient and quick resynchronization, synchronizing - only blocks that were modified during the downtime of a - node. + Efficient and quick resynchronization as + only the blocks that were modified during the downtime of a + node are synchronized.