Home
last modified time | relevance | path

Searched refs:_append_volume_stats (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_volume.py3035 manager._append_volume_stats(vol_stats)
3048 manager._append_volume_stats(vol_stats)
3059 manager._append_volume_stats(vol_stats)
3067 manager._append_volume_stats, {'pools': 'bad_data'})
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/
H A Dmanager.py2511 self._append_volume_stats(volume_stats)
2520 def _append_volume_stats(self, vol_stats): member in VolumeManager