Bug 1240877
Summary: | Libvirt should check gluster pool source conflict when two hosts serve the same volume | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Yang Yang <yanyang> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED WONTFIX | QA Contact: | yisun |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | dyuan, mzhan, pkrempa, pzhang, rbalakri, xuzhang, yisun |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-04 14:28:36 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
Yang Yang
2015-07-08 01:57:29 UTC
Gluster API supports the 'glfs_get_volumeid' call which returns a unique identifier for a volume which could be used to implement this fuction. The problem is that this would require us to open the gluster conection at the time when the pool is defined which is not desired. Additionally the pool source may not be available at that time which would make the check unreliable. Since it's not a issue if you have two pools with same source in case of the gluster pool I don't think it's worth adding the check. |