You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/05/24 19:39:06 UTC

[1/3] cloudstack-docs-rn git commit: explicitly mention the undocumented timeout setting

Repository: cloudstack-docs-rn
Updated Branches:
  refs/heads/master 78800ef55 -> f92ec6447


explicitly mention the undocumented timeout setting

Signed-off-by: Remi Bergsma <ap...@remi.nl>

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 <gi...@remi.nl>
Authored: Sun May 24 08:28:43 2015 +0200
Committer: Remi Bergsma <ap...@remi.nl>
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


[3/3] cloudstack-docs-rn git commit: add note on XenServer: we depend on pool HA these days

Posted by re...@apache.org.
add note on XenServer: we depend on pool HA these days

Signed-off-by: Remi Bergsma <ap...@remi.nl>


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/1d4e2e8c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/1d4e2e8c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/1d4e2e8c

Branch: refs/heads/master
Commit: 1d4e2e8cbfd86dde9796c0bbd2c2f2acaf513eb4
Parents: 78800ef
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat May 23 22:15:57 2015 +0200
Committer: Remi Bergsma <ap...@remi.nl>
Committed: Sun May 24 19:32:02 2015 +0200

----------------------------------------------------------------------
 source/compat.rst              |  5 ++++-
 source/upgrade/upgrade-4.2.rst | 24 ++++++++++++++++++++++++
 source/upgrade/upgrade-4.3.rst | 24 ++++++++++++++++++++++++
 source/upgrade/upgrade-4.4.rst | 24 ++++++++++++++++++++++++
 4 files changed, 76 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1d4e2e8c/source/compat.rst
----------------------------------------------------------------------
diff --git a/source/compat.rst b/source/compat.rst
index e4ba17b..95feec5 100644
--- a/source/compat.rst
+++ b/source/compat.rst
@@ -47,6 +47,9 @@ and VMware with vSphere.
 -  CentOS 6.2+ with KVM
 -  Red Hat Enterprise Linux 6.2 with KVM
 -  XenServer versions 6.1, 6.2 SP1 and 6.5 with latest hotfixes
+
+      .. note:: It is now required to enable HA on the XenServer pool in order to recover from a pool-master failure. Please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/6.5.0/1.0/en_gb/>`_.
+
 -  VMware versions 5.0 Update 3a, 5.1 Update 2a, and 5.5 Update 2
 -  Bare metal hosts are supported, which have no hypervisor. These hosts
    can run the following operating systems:
@@ -86,4 +89,4 @@ best results, one of the following browsers recommended:
 
 -  Google Chrome version 36.0.1985
 
--  Safari 6+
\ No newline at end of file
+-  Safari 6+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1d4e2e8c/source/upgrade/upgrade-4.2.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.2.rst b/source/upgrade/upgrade-4.2.rst
index 2a3361a..284fb23 100644
--- a/source/upgrade/upgrade-4.2.rst
+++ b/source/upgrade/upgrade-4.2.rst
@@ -250,6 +250,30 @@ Hypervisor: Xen/XenServer
       wget -P /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver \
       http://download.cloud.com.s3.amazonaws.com/tools/vhd-util
 
+   Make sure XenServer has enabled HA on the pool.
+
+   To test if poolHA is currently turned on:
+
+   .. sourcecode:: bash
+
+      xe pool-list params=all | grep -E "ha-enabled|ha-config"
+
+   Output when poolHA is ON:
+
+   .. sourcecode:: bash
+
+      ha-enabled ( RO): true
+      ha-configuration ( RO): timeout: 180
+
+   Output when poolHA is OFF:
+
+   .. sourcecode:: bash
+
+      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.
+
 
 Hypervisor: VMware
 ------------------

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1d4e2e8c/source/upgrade/upgrade-4.3.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst
index f814c12..6641001 100644
--- a/source/upgrade/upgrade-4.3.rst
+++ b/source/upgrade/upgrade-4.3.rst
@@ -254,6 +254,30 @@ Hypervisor: XenServer
       wget -P /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver \
       http://download.cloud.com.s3.amazonaws.com/tools/vhd-util
 
+   Make sure XenServer has enabled HA on the pool.
+
+   To test if poolHA is currently turned on:
+
+   .. sourcecode:: bash
+
+      xe pool-list params=all | grep -E "ha-enabled|ha-config"
+
+   Output when poolHA is ON:
+
+   .. sourcecode:: bash
+
+      ha-enabled ( RO): true
+      ha-configuration ( RO): timeout: 180
+
+   Output when poolHA is OFF:
+
+   .. sourcecode:: bash
+
+      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.
+
 
 Hypervisor: VMware
 ------------------

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1d4e2e8c/source/upgrade/upgrade-4.4.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.4.rst b/source/upgrade/upgrade-4.4.rst
index 5f446ba..e694be4 100644
--- a/source/upgrade/upgrade-4.4.rst
+++ b/source/upgrade/upgrade-4.4.rst
@@ -256,6 +256,30 @@ Hypervisor: XenServer
         wget -P /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver \
         http://download.cloud.com.s3.amazonaws.com/tools/vhd-util
 
+   Make sure XenServer has enabled HA on the pool.
+
+   To test if poolHA is currently turned on:
+
+   .. sourcecode:: bash
+
+      xe pool-list params=all | grep -E "ha-enabled|ha-config"
+
+   Output when poolHA is ON:
+
+   .. sourcecode:: bash
+
+      ha-enabled ( RO): true
+      ha-configuration ( RO): timeout: 180
+
+   Output when poolHA is OFF:
+
+   .. sourcecode:: bash
+
+      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.
+
 
 Hypervisor: VMware
 ------------------


[2/3] cloudstack-docs-rn git commit: remove cached python classes and add ignore file for it

Posted by re...@apache.org.
remove cached python classes and add ignore file for it

Signed-off-by: Remi Bergsma <ap...@remi.nl>


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/5e17b5f5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/5e17b5f5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/5e17b5f5

Branch: refs/heads/master
Commit: 5e17b5f5261ce92f2b0542062bf56511351c360f
Parents: 1d4e2e8
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat May 23 22:19:56 2015 +0200
Committer: Remi Bergsma <ap...@remi.nl>
Committed: Sun May 24 19:32:02 2015 +0200

----------------------------------------------------------------------
 .gitignore                          |   1 +
 sphinx_bootstrap_theme/__init__.pyc | Bin 972 -> 0 bytes
 2 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/5e17b5f5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index a5819d9..14a5aa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
 # under the License.
 
 /build
+*.pyc
 
 # OS generated files #
 ######################

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/5e17b5f5/sphinx_bootstrap_theme/__init__.pyc
----------------------------------------------------------------------
diff --git a/sphinx_bootstrap_theme/__init__.pyc b/sphinx_bootstrap_theme/__init__.pyc
deleted file mode 100644
index b669ab6..0000000
Binary files a/sphinx_bootstrap_theme/__init__.pyc and /dev/null differ