You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by er...@apache.org on 2015/06/26 14:47:04 UTC

[4/7] cloudstack-docs-rn git commit: Add sections about VR out of band reboots, and duplicate ssh keys

Add sections about VR out of band reboots, and duplicate ssh keys


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

Branch: refs/heads/4.4
Commit: c03a73fef5564c7e7041debf79a754b37c830a88
Parents: d2cd9ad
Author: Erik Weber <te...@gmail.com>
Authored: Thu Jun 25 08:57:13 2015 +0200
Committer: Erik Weber <te...@gmail.com>
Committed: Thu Jun 25 08:57:13 2015 +0200

----------------------------------------------------------------------
 source/about.rst | 92 ++++++++++++++++++++++++++++++---------------------
 1 file changed, 55 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c03a73fe/source/about.rst
----------------------------------------------------------------------
diff --git a/source/about.rst b/source/about.rst
index d6e7b88..2b6991c 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -12,7 +12,7 @@
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
-   
+
 
 What's New in |version|
 =======================
@@ -23,6 +23,24 @@ Version |release| of Apache CloudStack is a bugfix release and does not add new
    :local:
    :backlinks: top
 
+Virtual Router Out of Band reboots configurable
+-----------------------------------------------
+
+   As of Apache CloudStack 4.4.4 it is now configurable how Out of Band reboots of Virtual Routers should be treated.
+   A new setting ``router.reboot.when.migrated`` is introduced wich defaults to  ``false``.
+
+   This behaviour changed in Apache CloudStack 4.4.3, and to restore that behaviour the setting should be set to ``true``.
+
+   - ``false`` will not force a reboot of the router(s) if a reboot is detected.
+   - ``true`` will force a reboot of the router(s) if a reboot is detected.
+
+Duplicate SSH Keys are no longer allowed
+----------------------------------------
+
+In previous versions you could register the same SSH Public Key more than once in the same account.
+This is no longer allowed as of Apache CloudStack 4.4.4 and throws an error if tried.
+
+
 Java version upgraded to Java 1.7
 ---------------------------------
 
@@ -32,9 +50,9 @@ Apache CloudStack |version| is now using Java 1.7 for the management-server, clo
 Support managed storage for root disks
 --------------------------------------
 
-   Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in 
+   Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in
    <http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/configuration.html#configuring-a-storage-plug-in>`_
-      
+
    ====================== ============================================================================
    Supported hypervisors: XenServer, VMware
    ====================== ============================================================================
@@ -43,9 +61,9 @@ Support managed storage for root disks
 Root disk resize
 ----------------
 
-   Allow Root disk resize which remove need to have multiple templates of the 
+   Allow Root disk resize which remove need to have multiple templates of the
    same Operating System for different disk size.
-   
+
    ====================== ============================================================================
    Supported hypervisor:  KVM
    Link                   `Root resize Functional spec`_
@@ -55,19 +73,19 @@ Root disk resize
 Per primary Storage OverProvisioning
 ------------------------------------
 
-   Added per Primary Storage ``storage.overprovisioning.factor`` setting to 
+   Added per Primary Storage ``storage.overprovisioning.factor`` setting to
    overseed the Global Settings value.
-   
-   -  admin can update an existing primary store by setting 
+
+   -  admin can update an existing primary store by setting
       ``storage.overprovisioning.factor`` in the per primary setting.
-   
-   -  This value will override the value at the global level. This leverages 
+
+   -  This value will override the value at the global level. This leverages
       the granularity of global parameters introduced in 4.2
-   
+
    -  To fall back to the global value, null value can be passed.
-   
+
    -  To disable overprovision a value of 1 will be passed.
- 
+
    ====================== ============================================================================
    Supported hypervisor:  KVM
    link                   `Storage Over Prov. Functional spec`_
@@ -77,38 +95,38 @@ Per primary Storage OverProvisioning
 VMWare Support for DRS
 ----------------------
 
-   VMware DRS(Distributed Resource Scheduler), VM HA(High Availability): 
-   Provide highly available resources to your workloads. Balance workloads for 
-   optimal performance. Scale and manage computing resources without service 
+   VMware DRS(Distributed Resource Scheduler), VM HA(High Availability):
+   Provide highly available resources to your workloads. Balance workloads for
+   optimal performance. Scale and manage computing resources without service
    disruption.
-   
-   -  **Load Balancing**: distribution and usage of CPU and memory resources 
-      for all hosts and VMs in the cluster are continuously monitored and 
-      compared to ideal resource utilization given the attributes of the 
-      cluster’s resource pools and VMs, the current demand, and the imbalance 
-      target. It then performs (or recommends) virtual machine migrations 
-      accordingly. Also, when a VM is powered on in the cluster, DRS attempts 
-      to maintain proper load balancing by either placing the VM on an 
+
+   -  **Load Balancing**: distribution and usage of CPU and memory resources
+      for all hosts and VMs in the cluster are continuously monitored and
+      compared to ideal resource utilization given the attributes of the
+      cluster’s resource pools and VMs, the current demand, and the imbalance
+      target. It then performs (or recommends) virtual machine migrations
+      accordingly. Also, when a VM is powered on in the cluster, DRS attempts
+      to maintain proper load balancing by either placing the VM on an
       appropriate host or making a recommendation.
-   
-   -  **Power Management**: When the vSphere Distributed Power Management 
-      (DPM) feature is enabled, DRS compares cluster- and host-level capacity 
-      to the demands of the cluster’s VMs, including recent historical demand. 
-      It places (or recommends placing) hosts in standby  power mode if 
-      sufficient excess capacity is found or powering on hosts if capacity is 
-      needed. Depending on the resulting host power state  recommendations, 
+
+   -  **Power Management**: When the vSphere Distributed Power Management
+      (DPM) feature is enabled, DRS compares cluster- and host-level capacity
+      to the demands of the cluster’s VMs, including recent historical demand.
+      It places (or recommends placing) hosts in standby  power mode if
+      sufficient excess capacity is found or powering on hosts if capacity is
+      needed. Depending on the resulting host power state  recommendations,
       VMs might need to be migrated to and from the hosts as well.
-   
-   -  **Affinity Rules**: control the placement of virtual machines on hosts 
-      within a cluster, by assigning affinity rules 
-   
+
+   -  **Affinity Rules**: control the placement of virtual machines on hosts
+      within a cluster, by assigning affinity rules
+
    ====================== ============================================================================
    Supported hypervisors: VMware
    Link                   `DRS functional spec`_
    ====================== ============================================================================
 
 
-Region wide Guest networks and VPC 
+Region wide Guest networks and VPC
 ----------------------------------
 
    Region level Guest networks and VPC deployment. Allowing VPC tiers and guest
@@ -162,7 +180,7 @@ VPC support on Hyper-V
 ~~~~~~~~~~~~~~~~~~~~~~
 
    Provide VPC capability on Hyper-V hypervisor.
-   
+
    ====================== ============================================================================
    Supported hypervisors: Hyper-V
    Link                   `VPC support on Hyper-V functional spec`_