RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1309729 - [RFE] Better identify physical and multi path devices in sms output
Summary: [RFE] Better identify physical and multi path devices in sms output
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: system-storage-manager
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Lukáš Czerner
QA Contact: Boyang Xue
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-18 14:56 UTC by Marko Myllynen
Modified: 2020-05-06 19:13 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-06 19:13:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marko Myllynen 2016-02-18 14:56:28 UTC
Description of problem:
# ssm list dev
------------------------------------------------------------
Device           Free       Used       Total  Pool
------------------------------------------------------------
/dev/dm-10  448.98 GB  551.00 GB  1000.00 GB  cinder-volumes
/dev/dm-3     0.00 KB  149.28 GB   149.28 GB  rhel
/dev/dm-6   999.98 GB    0.00 KB  1000.00 GB  cinder-volumes
/dev/dm-7   749.98 GB  250.00 GB  1000.00 GB  cinder-volumes
/dev/dm-8    30.98 GB  969.00 GB  1000.00 GB  cinder-volumes
/dev/dm-9   999.98 GB    0.00 KB  1000.00 GB  cinder-volumes
/dev/loop0                          20.60 GB
/dev/sda                           150.00 GB
/dev/sdb                          1000.00 GB
/dev/sdc                          1000.00 GB
/dev/sdd                          1000.00 GB
/dev/sde                          1000.00 GB
/dev/sdf                          1000.00 GB
/dev/sdg                           150.00 GB
/dev/sdh                          1000.00 GB
/dev/sdi                          1000.00 GB
/dev/sdj                          1000.00 GB
/dev/sdk                          1000.00 GB
/dev/sdl                          1000.00 GB
/dev/sdm                           150.00 GB
/dev/sdn                          1000.00 GB
/dev/sdo                          1000.00 GB
/dev/sdp                          1000.00 GB
/dev/sdq                          1000.00 GB
/dev/sdr                          1000.00 GB
/dev/sds                           150.00 GB
/dev/sdt                          1000.00 GB
/dev/sdu                          1000.00 GB
/dev/sdv                          1000.00 GB
/dev/sdw                          1000.00 GB
/dev/sdx                          1000.00 GB
------------------------------------------------------------
# ssm list pool
------------------------------------------------------------
Pool            Type  Devices     Free       Used      Total
------------------------------------------------------------
cinder-volumes  lvm   5        3.15 TB    1.73 TB    4.88 TB
rhel            lvm   1        0.00 KB  149.28 GB  149.28 GB
------------------------------------------------------------
# ssm list fs
---------------------------------------------------------------------------------
Volume          Pool  Volume size  FS      FS size      Free  Type    Mount point
---------------------------------------------------------------------------------
/dev/rhel/root  rhel    147.00 GB  ext4  147.00 GB  42.55 GB  linear  /
---------------------------------------------------------------------------------
# 

So we're able to see pretty well here everything needed except for the relationship of dm-N devices with physical and multipath devices. Something like below would probably be somewhat more helpful:

# ssm list dev
------------------------------------------------------------
Device           Free       Used       Total  Pool
------------------------------------------------------------
/dev/dm-3     0.00 KB  149.28 GB   149.28 GB  rhel
  /dev/sda                         150.00 GB
  /dev/sdg                         150.00 GB
  /dev/sdm                         150.00 GB
  /dev/sds                         150.00 GB
/dev/dm-6   999.98 GB    0.00 KB  1000.00 GB  cinder-volumes
  /dev/sdb                        1000.00 GB
  /dev/sdc                        1000.00 GB
  /dev/sdd                        1000.00 GB
  /dev/sde                        1000.00 GB
/dev/dm-7   749.98 GB  250.00 GB  1000.00 GB  cinder-volumes
  /dev/sdf                        1000.00 GB
  /dev/sdh                        1000.00 GB
  /dev/sdi                        1000.00 GB
  /dev/sdj                        1000.00 GB
/dev/dm-8    30.98 GB  969.00 GB  1000.00 GB  cinder-volumes
  /dev/sdk                        1000.00 GB
  /dev/sdl                        1000.00 GB
  /dev/sdn                        1000.00 GB
  /dev/sdo                        1000.00 GB
/dev/dm-9   999.98 GB    0.00 KB  1000.00 GB  cinder-volumes
  /dev/sdp                        1000.00 GB
  /dev/sdq                        1000.00 GB
  /dev/sdr                        1000.00 GB
  /dev/sdt                        1000.00 GB
/dev/dm-10  448.98 GB  551.00 GB  1000.00 GB  cinder-volumes
  /dev/sdu                        1000.00 GB
  /dev/sdv                        1000.00 GB
  /dev/sdw                        1000.00 GB
  /dev/sdx                        1000.00 GB
/dev/loop0                          20.60 GB
------------------------------------------------------------
# 

Version-Release number of selected component (if applicable):
system-storage-manager-0.4-5

Comment 14 Eric Sandeen 2019-06-24 16:31:51 UTC
Pushing this out to rhel7.8 for now, but if this RFE won't be completed please close.
Thanks,
-Eric

Comment 19 Steve Whitehouse 2020-05-06 16:21:39 UTC
Lukas, what should we do here? Since this is tagged future feature, it is not suitable for rhel7, so should we move it to rhel8? If not then please close it, if it is not going to be done at all, or is already fixed in rhel8. In the mean time I'm clearing the blocker flag.

Comment 20 Lukáš Czerner 2020-05-06 19:13:33 UTC
Hi Steve,

Jan did some work on this before he left, but I don't have confidence in the code to push it into rhel7. Let's close it.

-Lukas


Note You need to log in before you can comment on or make changes to this bug.