# Pastebin ykEvOlpM MariaDB [cinder]> select sum(size) from volumes where project_id='86bbbcfa8ad043109d2d7af530225c72' and deleted=0; +-----------+ | sum(size) | +-----------+ | 3360 | +-----------+ 1 row in set (0.25 sec) MariaDB [cinder]> select * from quota_usages where project_id = '86bbbcfa8ad043109d2d7af530225c72'; +---------------------+---------------------+------------+---------+----+----------------------------------+-----------+--------+----------+---------------+ | created_at | updated_at | deleted_at | deleted | id | project_id | resource | in_use | reserved | until_refresh | +---------------------+---------------------+------------+---------+----+----------------------------------+-----------+--------+----------+---------------+ | 2018-08-29 00:34:20 | 2019-04-26 14:15:28 | NULL | 0 | 36 | 86bbbcfa8ad043109d2d7af530225c72 | gigabytes | 6080 | 0 | NULL | | 2018-08-29 00:34:20 | 2019-04-26 14:15:28 | NULL | 0 | 39 | 86bbbcfa8ad043109d2d7af530225c72 | volumes | 76 | 0 | NULL | +---------------------+---------------------+------------+---------+----+----------------------------------+-----------+--------+----------+---------------+ 2 rows in set (0.00 sec)