diff options
author | pjd <pjd@FreeBSD.org> | 2013-03-14 23:11:52 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-03-14 23:11:52 +0000 |
commit | aa00097868036dc0ea961abd1052089a0aeaa46a (patch) | |
tree | 3b52ba51990ac9baf83eb59010d547a6b338569e /sbin/hastd | |
parent | 2e500238ddb670ec730cc2561f406d256e2a2aa9 (diff) | |
download | FreeBSD-src-aa00097868036dc0ea961abd1052089a0aeaa46a.zip FreeBSD-src-aa00097868036dc0ea961abd1052089a0aeaa46a.tar.gz |
Minor corrections.
Diffstat (limited to 'sbin/hastd')
-rw-r--r-- | sbin/hastd/hastd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/hastd/hastd.8 b/sbin/hastd/hastd.8 index 457b837..b614f36 100644 --- a/sbin/hastd/hastd.8 +++ b/sbin/hastd/hastd.8 @@ -51,7 +51,7 @@ Only one machine (cluster node) can actively use storage provided by This machine is called primary. The .Nm -daemon operates on block level, which makes it transparent for file +daemon operates on block level, which makes it transparent to file systems and applications. .Pp There is one main @@ -68,7 +68,7 @@ The exact format is: hastd: <resource name> (<role>) .Ed .Pp -When (and only when) +If (and only if) .Nm operates in primary role for the given resource, corresponding .Pa /dev/hast/<name> @@ -77,8 +77,8 @@ File systems and applications can use this provider to send I/O requests to. Every write, delete and flush operation .Dv ( BIO_WRITE , BIO_DELETE , BIO_FLUSH ) -is send to local component and synchronously replicated -to the remote (secondary) node if it is available. +is send to local component and replicated to the remote (secondary) node if it +is available. Read operations .Dv ( BIO_READ ) are handled locally unless I/O error occurs or local version of the data |