Bug 1112544
| Summary: | Provide criteria-based LVM processing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Rajnoha <prajnoha> |
| Component: | lvm2 | Assignee: | Peter Rajnoha <prajnoha> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | agk, bmarzins, bmr, dwysocha, heinzm, jonathan, lvm-team, mcsontos, msnitzer, prajnoha, prockai, zkabelac |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | lvm2-2.02.118-1.fc23 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-05-05 12:15:18 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
Peter Rajnoha
2014-06-24 07:37:40 UTC
Current development branch: https://git.fedorahosted.org/cgit/lvm2.git/log/?h=dev-prajnoha-tool-select (not adequate for review yet - it's still work in progress) More patches will follow, this is an early version of the code supporting this feature. The --select is not yet recognized in LVM processing tools, I haven't done any testing yet... I'll be updating this branch progressively. Is not this merged? Yes, this code is merged already since lvm2 v 2.02.117 (the nearest released rawhide package is lvm2-2.02.118-1.fc23). We've added support for selection in these LVM processing commands: pvchange, vgchange, lvchange vgremove, lvremove vgimport, vgexport Also these reporting commands (but not using libdevmapper's reporting infrastructure): pvdisplay, vgdisplay, lvdisplay if used without -C (With -C option, it uses libdevmapper's reporting infra and hence it already supported selection even before.) |