Re: [devel] [PATCH 1 of 1] log: fix log file size is not reset to zero (0) when log file is created [#1439]

2017-04-11 Thread A V Mahesh
Hi Canh Van, ACK not tested. -AVM On 3/22/2017 8:26 PM, Canh Van Truong wrote: > src/log/apitest/tet_LogOiOps.c | 92 > ++ > src/log/logd/lgs_stream.cc | 3 + > 2 files changed, 95 insertions(+), 0 deletions(-) > > > When updating attributes

Re: [devel] [PATCH 1 of 1] log: fix log file size is not reset to zero (0) when log file is created [#1439]

2017-04-04 Thread Lennart Lund
Hi Canh Ack Thanks Lennart > -Original Message- > From: Canh Van Truong [mailto:canh.v.tru...@dektech.com.au] > Sent: den 22 mars 2017 15:56 > To: Lennart Lund ; mahesh.va...@oracle.com; > Vu Minh Nguyen > Cc:

[devel] [PATCH 1 of 1] log: fix log file size is not reset to zero (0) when log file is created [#1439]

2017-03-22 Thread Canh Van Truong
src/log/apitest/tet_LogOiOps.c | 92 ++ src/log/logd/lgs_stream.cc | 3 + 2 files changed, 95 insertions(+), 0 deletions(-) When updating attributes of log file, the log server closes the opening cfg/log log files and creates new ones. The problem