diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-09-13 15:47:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-13 15:47:45 +0000 |
commit | a907028f050595965f3b83a83bf89c0bea7121b4 (patch) | |
tree | b02052feaffa2a8bd28703545b75bac60e5be672 /docs | |
parent | e0343dd0a0a9adc47ac3e0f61de9b794aaafa1cb (diff) | |
parent | f5e0922b9282dccb5d79c80c58801f455495c4ce (diff) |
Merge "Revert "patches, docs: Remove MySQL WSREP SST provider""
Diffstat (limited to 'docs')
-rw-r--r-- | docs/img/fuelwsrepsst.png | bin | 0 -> 59206 bytes | |||
-rw-r--r-- | docs/installation-instruction.rst | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/img/fuelwsrepsst.png b/docs/img/fuelwsrepsst.png Binary files differnew file mode 100644 index 00000000..90ded440 --- /dev/null +++ b/docs/img/fuelwsrepsst.png 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 <Settings> tab, click + <OpenStack Services> 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 |