From 2d37c56443d7a2eb5e65e96b3283333b6bea49b6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 8 Aug 2017 21:11:59 -0400 Subject: [PATCH] Add query for citcloud-lon1 slow nodes / n-cpu unavailable The live migration jobs are failing intermittently because the heartbeat report interval is overrun for the nova-compute service which auto-disables the nova-compute service and removes it from scheduling. This is happening predominantly in citcloud-lon1 nodes. Change-Id: Ib53b87f60814509362328715c21bc8ad002b4b05 Related-Bug: #1709506 --- queries/1709506.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1709506.yaml diff --git a/queries/1709506.yaml b/queries/1709506.yaml new file mode 100644 index 00000000..206d4c12 --- /dev/null +++ b/queries/1709506.yaml @@ -0,0 +1,4 @@ +query: >- + message:"Function 'nova.servicegroup.drivers.db.DbDriver._report_state' run outlasted interval by" AND + tags:"screen-n-cpu.txt" AND + node_provider:"citycloud-lon1"