mirror of
https://github.com/corda/corda.git
synced 2025-02-15 07:02:24 +00:00
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:
parent
8668f4aa3b
commit
8128c7d93f
@ -14,4 +14,4 @@ Nodes
|
||||
node-database
|
||||
node-administration
|
||||
out-of-process-verification
|
||||
high-availability
|
||||
hot-cold-deployment
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user