Bug 1294998

Summary: [RFE] smartmontools is limited to 32 discovered devices when using DEVICESCAN. Need to increase this count.
Product: Red Hat Enterprise Linux 6 Reporter: Pranav Dhareshwar <pdharesh>
Component: smartmontoolsAssignee: Michal Hlavinka <mhlavink>
Status: CLOSED WONTFIX QA Contact: qe-baseos-daemons
Severity: low Docs Contact:
Priority: low    
Version: 6.7CC: amote, bernd.ziller, cww, kkaraley
Target Milestone: rcKeywords: FutureFeature
Target Release: 6.7   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-17 19:09:32 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:
Bug Depends On:    
Bug Blocks: 1269194    

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].