Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading