Bug 1881955
| Summary: | VDO target driver should support online rename of its physical device | ||
|---|---|---|---|
| Product: | [Community] LVM and device-mapper | Reporter: | Zdenek Kabelac <zkabelac> |
| Component: | lvm2 | Assignee: | bjohnsto |
| lvm2 sub component: | Other | QA Contact: | cluster-qe <cluster-qe> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | agk, bjohnsto, heinzm, jbrassow, msnitzer, pasik, prajnoha, zkabelac |
| Version: | unspecified | Flags: | pm-rhel:
lvm-technical-solution?
pm-rhel: lvm-test-coverage? |
| 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: | 2021-04-30 21:11:05 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: | |||
| Bug Depends On: | 1888419 | ||
| Bug Blocks: | 1683950 | ||
|
Description
Zdenek Kabelac
2020-09-23 13:27:22 UTC
Updates: lvm2 could eventually pass a 'stable' name isntead of LV name that can be renamed - it could be i.e. "#major:#minor" "dm-#minor" or "UUID" (these cannot be changed while device is active/online) but than tools like 'vdostats' stops working: i.e.: # vdostats Error sampling device /dev/mapper/vg-vpool1-vpool: [Errno 2] No such file or directory: '/proc/vdo/vg-vpool1-vpool/dedupe_stats' so the /proc/vdo isn't populate with expected names for these tools (unclear if there are more users) Of course the change on lvm2 side would brough some non-trivial complexity when the user would already have tables with 'old-way' lines and we would try to use 'new style' Advantage would be that such change would not need 'kernel' change. *** This bug has been marked as a duplicate of bug 1888419 *** |