]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#362,!182] Added clarification about Cassandra connection failure handling
authorTomek Mrugalski <tomasz@isc.org>
Fri, 22 Feb 2019 13:04:41 +0000 (14:04 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 858d97b1bf450fea70a78dfc181531afae17142b..020902de84c542fc6fd863c4c73a5fc7c1d2cb38 100644 (file)
@@ -496,7 +496,9 @@ the lease database after connectivity has been lost may be specified:
 If the server is unable to reconnect to the database after making the maximum number
 of attempts the server will exit. A value of zero (the default) disables automatic
 recovery and the server will exit immediately upon detecting a loss of connectivity
-(MySQL and Postgres only).
+(MySQL and Postgres only). For Cassandra, Kea uses Cassandra interface that
+connects to all nodes in a cluster at the same time. Any connectivity
+issues should be handled by internal Cassandra mechanisms.
   </para>
   <para>
 The number of milliseconds the server will wait between attempts to reconnect to the
index c31a629f3f2c9b610d1e3850607646f852d958c3..f6a4f0ff2de451ab32bf15beb327a0893d97edbc 100644 (file)
@@ -554,8 +554,7 @@ linkend="cassandra-database-configuration4"/> for details.</para>
     purpose, be it lease or hosts information. This arrangement gives the most
     flexibility. Kea can keep leases and host reservations
     separately, but can also point to the same database. Currently the
-    supported hosts database types are MySQL and PostgreSQL; the Cassandra
-    backend does not yet support host reservations.</para>
+    supported hosts database types are MySQL, PostgreSQL and Cassandra.</para>
 
     <para>For example, the following configuration can be used to
     configure connection to MySQL:
@@ -627,7 +626,9 @@ the host database after connectivity has been lost may be specified:
 If the server is unable to reconnect to the database after making the maximum number
 of attempts the server will exit. A value of zero (the default) disables automatic
 recovery and the server will exit immediately upon detecting a loss of connectivity
-(MySQL and Postgres only).
+(MySQL and Postgres only). For Cassandra, Kea uses Cassandra interface that
+connects to all nodes in a cluster at the same time. Any connectivity
+issues should be handled by internal Cassandra mechanisms.
   </para>
   <para>
 The number of milliseconds the server will wait between attempts to reconnect to the