Can't kill ceilometer-acompute in screen

Bug #1697619 reported by LuyaoZhong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ceilometer
Invalid
Undecided
Unassigned

Bug Description

Ceilometer-acompute can't be killed in screen, and must be killed by the PID.
Furthermore, ceilometer-acomupte service will generate two processes, we need kill them all if we want to kill ceilometer-acomupte indeed.
we can do like this:
$ PIDS=`ps -ef |grep "ceilometer-polling --polling-namespaces compute" |grep -v grep| awk '{print $2}'`
$ for pid in $PIDS;do sudo kill -9 $pid;done

Revision history for this message
gordon chung (chungg) wrote :

what version of ceilometer? what version of cotyledon? i suggest updating to latest cotyledon to verify.

i've never seen this personally. is this consistent?

Changed in ceilometer:
status: New → Incomplete
Revision history for this message
gordon chung (chungg) wrote :

closing, i can't recreate this with my environment. please reopen if you have additional details.

Changed in ceilometer:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.