Issues
- LP #1465138: Use friendly names for LVM2 devicesPT-1291
- LP #1021903: pt-diskstats usage in non-interactive scriptsPT-1002
- LP #1287318: pt-diskstats doesnt process multiple filesPT-850
- LP #928088: pt-diskstats feature request; --save-samples-mysqlPT-844Resolved issue: PT-844
- LP #1035311: pt-diskstats shows wrong device namePT-563Resolved issue: PT-563
- LP #994176: pt-diskstats --group-by=all --headers=scroll prints a header for every samplePT-526Resolved issue: PT-526
- LP #952727: pt-diskstats shows incorrect wr_mb_sPT-497Resolved issue: PT-497
- LP #946707: pt-sift loses STDIN after pt-diskstatsPT-492Resolved issue: PT-492
- LP #945834: pt-sift invokes pt-diskstats with deprecated argumentPT-488Resolved issue: PT-488
- LP #928226: pt-diskstats illegal division by zeroPT-465Resolved issue: PT-465
- LP #872699: pt-diskstats: rd_avkb & wr_avkb derived incorrectlyPT-427Resolved issue: PT-427
- LP #872655: pt-diskstats errorsPT-426Resolved issue: PT-426
- LP #838939: pt-diskstats reports wrong amount of writes/secondPT-418Resolved issue: PT-418
- LP #871438: Bash tools are insecurePT-278Resolved issue: PT-278
14 of 14
LP #1465138: Use friendly names for LVM2 devices
General
Escalation
General
Escalation
Description
Environment
None
Smart Checklist
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 24, 2018 at 8:42 PM
Updated December 21, 2019 at 2:32 PM
Activity
lpjirasyncJanuary 24, 2018 at 8:43 PM
**Comment from Launchpad by: Valerii Kravchuk on: 18-06-2015 08:38:40
Thank you for the feature request. User friendly names for LVM2 devices may be useful in other tools as well.
**Reported in Launchpad by Daniël van Eeden last update 18-06-2015 08:38:50
This is a feature request.
iostat on Linux has the 'N' option to show the userfriendly name instead of "dm<num>"
Looking at the strace of iostat -N it looks like they resolve the names using ""stat("/dev/mapper/<friendly_name>",...""