]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r246922 (pjd):
authortrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 Apr 2013 17:06:26 +0000 (17:06 +0000)
committertrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 Apr 2013 17:06:26 +0000 (17:06 +0000)
commit27b5d030d8dc913258701fdf83d7feffe45c252e
tree62eef16bf6bfc8617922243b79cd887d9519ebc7
parente7358afbd7a68f0fd893631a6749e9c32736a239
MFC r246922 (pjd):

- Add support for 'memsync' mode. This is the fastest replication mode that's
  why it will now be the default.
- Bump protocol version to 2 and add backward compatibility for version 1.
- Allow to specify hosts by kern.hostid as well (in addition to hostname and
  kern.hostuuid) in configuration file.

Sponsored by: Panzura

git-svn-id: svn://svn.freebsd.org/base/stable/8@249237 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/hastd/hast.conf.5
sbin/hastd/hast.h
sbin/hastd/hast_proto.c
sbin/hastd/hastd.c
sbin/hastd/parse.y
sbin/hastd/primary.c
sbin/hastd/refcnt.h [new file with mode: 0644]
sbin/hastd/secondary.c