Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28F9F1759C for ; Tue, 1 Sep 2015 15:02:04 +0000 (UTC) Received: (qmail 87270 invoked by uid 500); 1 Sep 2015 15:01:48 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 87236 invoked by uid 500); 1 Sep 2015 15:01:48 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 87200 invoked by uid 500); 1 Sep 2015 15:01:47 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 87192 invoked by uid 99); 1 Sep 2015 15:01:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 15:01:47 +0000 Date: Tue, 1 Sep 2015 15:01:47 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5863) Restore volume snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725511#comment-14725511 ] ASF subversion and git services commented on CLOUDSTACK-5863: ------------------------------------------------------------- Commit c0a0aec0f9041a3577d96d69260c7aa33482199d in cloudstack's branch refs/heads/master from Wei Zhou [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c0a0aec ] Merge pull request #732 from ustcweizhou/revert-volume-snapshot-master Guys, can you review it? things need to be discussed: (1) this supports KVM/QCOW2 only. Anyone want to implement for other Hypervisor/format ? (2) The original data volume (on primary storage) will be removed. (3) The script uses the default timeout in libvirtComputingResource. Do we need to add one in global configuration (like copy.volume.wait or backup.snapshot.wait, create.volume.from.snapshot.wait) (4) In scripts/storage/qcow2/managesnapshot.sh, I use "qemu-img convert -f qcow2 -O qcow2" to copy the snapshot from secondary to primary (hence there is no base image file), instead of "cp -f", this is because convert is faster than cp in my testing. * pr/732: CLOUDSTACK-5863: revert volume snapshot for KVM/QCOW2 Signed-off-by: Wei Zhou > Restore volume snapshot > ----------------------- > > Key: CLOUDSTACK-5863 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5863 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the default.) > Components: Snapshot > Environment: KVM, EL6, QCOW2 > Reporter: Nux > Assignee: Wei Zhou > Labels: backup, kvm, restore, snapshot, volumes > Fix For: 4.6.0 > > > Hello, > Just as users can create backups of volumes, they should be able to restore said volumes from them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)