Author: mcbrown
Date: 2008-02-18 19:28:09 +0100 (Mon, 18 Feb 2008)
New Revision: 9906
Log:
Fixing some ID errors
Updating the FAQs with the final DRBD content and notes
Updating dependencies
Modified:
trunk/guibook/Makefile.depends
trunk/refman-5.0/Makefile.depends
trunk/refman-5.0/faqs.xml
trunk/refman-5.1/Makefile.depends
trunk/refman-5.1/faqs.xml
trunk/refman-6.0/Makefile.depends
trunk/refman-6.0/faqs.xml
trunk/refman-common/ha-heartbeat.xml
trunk/refman-common/ha.xml
Modified: trunk/guibook/Makefile.depends
===================================================================
--- trunk/guibook/Makefile.depends 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/guibook/Makefile.depends 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 3, Lines Added: 2, Lines Deleted: 2; 1209 bytes
@@ -11,7 +11,7 @@
excel_mysql_IMAGES =
excel_mysql_SOURCES = excel-mysql.xml $(excel_mysql_INCLUDES)
excel_mysql_IDMAPS = \
- ../userguide/metadata/excel-mysql.idmap \
+ ../guibook/metadata/excel-mysql.idmap \
../userguide/metadata/gnu-fdl.idmap
excel-mysql.validpure: $(excel_mysql_SOURCES)
excel-mysql.titles: $(excel_mysql_SOURCES)
@@ -210,6 +210,7 @@
../query-browser/images/published/twosakilas.png
guibook_SOURCES = guibook.xml $(guibook_INCLUDES)
guibook_IDMAPS = \
+ ../guibook/metadata/excel-mysql.idmap \
../guibook/metadata/guibook.idmap \
../refman-5.1/metadata/dba-core.idmap \
../refman-5.1/metadata/errors-problems-core.idmap \
@@ -223,7 +224,6 @@
../refman-5.1/metadata/se-myisam-core.idmap \
../refman-5.1/metadata/sql-syntax.idmap \
../refman-common/metadata/bug-reports.idmap \
- ../userguide/metadata/excel-mysql.idmap \
../userguide/metadata/gnu-fdl.idmap \
../userguide/metadata/storage-engines.idmap
guibook.validpure: $(guibook_SOURCES)
Modified: trunk/refman-5.0/Makefile.depends
===================================================================
--- trunk/refman-5.0/Makefile.depends 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-5.0/Makefile.depends 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 563 bytes
@@ -1041,6 +1041,7 @@
../refman-common/metadata/connector-mxj.idmap \
../refman-common/metadata/connector-net.idmap \
../refman-common/metadata/connector-odbc.idmap \
+ ../refman-common/metadata/ha-drbd.idmap \
../refman-common/metadata/ha.idmap
faqs.validpure: $(faqs_SOURCES)
faqs.titles: $(faqs_SOURCES)
Modified: trunk/refman-5.0/faqs.xml
===================================================================
--- trunk/refman-5.0/faqs.xml 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-5.0/faqs.xml 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 4, Lines Added: 53, Lines Deleted: 6; 2452 bytes
@@ -6884,7 +6884,7 @@
<section id="faqs-drbd">
- <title>Distributed Replicated Block Device</title>
+ <title>Distributed Replicated Block Device (DRBD)</title>
<para>
In the following section, we provide answers to questions that
@@ -7269,6 +7269,50 @@
</qandaentry>
+ <qandaentry>
+
+ <question>
+
+ <para>
+ Are there any situations where you shouldn't use DRBD?
+ </para>
+
+ </question>
+
+ <answer>
+
+ <para>
+ See
+ <ulink url="http://fghaas.wordpress.com/2007/06/26/when-not-to-use-drbd/">When
+ Not To Use DRBD</ulink>.
+ </para>
+
+ </answer>
+
+ </qandaentry>
+
+ <qandaentry>
+
+ <question>
+
+ <para>
+ Are there any limitations to DRBD?
+ </para>
+
+ </question>
+
+ <answer>
+
+ <para>
+ See
+ <ulink url="http://fghaas.wordpress.com/2007/06/18/drbd-limitations-or-are-they/">DRBD
+ limitations (or are they?)</ulink>.
+ </para>
+
+ </answer>
+
+ </qandaentry>
+
</qandaset>
</section>
@@ -7325,10 +7369,13 @@
<para>
MySQL Replication replicates data asynchronously while
- DRBD replicates data synchronously. For a comparison of
- various high availability features between these two
- options, please refer to the high availability comparison
- grid, <xref linkend="ha-overview"/>.
+ DRBD replicates data synchronously. Also, MySQL
+ Replication replicates MySQL statements, while DRBD
+ replicates the underlying block device that stores the
+ MySQL data files. For a comparison of various high
+ availability features between these two options, please
+ refer to the high availability comparison grid,
+ <xref linkend="ha-overview"/>.
</para>
</answer>
@@ -7971,7 +8018,7 @@
<answer>
<para>
- Coming soon.
+ See <xref linkend="ha-drbd"/>.
</para>
</answer>
Modified: trunk/refman-5.1/Makefile.depends
===================================================================
--- trunk/refman-5.1/Makefile.depends 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-5.1/Makefile.depends 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 561 bytes
@@ -995,6 +995,7 @@
../refman-common/metadata/connector-mxj.idmap \
../refman-common/metadata/connector-net.idmap \
../refman-common/metadata/connector-odbc.idmap \
+ ../refman-common/metadata/ha-drbd.idmap \
../refman-common/metadata/ha.idmap
faqs.validpure: $(faqs_SOURCES)
faqs.titles: $(faqs_SOURCES)
Modified: trunk/refman-5.1/faqs.xml
===================================================================
--- trunk/refman-5.1/faqs.xml 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-5.1/faqs.xml 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 4, Lines Added: 53, Lines Deleted: 6; 2452 bytes
@@ -6927,7 +6927,7 @@
<section id="faqs-drbd">
- <title>Distributed Replicated Block Device</title>
+ <title>Distributed Replicated Block Device (DRBD)</title>
<para>
In the following section, we provide answers to questions that
@@ -7312,6 +7312,50 @@
</qandaentry>
+ <qandaentry>
+
+ <question>
+
+ <para>
+ Are there any situations where you shouldn't use DRBD?
+ </para>
+
+ </question>
+
+ <answer>
+
+ <para>
+ See
+ <ulink url="http://fghaas.wordpress.com/2007/06/26/when-not-to-use-drbd/">When
+ Not To Use DRBD</ulink>.
+ </para>
+
+ </answer>
+
+ </qandaentry>
+
+ <qandaentry>
+
+ <question>
+
+ <para>
+ Are there any limitations to DRBD?
+ </para>
+
+ </question>
+
+ <answer>
+
+ <para>
+ See
+ <ulink url="http://fghaas.wordpress.com/2007/06/18/drbd-limitations-or-are-they/">DRBD
+ limitations (or are they?)</ulink>.
+ </para>
+
+ </answer>
+
+ </qandaentry>
+
</qandaset>
</section>
@@ -7368,10 +7412,13 @@
<para>
MySQL Replication replicates data asynchronously while
- DRBD replicates data synchronously. For a comparison of
- various high availability features between these two
- options, please refer to the high availability comparison
- grid, <xref linkend="ha-overview"/>.
+ DRBD replicates data synchronously. Also, MySQL
+ Replication replicates MySQL statements, while DRBD
+ replicates the underlying block device that stores the
+ MySQL data files. For a comparison of various high
+ availability features between these two options, please
+ refer to the high availability comparison grid,
+ <xref linkend="ha-overview"/>.
</para>
</answer>
@@ -8014,7 +8061,7 @@
<answer>
<para>
- Coming soon.
+ See <xref linkend="ha-drbd"/>.
</para>
</answer>
Modified: trunk/refman-6.0/Makefile.depends
===================================================================
--- trunk/refman-6.0/Makefile.depends 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-6.0/Makefile.depends 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 561 bytes
@@ -957,6 +957,7 @@
../refman-common/metadata/connector-mxj.idmap \
../refman-common/metadata/connector-net.idmap \
../refman-common/metadata/connector-odbc.idmap \
+ ../refman-common/metadata/ha-drbd.idmap \
../refman-common/metadata/ha.idmap
faqs.validpure: $(faqs_SOURCES)
faqs.titles: $(faqs_SOURCES)
Modified: trunk/refman-6.0/faqs.xml
===================================================================
--- trunk/refman-6.0/faqs.xml 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-6.0/faqs.xml 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 4, Lines Added: 53, Lines Deleted: 6; 2459 bytes
@@ -6930,7 +6930,7 @@
<section id="faqs-drbd">
- <title>Distributed Replicated Block Device</title>
+ <title>Distributed Replicated Block Device (DRBD) Basics</title>
<para>
In the following section, we provide answers to questions that
@@ -7315,6 +7315,50 @@
</qandaentry>
+ <qandaentry>
+
+ <question>
+
+ <para>
+ Are there any situations where you shouldn't use DRBD?
+ </para>
+
+ </question>
+
+ <answer>
+
+ <para>
+ See
+ <ulink url="http://fghaas.wordpress.com/2007/06/26/when-not-to-use-drbd/">When
+ Not To Use DRBD</ulink>.
+ </para>
+
+ </answer>
+
+ </qandaentry>
+
+ <qandaentry>
+
+ <question>
+
+ <para>
+ Are there any limitations to DRBD?
+ </para>
+
+ </question>
+
+ <answer>
+
+ <para>
+ See
+ <ulink url="http://fghaas.wordpress.com/2007/06/18/drbd-limitations-or-are-they/">DRBD
+ limitations (or are they?)</ulink>.
+ </para>
+
+ </answer>
+
+ </qandaentry>
+
</qandaset>
</section>
@@ -7371,10 +7415,13 @@
<para>
MySQL Replication replicates data asynchronously while
- DRBD replicates data synchronously. For a comparison of
- various high availability features between these two
- options, please refer to the high availability comparison
- grid, <xref linkend="ha-overview"/>.
+ DRBD replicates data synchronously. Also, MySQL
+ Replication replicates MySQL statements, while DRBD
+ replicates the underlying block device that stores the
+ MySQL data files. For a comparison of various high
+ availability features between these two options, please
+ refer to the high availability comparison grid,
+ <xref linkend="ha-overview"/>.
</para>
</answer>
@@ -8017,7 +8064,7 @@
<answer>
<para>
- Coming soon.
+ See <xref linkend="ha-drbd"/>.
</para>
</answer>
Modified: trunk/refman-common/ha-heartbeat.xml
===================================================================
--- trunk/refman-common/ha-heartbeat.xml 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-common/ha-heartbeat.xml 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 660 bytes
@@ -262,7 +262,7 @@
<para>
To use Heartbeat in combination with MySQL you should be using
- DRBD (see <xref linkend="replication-drbd"/>) or another solution
+ DRBD (see <xref linkend="ha-drbd"/>) or another solution
that allows for sharing of the MySQL database files in event of a
system failure. In these examples, DRBD is used as the data
sharing solution.
Modified: trunk/refman-common/ha.xml
===================================================================
--- trunk/refman-common/ha.xml 2008-02-18 18:23:35 UTC (rev 9905)
+++ trunk/refman-common/ha.xml 2008-02-18 18:28:09 UTC (rev 9906)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 502 bytes
@@ -365,7 +365,7 @@
<para>
For information on configuring DRBD and configuring MySQL for
- use with a DRBD device, see <xref linkend="replication-drbd"/>.
+ use with a DRBD device, see <xref linkend="ha-drbd"/>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9906 - in trunk: guibook refman-5.0 refman-5.1 refman-6.0 refman-common | mcbrown | 18 Feb |