Bug 1413859
Summary: | [RFE] Plain rpm should persist after upgrade | ||
---|---|---|---|
Product: | [oVirt] ovirt-node | Reporter: | Huijuan Zhao <huzhao> |
Component: | RFEs | Assignee: | Ryan Barry <rbarry> |
Status: | CLOSED WONTFIX | QA Contact: | Huijuan Zhao <huzhao> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1 | CC: | bugs, cshao, dguo, jiawu, leiwang, qiyuan, rbarry, weiwang, yaniwang, ycui, yzhao |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | Flags: | rule-engine:
planning_ack?
rule-engine: devel_ack? cshao: testing_ack+ |
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-01-31 09:37:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Huijuan Zhao
2017-01-17 07:40:20 UTC
Ryan isn't this already done? RPMs are persisted in 4.1 through yum plugins (a dnf plugin also exists). We don't tie into `rpm`, though -- the RPM plugin API doesn't provide a way to get at the "actual" package. Instead, ways to hook various RPM transaction steps are provided. We can probably do this with a trivial wrapper around `rpm` which saves RPMs to persist if '-i' or '-U' are seen, and removes if '-e', plus the long versions of those flags. Closing as wont fix, we provide yum local install and we documented it's the way to persist rpm installation. |