[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH] Read the verbosity level from multipath.conf configuration file
- From: Kiyoshi Ueda <k-ueda ct jp nec com>
- To: Ritesh Raj Sarraf <rrs researchut com>
- Cc: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] [PATCH] Read the verbosity level from multipath.conf configuration file
- Date: Fri, 21 Nov 2008 16:58:30 +0900
Hi Ritesh,
rrs researchut com wrote:
> From: Ritesh Raj Sarraf <rrs 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]