Repository: cloudstack-docs-rn Updated Branches: refs/heads/master 78800ef55 -> f92ec6447
explicitly mention the undocumented timeout setting Signed-off-by: Remi Bergsma <[email protected]> This closes #21 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/f92ec644 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/f92ec644 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/f92ec644 Branch: refs/heads/master Commit: f92ec644732cefc68d5686bc52949cf7dc0d8509 Parents: 5e17b5f Author: Remi Bergsma <[email protected]> Authored: Sun May 24 08:28:43 2015 +0200 Committer: Remi Bergsma <[email protected]> Committed: Sun May 24 19:32:02 2015 +0200 ---------------------------------------------------------------------- source/upgrade/upgrade-4.2.rst | 8 +++++++- source/upgrade/upgrade-4.3.rst | 8 +++++++- source/upgrade/upgrade-4.4.rst | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f92ec644/source/upgrade/upgrade-4.2.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/upgrade-4.2.rst b/source/upgrade/upgrade-4.2.rst index 284fb23..c1be13e 100644 --- a/source/upgrade/upgrade-4.2.rst +++ b/source/upgrade/upgrade-4.2.rst @@ -272,7 +272,13 @@ Hypervisor: Xen/XenServer ha-enabled ( RO): false ha-configuration ( RO): - To enable poolHA, please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/>`_, as there are multiple ways of configuring it either on NFS, iSCSI or Fibre Channel. + To enable poolHA, use something like this: + + .. sourcecode:: bash + + xe pool-enable-ha heartbeat-sr-uuids={SR-UUID} ha-config:timeout=180 + + Please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/>`_, as there are multiple ways of configuring it either on NFS, iSCSI or Fibre Channel. Be aware though, that the timeout setting is not documented. The default is 30 seconds so you may want to bump that towards 120-180 seconds. Hypervisor: VMware http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f92ec644/source/upgrade/upgrade-4.3.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst index 6641001..e1ea9f3 100644 --- a/source/upgrade/upgrade-4.3.rst +++ b/source/upgrade/upgrade-4.3.rst @@ -276,7 +276,13 @@ Hypervisor: XenServer ha-enabled ( RO): false ha-configuration ( RO): - To enable poolHA, please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/>`_, as there are multiple ways of configuring it either on NFS, iSCSI or Fibre Channel. + To enable poolHA, use something like this: + + .. sourcecode:: bash + + xe pool-enable-ha heartbeat-sr-uuids={SR-UUID} ha-config:timeout=180 + + Please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/>`_, as there are multiple ways of configuring it either on NFS, iSCSI or Fibre Channel. Be aware though, that the timeout setting is not documented. The default is 30 seconds so you may want to bump that towards 120-180 seconds. Hypervisor: VMware http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f92ec644/source/upgrade/upgrade-4.4.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/upgrade-4.4.rst b/source/upgrade/upgrade-4.4.rst index e694be4..569a731 100644 --- a/source/upgrade/upgrade-4.4.rst +++ b/source/upgrade/upgrade-4.4.rst @@ -278,7 +278,13 @@ Hypervisor: XenServer ha-enabled ( RO): false ha-configuration ( RO): - To enable poolHA, please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/>`_, as there are multiple ways of configuring it either on NFS, iSCSI or Fibre Channel. + To enable poolHA, use something like this: + + .. sourcecode:: bash + + xe pool-enable-ha heartbeat-sr-uuids={SR-UUID} ha-config:timeout=180 + + Please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/>`_, as there are multiple ways of configuring it either on NFS, iSCSI or Fibre Channel. Be aware though, that the timeout setting is not documented. The default is 30 seconds so you may want to bump that towards 120-180 seconds. Hypervisor: VMware
