[augeas-devel] [Augeas] #207: multipath.conf missing items to be allowed in defaults section

Augeas trac at fedorahosted.org
Mon Jun 20 18:18:23 UTC 2011


#207: multipath.conf missing items to be allowed in defaults section
----------------------+-----------------------------------------------------
 Reporter:  gaferion  |       Owner:  lutter
     Type:  defect    |      Status:  new   
 Priority:  major     |   Milestone:  next  
Component:  Augeas    |     Version:  0.8.0 
 Keywords:            |  
----------------------+-----------------------------------------------------
 I found the following are not parsed by augeas for the defaults section in
 multipath.conf:

 {{{
 dev_loss_tmo [int]
 max_polling_interval [int]
 verbosity [0-6]
 reassign_maps [yes|no]
 fast_io_fail_tmo [int]
 async_timeout [int]
 }}}

 Example:
 {{{

 eagnmnmbpe19:~ # cat /etc/multipath.conf

 defaults {
         no_path_retry 5
         dev_loss_tmo 600
 }

 blacklist {
         devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
         devnode "^hd[a-z][[0-9]*]"
         devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]*"
         device {
                 vendor DEC.*
                 product MSA[15]00
         }
 }
 eagnmnmbpe19:~ # augtool --version
 augtool 0.8.1 <http://augeas.net/>
 Copyright (C) 2009-2010 David Lutterkort
 License LGPLv2+: GNU LGPL version 2.1 or later
                  <http://www.gnu.org/licenses/lgpl-2.1.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

 Written by David Lutterkort
 eagnmnmbpe19:~ # augtool
 augtool> ls /augeas/files/etc/multipath.conf/error/
 pos = 1
 line = 2
 char = 0
 lens = /usr/local/share/augeas/lenses/dist/multipath.aug:93.10-.64:
 message = Iterated lens matched less than it should
 augtool>
 }}}

 Thanks!

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/207>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list