Skip to content

Commit ca9ec4b

Browse files
committed
common: fix "The pool was not closed" message (no ADR failure)
Ref: DAOS-18692 Ref: #1 Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
1 parent 12964ca commit ca9ec4b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
XXX
2+
3+
* Version X.X.X
4+
5+
- Fix "The pool was not closed" message (no ADR failure) (daos-stack/pmdk#1, DAOS-18692)
6+
17
Fri Jan 16 2026 Oksana Sałyk <oksana.salyk@hpe.com>
28

39
* Version 2.1.3

src/common/shutdown_state.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ shutdown_state_check(struct shutdown_state *curr_sds,
207207
* the program was killed when the pool was opened
208208
* but there wasn't an ADR failure
209209
*/
210-
CORE_LOG_WARNING(
211-
"The ADR failure was detected but the pool was closed properly - reinitializing ADR failure detection.");
210+
CORE_LOG_WARNING("The pool was not closed - reinitializing ADR failure detection.");
212211
shutdown_state_reinit(curr_sds, pool_sds, rep);
213212
return 0;
214213
}

0 commit comments

Comments
 (0)