diff --git a/ocf/nova-cert b/ocf/nova-cert index c1d2d53..febf682 100644 --- a/ocf/nova-cert +++ b/ocf/nova-cert @@ -249,7 +249,7 @@ nova_cert_monitor() { fi # Check the connections according to the PID. - # We are sure to hit the scheduler process and not other nova process with the same connection behavior (for example nova-scheduler) + # We are sure to hit the cert process and not other nova process with the same connection behavior (for example nova-scheduler) if ocf_is_true "$OCF_RESKEY_zeromq"; then pid=`cat $OCF_RESKEY_pid` cert_db_check=`netstat -punt | grep -s "$OCF_RESKEY_database_server_port" | grep -s "$pid" | grep -qs "ESTABLISHED"`