ENT-2017: update ha guide to include warning about SMB 3.0 (#931)

* ENT-2017: update ha guide to include warning about SMB 3.0 and OS incompatibilities

* ENT-2017: address PR comments

* ENT-2017: replace old ha guide references with new ones
This commit is contained in:
bpaunescu 2018-06-11 11:06:49 +01:00 committed by GitHub
parent 8668f4aa3b
commit 8128c7d93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -14,4 +14,4 @@ Nodes
node-database
node-administration
out-of-process-verification
high-availability
hot-cold-deployment

View File

@ -29,7 +29,7 @@ Please note:
* IntelliJ IDEA is recommended due to the strength of its Kotlin integration.
* If an HA Bridge/Float deployment is required then a ``Zookeeper 3.5.3-Beta`` cluster will be required.
Refer to :doc:`High Availability <high-availability>` and :doc:`Bridge configuration <bridge-configuration-file>`
Refer to :doc:`Hot-cold deployment <hot-cold-deployment>` and :doc:`Bridge configuration <bridge-configuration-file>`
for more deployment information.
Following these software recommendations will minimize the number of errors you encounter, and make it easier for

View File

@ -166,7 +166,7 @@ The following are the properties that can be set during creation:
* Performance - drive access speeds. The **Standard (HDD)** offers speeds around 14-16 MB/s. **Premium (SSD)** is
superior (no performance values found). Both options are sufficient for the purpose of this storage account.
* Replication type - can be any of **LRS**, **ZRS** or **GRS**.
* Secure transfer - set to **Enabled**
* Secure transfer - disabled or enabled. See note below.
* Location - chosen based on requirements. Some of the above options are not available for all location.
.. note:: From the Azure documentation: *LRS is the lowest cost replication option and offers the least durability compared
@ -191,6 +191,11 @@ In the above command, **mymountpoint** represents the location on the VM's file
It is important to set the appropriate **file_mode** value, based on user requirements.
.. important:: If *Secure transfer* is set to enabled, Azure only allows the file share to be mounted using SMB 3.0.
Depending on what Linux distribution is being used, it may not be possible to mount the file share using
SMB 3.0 as it requires a newer kernel version. Please ensure you choose the secure transfer type and OS
based on these considerations.
Amazon Web Services
~~~~~~~~~~~~~~~~~~~