Home
last modified time | relevance | path

Searched refs:VolumeMetadataNotFound (Results 1 – 7 of 7) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/api/v2/
H A Dvolume_metadata.py123 raise exception.VolumeMetadataNotFound(volume_id=volume_id,
133 raise exception.VolumeMetadataNotFound(volume_id=volume_id,
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v2/
H A Dtest_volume_metadata.py187 self.assertRaises(exception.VolumeMetadataNotFound,
249 self.assertRaises(exception.VolumeMetadataNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py353 class VolumeMetadataNotFound(NotFound): class
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/veritas/
H A Dvrtshyperscale.py484 raise exception.VolumeMetadataNotFound(
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/synology/
H A Dsynology_common.py635 raise exception.VolumeMetadataNotFound(
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/synology/
H A Dtest_synology_common.py785 self.assertRaises(exception.VolumeMetadataNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/db/sqlalchemy/
H A Dapi.py2885 exception.VolumeMetadataNotFound,