← Back to team overview

fuel-dev team mailing list archive

Re: [openstack-dev] [OSTF][Ceilometer] ceilometer meters and samples delete

 

On Fri, 2014-01-17 at 12:43 +0200, Dmitry Iakunchikov wrote:
> Ceilometer's tests creates some data which could not be deleted. 
> For example: after creation new instance, ceilometer creates new
> meters for this instance and there  is no possibility to delete them.
> Even after instance deletion they would not be deleted.
> 
> Should we take attention to this? And find some way to delete all
> data, for example database wipe or patch to ceilometer client...

Yes, I think it would be perfectly fine to mark the timestamp of the
beginning and end of the ceilometer OSTF tests and then just go into the
backend storage and remove any meters that are within that timestamp
range...

Best,
-jay