[dm-devel] [PATCH] Read the verbosity level from multipath.conf configuration file

Kiyoshi Ueda k-ueda at ct.jp.nec.com
Fri Nov 21 07:58:30 UTC 2008


Hi Ritesh,

rrs at researchut.com wrote:
> From: Ritesh Raj Sarraf <rrs at researchut.com>
> 
> With this patch, multipathd can read the verbosity level from
> the multipath.conf configuration file.
> For example:
> verbosity       5
snip
> @@ -1316,6 +1327,14 @@ snprint_def_polling_interval (char * buff, int len, void * data)
>  }
>  
>  static int
> +snprint_def_verbosity (char * buff, int len, void * data)
> +{
> +	if (conf->checkint == DEFAULT_VERBOSITY)

Isn't it conf->verbosity?

Thanks,
Kiyoshi Ueda




More information about the dm-devel mailing list