We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af7506 + dc306ea commit 694d9caCopy full SHA for 694d9ca
1 file changed
TESTING.md
@@ -65,6 +65,10 @@ Create an executable shell script (call it `stas-config.sh`) with the following
65
# Must run daemon-reload after installing nvme-stas
66
sudo systemctl daemon-reload
67
68
+# Must tell the DBus broker to reload its configuration in case the
69
+# DBus policies have changed when to installing nvme-stas.
70
+sudo systemctl reload dbus-broker.service
71
+
72
#####################################################################
73
# Make sure Host NQN and ID are configured
74
if [ ! -d "/etc/nvme" ]; then
0 commit comments