You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2020/03/30 17:24:14 UTC

[cloudstack] branch update-the-desc-of-snapshot.backup.to.secondary created (now 611df91)

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a change to branch update-the-desc-of-snapshot.backup.to.secondary
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


      at 611df91  Update schema-41310to41400.sql

This branch includes the following new commits:

     new 611df91  Update schema-41310to41400.sql

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cloudstack] 01/01: Update schema-41310to41400.sql

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch update-the-desc-of-snapshot.backup.to.secondary
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 611df914fa31f8a16beff85f0efb7323174fa82c
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Mon Mar 30 19:23:54 2020 +0200

    Update schema-41310to41400.sql
---
 engine/schema/src/main/resources/META-INF/db/schema-41310to41400.sql | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/engine/schema/src/main/resources/META-INF/db/schema-41310to41400.sql b/engine/schema/src/main/resources/META-INF/db/schema-41310to41400.sql
index bc00941..fbf22a6 100644
--- a/engine/schema/src/main/resources/META-INF/db/schema-41310to41400.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-41310to41400.sql
@@ -19,6 +19,10 @@
 -- Schema upgrade from 4.13.1.0 to 4.14.0.0
 --;
 
+-- Update the description to indicate this only works with KVM + Ceph 
+-- (not implemented properly atm for KVM+NFS/local, and it accidentaly works with XS + NFS. Not applicable for VMware)
+UPDATE `cloud`.`configuration` SET `description`='Indicates whether to always backup primary storage snapshot to secondary storage. KVM + Ceph only.' WHERE  `name`='snapshot.backup.to.secondary';
+
 -- KVM: enable storage data motion on KVM hypervisor_capabilities
 UPDATE `cloud`.`hypervisor_capabilities` SET `storage_motion_supported` = 1 WHERE `hypervisor_capabilities`.`hypervisor_type` = 'KVM';