You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/06/25 19:38:01 UTC

[GitHub] [trafficcontrol] guzzijason opened a new issue #3698: ORT has problem with disk enumeration

guzzijason opened a new issue #3698: ORT has problem with disk enumeration
URL: https://github.com/apache/trafficcontrol/issues/3698
 
 
   On systems with many disks, if the OS root disk ends up being on a device name that "wraps around" past `/dev/sdz`, then ORT mistakenly flags a cache disk as one with active partitions. For example, if the root disk device is `/dev/sdac` and `/dev/sda` is a device specified as a cache disk, when `sda` is checked against the mount table, it will actually get a false positive, due to unqualified regex. Updating the regex to be qualified by a digit, fixes this.
   
   I have a patch, and PR is incoming...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services