From f4deff8d064e9931fd4ee4fe1bbe166901e7c617 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 16 May 2023 14:07:22 +0200 Subject: [PATCH] usrloc: docs updated for ul.flush to indicate it depends on db mode --- src/modules/usrloc/doc/usrloc_admin.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/usrloc/doc/usrloc_admin.xml b/src/modules/usrloc/doc/usrloc_admin.xml index ca2295ac67a..61491648a0c 100644 --- a/src/modules/usrloc/doc/usrloc_admin.xml +++ b/src/modules/usrloc/doc/usrloc_admin.xml @@ -1633,7 +1633,9 @@ modparam("usrloc", "db_clean_tcp", 1) ul.flush - Triggers the flush of USRLOC memory cache into DB. + Triggers the flush of USRLOC memory cache into DB from the RPC process. It + succeeds only if the the db_mode is set to a value that enables connectivity + to database.