]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Rbd update volume stats in wrong way
authorwuyuting <wytdahu@gmail.com>
Fri, 20 Mar 2015 10:41:11 +0000 (18:41 +0800)
committerDuncan Thomas <duncan.thomas@hp.com>
Tue, 7 Apr 2015 09:33:40 +0000 (12:33 +0300)
commitac219d5dd93c5c637336a9c79389fc260af65d36
tree265f26ef8b62de28c77eb0876455dca954cd725d
parent73f2c6f329ce1073a4ac27ce430d05ee05ac85fa
Rbd update volume stats in wrong way

Cinder volume uses a RADOS pool to store volumes and
update storage stats periodically. However, rbd driver
reports the whole cluster stats but not the pool's. This
is wrong. The right way is to report the pool stats but
not the whole cluster.

Change-Id: Ie18324ebd8b85f7b63dc034ba20857ae9e470804
Closes-Bug: #1434441
cinder/tests/test_rbd.py
cinder/volume/drivers/rbd.py