Bug 1294998 - [RFE] smartmontools is limited to 32 discovered devices when using DEVICESCAN. Need to increase this count.
Summary: [RFE] smartmontools is limited to 32 discovered devices when using DEVICESCA...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: smartmontools
Version: 6.7
Hardware: x86_64
OS: Linux
low
low
Target Milestone: rc
: 6.7
Assignee: Michal Hlavinka
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks: 1269194
TreeView+ depends on / blocked
 
Reported: 2015-12-31 16:46 UTC by Pranav Dhareshwar
Modified: 2019-09-12 09:40 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-17 19:09:32 UTC
Target Upstream Version:


Attachments (Terms of Use)

Comment 2 Bernd Ziller 2016-01-05 06:15:52 UTC
This has been fixed upstream in release 6.3 of smartmontools:

https://www.smartmontools.org/browser/tags/RELEASE_6_3/smartmontools/os_linux.cpp#L2710

https://www.smartmontools.org/changeset/3877

https://www.smartmontools.org/ticket/317


The parameter max_pathc limits the matching device list to 32 devices, so that get_dev_list(devlist, "/dev/sd[a-c][a-z]", false, true, type, autodetect); will only return the first 32 devices of /dev/sd[a-c][a-z].


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