Skip to content

Commit

Permalink
correct comment about reload
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi2 committed Apr 1, 2014
1 parent cea91c0 commit f71cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/IscsiClientLib.rb
Expand Up @@ -568,7 +568,7 @@ def writeInitiatorName(new_value)
Builtins.y2milestone("Initiatorname %1 written", @initiatorname)
end
# reload service when initiatorname is changed to re-read new value (bnc#482429)
# SLES12: restart the daemon (reload not supported with systemd)
# SLES12: restart the daemon (reload not supported in iscsid.service)
Service.Restart("iscsid")
ret
end
Expand Down

0 comments on commit f71cbc7

Please sign in to comment.