From dc306eaf45dddce96888d1db7a8f97e432dc8af0 Mon Sep 17 00:00:00 2001 From: Martin Belanger Date: Fri, 17 Apr 2026 12:04:23 -0400 Subject: [PATCH] doc: update TESTING.md Signed-off-by: Martin Belanger --- TESTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TESTING.md b/TESTING.md index 8b7e176..2cd1fd7 100644 --- a/TESTING.md +++ b/TESTING.md @@ -65,6 +65,10 @@ Create an executable shell script (call it `stas-config.sh`) with the following # Must run daemon-reload after installing nvme-stas sudo systemctl daemon-reload +# Must tell the DBus broker to reload its configuration in case the +# DBus policies have changed when to installing nvme-stas. +sudo systemctl reload dbus-broker.service + ##################################################################### # Make sure Host NQN and ID are configured if [ ! -d "/etc/nvme" ]; then