[DRBD-cvs] svn commit by phil - r2554 - in branches/drbd-0.7: .
documentation scripts - Last minute updates for the documentation.
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Mon Oct 23 10:57:38 CEST 2006
Author: phil
Date: 2006-10-23 10:57:37 +0200 (Mon, 23 Oct 2006)
New Revision: 2554
Modified:
branches/drbd-0.7/ChangeLog
branches/drbd-0.7/documentation/drbd.conf.sgml
branches/drbd-0.7/documentation/drbdsetup.sgml
branches/drbd-0.7/scripts/drbd.conf
Log:
Last minute updates for the documentation.
Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog 2006-10-20 18:07:34 UTC (rev 2553)
+++ branches/drbd-0.7/ChangeLog 2006-10-23 08:57:37 UTC (rev 2554)
@@ -8,18 +8,18 @@
0.7.22 (api:79/proto:74)
-----
- * *** anyone using protocol A or B should upgrade! ***
- while rewriting the request code for drbd8,
+ * Fixed bugs in the implementation of protocol A and B.
we noticed that in protocol A and B, on connection loss,
we could "forget" to set certain areas out of sync.
so resync in those protocol has been broken all along!
- * fix races between failure in drbd_send_dblock
+ * Fix races between failure in drbd_send_dblock
and concurrently running tl_clear
- * fix potential access-afer-free in drbd_dio_end
- * fix possible list corruption
- respective resulting deadlock in receive_DataRequest
- * improved the drbd_thread_stop / start code
- * gracefull removal of devfs and other updates...
+ * Fix potential access-afer-free in drbd_dio_end
+ * Fix possible list corruption respective resulting deadlock in
+ receive_DataRequest
+ * Improved the drbd_thread_stop / start code
+ * Gracefull removal of devfs and other updates.
+ * Implemented the "freeze_io" option for "on-disconnect"
0.7.21 (api:79/proto:74)
-----
Modified: branches/drbd-0.7/documentation/drbd.conf.sgml
===================================================================
--- branches/drbd-0.7/documentation/drbd.conf.sgml 2006-10-20 18:07:34 UTC (rev 2553)
+++ branches/drbd-0.7/documentation/drbd.conf.sgml 2006-10-23 08:57:37 UTC (rev 2554)
@@ -456,10 +456,11 @@
<varlistentry>
<term><option>on-disconnect <replaceable>handler</replaceable></option></term>
<listitem><para>
- When the connection to the peer is lost, DRBD can either
- go into stand alone mode, or try to reconnect to the peer.
- Valid handler specifiers are <option>stand_alone</option> and
- <option>reconnect</option>.
+ When the connection to the peer is lost, DRBD can either go into standd
+ alone mode, try to reconnect to the peer, or try to reconnect and freeze
+ application IO while not not connected.
+ Valid handler specifiers are <option>stand_alone</option>,
+ <option>reconnect</option> and <option>freeze_io</option>.
The default handler is <option>reconnect</option>.
</para>
<para><option>stand_alone</option>: Do not reconnect, go into
Modified: branches/drbd-0.7/documentation/drbdsetup.sgml
===================================================================
--- branches/drbd-0.7/documentation/drbdsetup.sgml 2006-10-20 18:07:34 UTC (rev 2553)
+++ branches/drbd-0.7/documentation/drbdsetup.sgml 2006-10-23 08:57:37 UTC (rev 2554)
@@ -333,9 +333,11 @@
<listitem>
<para>
When the connection to the peer is lost, DRBD can either
- go into stand alone mode, or try to reconnect to the peer.
- The keywords are: <option>stand_alone</option> and
- <option>reconnect</option>.
+ go into stand alone mode, try to reconnect to the peer, or
+ try to reconnect and freeze application IO while not
+ not connected.
+ The keywords are: <option>stand_alone</option>,
+ <option>reconnect</option> or <option>freeze_io</option>
The default handler is <option>reconnect</option>.
</para>
</listitem>
Modified: branches/drbd-0.7/scripts/drbd.conf
===================================================================
--- branches/drbd-0.7/scripts/drbd.conf 2006-10-20 18:07:34 UTC (rev 2553)
+++ branches/drbd-0.7/scripts/drbd.conf 2006-10-23 08:57:37 UTC (rev 2554)
@@ -197,9 +197,6 @@
# "stand_alone" -> Do not reconnect (AKA StandAlone state)
# "freeze_io" -> Try to reconnect but freeze all IO until
# the connection is established again.
- # [ lge: oops. freeze_io is not implemented yet... ]
- # [ at least not in drbd 0.7.x; but nobody wanted to use ]
- # [ that anyways, otherwise we had noticed earlier :-) ]
# on-disconnect reconnect;
}
More information about the drbd-cvs
mailing list