Hide Forgot
Description of problem: keepalived init script should support reload Version-Release number of selected component (if applicable): keepalived-1.2.7 the init script has a function for reload that sends SIGHUP. The conditional for reload calls rh_status_q || exit 7 instead of the reload.
I'm not sure I understand. The way I read the init script, "service keepalived reload" does call the reload function: case "$1" in ... reload) rh_status_q || exit 7 $1 # <-- call reload function ;;
you are correct and I missed that. closing the bug