Home
last modified time | relevance | path

Searched refs:DotHillNotEnoughSpace (Results 1 – 3 of 3) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_dothill.py442 self.assertRaises(exception.DotHillNotEnoughSpace,
468 self.assertRaises(exception.DotHillNotEnoughSpace,
497 self.assertRaises(exception.DotHillNotEnoughSpace,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dothill/
H A Ddothill_common.py168 raise exception.DotHillNotEnoughSpace(backend=self.backend_name)
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py1249 class DotHillNotEnoughSpace(VolumeDriverException): class