Skip to content
Snippets Groups Projects
Commit 6839a874 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Merge commit 'origin/next' into branch-2.1

* commit 'origin/next':
  ganeti.initd: Pass $*_ARGS to programs when restarting them
parents b2aa5035 7f5e61b4
No related branches found
No related tags found
No related merge requests found
......@@ -109,9 +109,9 @@ case "$1" in
stop_action $MASTERD $MASTERD_PID
stop_action $NODED $NODED_PID
check_config
start_action $NODED $NODED_PID
start_action $MASTERD $MASTERD_PID
start_action $RAPI $RAPI_PID
start_action $NODED $NODED_PID $NODED_ARGS
start_action $MASTERD $MASTERD_PID $MASTERD_ARGS
start_action $RAPI $RAPI_PID $RAPI_ARGS
;;
*)
log_success_msg "Usage: $SCRIPTNAME {start|stop|force-reload|restart}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment