Bug 1431543
Summary: | cannot use VIR_CONNECT_LIST_STORAGE_POOLS_VSTORAGE flag in listAllStoragePools() | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | lcheng |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | jdenemar, libvirt-maint, rbalakri |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-13 08:48:30 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
lcheng
2017-03-13 08:07:09 UTC
Sent for review: https://www.redhat.com/archives/libvir-list/2017-March/msg00522.html RHEL has no support for Virtuozzo storage, I'm moving this bug upstream. Fixed by commit fafe9d7c74dacbf86d7a5e8aaaabfe27b5df77a3 Refs: v3.1.0-113-gfafe9d7c7 Author: Jiri Denemark <jdenemar> AuthorDate: Mon Mar 13 09:20:35 2017 +0100 Commit: Jiri Denemark <jdenemar> CommitDate: Mon Mar 13 09:29:37 2017 +0100 Enable forgotten VIR_CONNECT_LIST_STORAGE_POOLS_* flags VIR_CONNECT_LIST_STORAGE_POOLS_VSTORAGE and VIR_CONNECT_LIST_STORAGE_POOLS_ZFS were added to libvirt but the listing API was not properly updated to use them. https://bugzilla.redhat.com/show_bug.cgi?id=1431543 Signed-off-by: Jiri Denemark <jdenemar> |