plfs / plfs-core

LANL no longer develops PLFS. Feel free to fork and develop as you wish.
41 stars 36 forks source link

plfsrc parsing error #351

Open johnbent opened 10 years ago

johnbent commented 10 years ago

If there is a bad key in an included plfsrc file which was included using the - include: directive, that included plfsrc file will not be parsed and the the failure to parse it will not be reported to the user. Conversely, if there is a bad key directly in the plfsrc file, the plfs_init fails like so:

FATAL conf file error: Parse error in /etc/plfsrc: Bad key or value in plfsrc: max_index_length

ERROR

thewacokid commented 10 years ago

I swear I tested this when I wrote the parser. I'll take a look at this as I'm seeing the same behavior.