Re: [RFC PATCH v3 2/5] ndctl: monitor: add ndctl create-monitor command

2018-02-11 Thread Dan Williams
On Fri, Feb 9, 2018 at 12:02 AM, QI Fuli wrote: > This patch is used to add $ndctl create-monitor command, by which users can > create a new monitor. Users can select the DIMMS to be monitored by using > [--dimm] [--bus] [--region] [--namespace] options. The notifications

Re: [RFC PATCH v3 1/5] ndctl: nvdimmd: add LOG_NOTICE level to

2018-02-11 Thread Dan Williams
On Sun, Feb 11, 2018 at 12:18 PM, Dan Williams wrote: > On Fri, Feb 9, 2018 at 12:02 AM, QI Fuli wrote: >> This patch adds LOG_NOTICE level to log_priority for the notifications >> of nvdimm dimm over threshold event. Currently, the LOG_INFO

Re: [RFC PATCH v3 1/5] ndctl: nvdimmd: add LOG_NOTICE level to

2018-02-11 Thread Dan Williams
On Fri, Feb 9, 2018 at 12:02 AM, QI Fuli wrote: > This patch adds LOG_NOTICE level to log_priority for the notifications > of nvdimm dimm over threshold event. Currently, the LOG_INFO level > is too low, and the notifications are not up to LOG_ERROR level. > Looks good,