RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1342543 - [RFE]virt-manager should support creating external snapshots for vm
Summary: [RFE]virt-manager should support creating external snapshots for vm
Keywords:
Status: CLOSED DUPLICATE of bug 1403951
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: virt-manager
Version: 7.3
Hardware: x86_64
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Pavel Hrdina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1402581 1519002
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-03 13:29 UTC by zhoujunqin
Modified: 2017-11-29 22:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-02 20:11:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description zhoujunqin 2016-06-03 13:29:03 UTC
Description of problem:
Now virt-manager GUI can only support creating internal snapshots for vm which disk format is qcow2, but libvirt has support creating external snapshots for vm which disk format is qcow2, raw and so on, we hope virt-manager should also suppport it.

Version-Release number of selected component (if applicable):
virt-manager-1.3.2-1.el7.noarch
libvirt-1.3.4-1.el7.x86_64
kernel-3.10.0-421.el7.x86_64
qemu-kvm-rhev-2.6.0-4.el7.x86_64


How reproducible:
100%

Steps to Reproduce:
1. Check snapshots type created by virt-manager.
# virsh snapshot-info  rhel7.2 snapshot2 
Name:           snapshot2
Domain:         rhel7.2
Current:        yes
State:          running
Location:       internal--------<<
Parent:         snapshot1
Children:       0
Descendants:    0
Metadata:       yes

Result: virt-manager can only support creating internal snapshot for vm which disk type is qcow2.

2. Check libvirt manual page know external snapshots has been support.

# virsh snapshot-create-as rhel7.2 s3 --memspec /tmp/s3
Domain snapshot s3 created

# virsh snapshot-info rhel7.2 s3
Name:           s3
Domain:         rhel7.2
Current:        yes
State:          running
Location:       external-------------<<
Parent:         -
Children:       0
Descendants:    0
Metadata:       yes



Actual results:
virt-manager can only create internal snapshot for vm which disk format is qcow2.

Expected results:
virt-manager should support creating external snapshots for vm like libvirt

Additional info:

Comment 4 Cole Robinson 2017-03-02 20:11:22 UTC
There's a newer bug from virt team managers that's tracking this, let's use that one

*** This bug has been marked as a duplicate of bug 1403951 ***


Note You need to log in before you can comment on or make changes to this bug.