Home
last modified time | relevance | path

Searched refs:VolumeAttached (Results 1 – 5 of 5) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_connection.py308 self.assertRaises(exception.VolumeAttached,
365 self.assertRaises(exception.VolumeAttached,
399 self.assertRaises(exception.VolumeAttached,
495 self.assertRaises(exception.VolumeAttached,
576 self.assertRaises(exception.VolumeAttached,
584 self.assertRaises(exception.VolumeAttached,
645 self.assertRaises(exception.VolumeAttached,
694 self.assertRaises(exception.VolumeAttached,
740 self.assertRaises(exception.VolumeAttached,
800 self.assertRaises(exception.VolumeAttached,
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dothill/
H A Ddothill_common.py178 raise exception.VolumeAttached(volume_id=volume['id'])
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py209 class VolumeAttached(Invalid): class
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v2/
H A Dtest_volumes.py1414 raise exception.VolumeAttached(volume_id=volume['id'])
1419 exp = self.assertRaises(exception.VolumeAttached,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/
H A Dmanager.py774 raise exception.VolumeAttached(volume_id=volume.id)
3360 raise exception.VolumeAttached(volume_id=vol_obj.id)