[Openstack] [Ceilometer] "volume.exists" events collected after volume is deleted

Alessandro Barabesi abarabesi at enter.it
Fri Jul 12 10:28:18 UTC 2013


Hi everybody,

ceilometer collects samples for a volume even after the volume has been deleted, reporting event "volume.exists" (see below). 
Does it dependend on ceilometer or on cinder? Is there a way to stop this?


[{
	"counter_name": "volume.size",
	"user_id": "0ac98027a16849339a31f4f1f1114df2",
	"resource_id": "44e2cf92-5f72-49c6-b0d7-4f8ec2c0bde9",
	"timestamp": "2013-07-11T16:24:02.239000",
	"resource_metadata": {
		"status": "deleted",
		"display_name": "Vol_02_Ale_Test_03",
		"event_type": "volume.exists",
		"volume_type": "None",
		"host": "volume.grizzly",
		"size": "6"
	},
	"source": "openstack",
	"counter_unit": "B",
	"counter_volume": 6.0,
	"project_id": "77b461539c8542909f67b29939ec87dd",
	"message_id": "4c40cffc-ea46-11e2-9a49-00259075703e",
	"counter_type": "gauge"
},
{
	"counter_name": "volume.size",
	"user_id": "0ac98027a16849339a31f4f1f1114df2",
	"resource_id": "6267f31c-293a-43ec-b691-b81742364c92",
	"timestamp": "2013-07-11T16:24:02.249000",
	"resource_metadata": {
		"status": "in-use",
		"display_name": "Vol_01_Ale_Test_03",
		"event_type": "volume.exists",
		"volume_type": "None",
		"host": "volume.grizzly",
		"size": "3"
	},
	"source": "openstack",
	"counter_unit": "B",
	"counter_volume": 3.0,
	"project_id": "77b461539c8542909f67b29939ec87dd",
	"message_id": "4c425610-ea46-11e2-9a49-00259075703e",
	"counter_type": "gauge"
}]

Thanks 
Alex


More information about the Openstack mailing list