Hey Ollie,
thx for your reply. I would but i don't have more informations as in my
post before.
My DB looks clean:
mysql> select SUM(size) from volumes where deleted=0\G
*************************** 1. row ***************************
SUM(size): 88
1 row in set (0.00 sec)
mysql> select SUM(volume_size) from snapshots where deleted=0\G
*************************** 1. row ***************************
SUM(volume_size): 53
1 row in set (0.00 sec)
That's the entries of my mysql db but it seems that cinder will sumarize
all new created volumes to the "usage" (that's correct) even they will
delete after.
I thought first it's a problem with the caching so i've restarted all
memcached services but the problem still the same.
I don't see anything in the cinder logs instead of the api entries at my
post before.
It's weired :( but a big problem
Thx and Greetings
Heiko