Update comment

This commit is contained in:
Sébastien Han 2012-09-06 01:34:36 +02:00
parent 7ec79459ec
commit 8d4086e12b

View File

@ -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"`