Re: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-26 Thread Lennart Lund
Hi Thang Ack. Thanks Lennart -Original Message- From: thang.d.nguyen Sent: den 25 februari 2019 07:25 To: Lennart Lund ; Thuan Tran Cc: opensaf-devel@lists.sourceforge.net; Thang Duc Nguyen Subject: [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync

Re: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-24 Thread Tran Thuan
Hi Thang, ACK for code review. Best Regards, ThuanTr -Original Message- From: thang.d.nguyen Sent: Monday, February 25, 2019 1:25 PM To: lennart.l...@ericsson.com; thuan.t...@dektech.com.au Cc: opensaf-devel@lists.sourceforge.net; thang.d.nguyen Subject: [PATCH 1/1] smf: clear old

[devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-24 Thread thang.d.nguyen
During single step install, the ccb is aborted to sync. The old attributes in object creator/modifier must be erased before re-filling. --- src/smf/smfd/SmfImmOperation.h | 6 ++ src/smf/smfd/SmfUtils.cc | 3 +++ 2 files changed, 9 insertions(+) diff --git

Re: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-24 Thread Thang Nguyen
@lists.sourceforge.net Subject: RE: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010] Hi Thang, See one comment inline [Thuan] Best Regards, ThuanTr -Original Message- From: thang.d.nguyen Sent: Monday, February 25, 2019 11:04 AM To: lennart.l

Re: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-24 Thread Thang Nguyen
@lists.sourceforge.net Subject: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010] During single step install, the ccb is aborted to sync. The old attributes in object creator must be erased before re-filling. --- src/smf/smfd/SmfImmOperation.h | 5 + src

Re: [devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-24 Thread Tran Thuan
old attributes before re-filling if ccb abort to sync [#3010] During single step install, the ccb is aborted to sync. The old attributes in object creator must be erased before re-filling. --- src/smf/smfd/SmfImmOperation.h | 5 + src/smf/smfd/SmfUtils.cc | 3 +++ 2 files changed, 8

[devel] [PATCH 1/1] smf: clear old attributes before re-filling if ccb abort to sync [#3010]

2019-02-24 Thread thang.d.nguyen
During single step install, the ccb is aborted to sync. The old attributes in object creator must be erased before re-filling. --- src/smf/smfd/SmfImmOperation.h | 5 + src/smf/smfd/SmfUtils.cc | 3 +++ 2 files changed, 8 insertions(+) diff --git a/src/smf/smfd/SmfImmOperation.h