summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-04-18 21:14:49 +0000
committerpjd <pjd@FreeBSD.org>2010-04-18 21:14:49 +0000
commit61b0f125e6f04a1060f00bd9cf7f541fd5d11474 (patch)
treef398b448eafd060df59e90a49e3c34b89d12145d /etc/defaults
parent083a76a5b6255e73f7ff4669241c9376ebebb7df (diff)
downloadFreeBSD-src-61b0f125e6f04a1060f00bd9cf7f541fd5d11474.zip
FreeBSD-src-61b0f125e6f04a1060f00bd9cf7f541fd5d11474.tar.gz
MFC r204076,r204077,r204083,r205279:
r204076: Please welcome HAST - Highly Avalable Storage. 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 r204077: Remove some lines left over by accident. r204083: Add missing KEYWORD line. Pointed out by: dougb r205279 sys: Simplify loops.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index c9bea68..c0743cc 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -258,6 +258,9 @@ syslogd_flags="-s" # Flags to syslogd (if enabled).
inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
inetd_flags="-wW -C 60" # Optional flags to inetd
+hastd_enable="NO" # Run the HAST daemon (YES/NO).
+hastd_program="/sbin/hastd" # path to hastd, if you want a different one.
+hastd_flags="" # Optional flags to hastd.
#
# named. It may be possible to run named in a sandbox, man security for
# details.
OpenPOWER on IntegriCloud