You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by jschmerge <gi...@git.apache.org> on 2017/06/08 16:09:47 UTC

[GitHub] incubator-trafficcontrol issue #497: [TC-262] Allow specification of the 'id...

Github user jschmerge commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/497
  
    I thought i had left a comment regarding this patch a few weeks back answering the question @limited posed...
    
    I'm going to focus on just the Drive_Letters and Drive_Hash_Id params, the RAM_* and SSD_* work the same way.
    
    The Drive_Hash_Id param takes a CSV string for *_all_* the drives, and the order is expected to match the order in the Drive_Letters CSV string. Provisions have been taken to allow for omitting a hash id for a drive, in that if:
    
    Drive_Letters = "a,b,c,d,e"
    
    and
    
    Drive_Hash_Id = ",,foo,,bar"
    
    You'll end up with a storage.config that contains:
    
    `/dev/sda volume=1
    /dev/sdb volume=1
    /dev/sdc volume=1 id=foo
    /dev/sdd volume=1
    /dev/sde volume=1 id=bar`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---