Re: [RFC patch 2/4]ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-09-23 Thread Dan Williams
On Thu, Aug 31, 2017 at 6:46 PM, Qi, Fuli wrote: > Nvdimmd.c is the body file of nvdimm daemon. Currently, it writes a log which > includes > notified dimm's name and spare percentage. > > Sign-off-by: QI Fuli > > --- > nvdimmd/Makefile | 10

Returned mail: Data format error

2017-09-23 Thread Post Office
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [RFC patch 4/4]ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-09-23 Thread Dan Williams
On Thu, Aug 31, 2017 at 6:49 PM, Qi, Fuli wrote: > Notify.c is used to call the emulation of event of over threshold. > You can test nvdimm daemon with the following command. > > notify [nmemX] [all] Let's make this an ndctl command... in fact this is a good candidate of

Re: [RFC patch 1/4]ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-09-23 Thread Dan Williams
On Thu, Aug 31, 2017 at 6:45 PM, Qi, Fuli wrote: > Libnvdimmd.c provides functions which are used by nvdimm daemon, and > currently it just supports for logging. > Libnvdimmd.h is a head file of libnvdimmd.c. > Since I do not use automake, I defined gentenv.h to compile