From c9c8b800698b49ad0ba37aefe0b71be0340a0c07 Mon Sep 17 00:00:00 2001 From: Dru Lavigne Date: Tue, 8 Apr 2014 15:18:09 +0000 Subject: [PATCH] Editorial review of first 1/2 of HAST chapter. Sponsored by: iXsystems --- .../books/handbook/disks/chapter.xml | 314 ++++++++---------- 1 file changed, 141 insertions(+), 173 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.xml b/en_US.ISO8859-1/books/handbook/disks/chapter.xml index 6b567a36d5..e17434e921 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.xml @@ -3297,7 +3297,7 @@ Device 1K-blocks Used Avail Capacity - Highly Available Storage (HAST) + Highly Available Storage (<acronym>HAST</acronym>) @@ -3348,75 +3348,24 @@ Device 1K-blocks Used Avail Capacity 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 Avail Capacity - 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.