summaryrefslogtreecommitdiffstats
path: root/sbin/hastctl/hastctl.8
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'status' command to 'list' and introduce new 'status' which producesmarck2013-03-141-2/+10
| | | | | | | | | | more terse output more observable for both scripts and humans. Also, it shifts hastctl closer to GEOM utilities with their list/status command pairs. Approved by: pjd MFC after: 4 weeks
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
| | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
* Spelling fixes for sbin/uqs2012-01-071-1/+1
|
* hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.trociny2011-04-101-2/+2
| | | | | Approved by: pjd (mentor) MFC after: 3 days
* In command line options allow size to be specified using k/M/G/Ttrociny2011-03-131-1/+4
| | | | | | | suffixes. Approved by: pjd (mentor) MFC after: 1 week
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Fix typo.pjd2010-07-291-1/+1
| | | | | | PR: docs/149033 Submitted by: Kolar <hsn@sendmail.cz> MFC after: 3 days
* mdoc: move remaining sections into consistent orderuqs2010-05-131-14/+14
| | | | | | | This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+217
HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Only Primary node is able to handle I/O requests to HAST-managed devices. Currently HAST is limited to two cluster nodes in total. HAST operates on block level - it provides disk-like devices in /dev/hast/ directory for use by file systems and/or applications. Working on block level makes it transparent for file systems and applications. There in no difference between using HAST-provided device and raw disk, partition, etc. All of them are just regular GEOM providers in FreeBSD. For more information please consult hastd(8), hastctl(8) and hast.conf(5) manual pages, as well as http://wiki.FreeBSD.org/HAST. Sponsored by: FreeBSD Foundation Sponsored by: OMCnet Internet Service GmbH Sponsored by: TransIP BV
OpenPOWER on IntegriCloud