Bug 830057
Summary: | man doc of vol-create-as format is lack of qed and vmdk | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | zhpeng |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.3 | CC: | acathrow, cwei, dallan, dyasny, dyuan, mzhan, rwu, whuang, zpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.13-3.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 07:16:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
zhpeng
2012-06-08 06:01:38 UTC
Patch proposed upstream: https://www.redhat.com/archives/libvir-list/2012-June/msg00718.html Moving to POST: commit 2872155bfe8e95334116e216f369539d1ec5c7cb Author: Michal Privoznik <mprivozn> AuthorDate: Mon Jun 18 13:20:01 2012 +0200 Commit: Michal Privoznik <mprivozn> CommitDate: Mon Jun 18 14:40:32 2012 +0200 virsh: Update vol-create-as manpage as we support qed format as well. verify with: libvirt-0.9.13-3.el6.x86_64 step: 1: #man virsh .......- -format string is used in file based storage pools to specify the volume file format to use; raw, bochs, qcow, qcow2, vmdk, qed. ....... --backing-vol-format string is the format of the snapshot backing volume; raw, bochs, qcow, qcow2, qed, vmdk, host_device. qed and vmdk format added. verification passed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0276.html |