From f5e0922b9282dccb5d79c80c58801f455495c4ce Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 13 Sep 2016 15:07:20 +0000 Subject: Revert "patches, docs: Remove MySQL WSREP SST provider" This reverts commit 8a696682b3fd0cb5f32ddaca8ede5db7b001a57f. Change-Id: Ib1698643639436243768f4a8209c4d68314a97ca --- docs/img/fuelwsrepsst.png | Bin 0 -> 59206 bytes docs/installation-instruction.rst | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 docs/img/fuelwsrepsst.png (limited to 'docs') diff --git a/docs/img/fuelwsrepsst.png b/docs/img/fuelwsrepsst.png new file mode 100644 index 00000000..90ded440 Binary files /dev/null and b/docs/img/fuelwsrepsst.png differ diff --git a/docs/installation-instruction.rst b/docs/installation-instruction.rst index b7edd91c..356f4110 100644 --- a/docs/installation-instruction.rst +++ b/docs/installation-instruction.rst @@ -582,6 +582,29 @@ that can be used for installation / deployment of openstack. Target specific configuration ----------------------------- +#. [AArch64 specific] Configure MySQL WSREP SST provider + + **NOTE**: This option is only available for ArmbandFuel@OPNFV, since it + currently only affects AArch64 targets (see *Reference 15*). + + When using some AArch64 platforms as controller nodes, WSREP SST + synchronisation using default backend provider (xtrabackup-v2) might fail, + so a mechanism that allows selecting a different WSREP SST provider + has been introduced. + + In the FUEL UI of your Environment, click the tab, click + on the left side pane (see figure below), then + select one of the following options: + + - xtrabackup-v2 (default provider, AArch64 stability issues); + + - rsync (AArch64 validated, better or comparable speed to xtrabackup, + takes the donor node offline during state transfer); + + - mysqldump (untested); + + .. figure:: img/fuelwsrepsst.png + #. Set up targets for provisioning with non-default "Offloading Modes" Some target nodes may require additional configuration after they are -- cgit 1.2.3-korg