Home
last modified time | relevance | path

Searched refs:VolumeNotFound (Results 1 – 25 of 61) sorted by relevance

123

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/ibm/
H A Dtest_ibm_storage.py133 raise self.exception.VolumeNotFound(volume_id=volume['id'])
138 raise self.exception.VolumeNotFound(volume_id=volume['id'])
147 raise self.exception.VolumeNotFound(volume_id=volume['id'])
167 raise self.exception.VolumeNotFound(volume_id=volume['id'])
176 raise self.exception.VolumeNotFound(volume_id=volume['id'])
436 self.assertRaises(exception.VolumeNotFound,
459 self.assertRaises(exception.VolumeNotFound,
485 self.assertRaises(exception.VolumeNotFound,
509 self.assertRaises(exception.VolumeNotFound,
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/fsx/types/
H A Derrors.go600 type VolumeNotFound struct { struct
606 func (e *VolumeNotFound) Error() string { argument
609 func (e *VolumeNotFound) ErrorMessage() string { argument
615 func (e *VolumeNotFound) ErrorCode() string { return "VolumeNotFound" } argument
616 func (e *VolumeNotFound) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v2/
H A Dtest_volume_metadata.py108 raise exception.VolumeNotFound('bogus test message')
159 self.assertRaises(exception.VolumeNotFound,
180 self.assertRaises(exception.VolumeNotFound,
239 self.assertRaises(exception.VolumeNotFound,
388 self.assertRaises(exception.VolumeNotFound,
535 self.assertRaises(exception.VolumeNotFound,
603 self.assertRaises(exception.VolumeNotFound,
H A Dfakes.py149 raise exc.VolumeNotFound(volume_id)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_connection.py319 self.assertRaises(exception.VolumeNotFound,
410 self.assertRaises(exception.VolumeNotFound,
420 self.assertRaises(exception.VolumeNotFound,
522 self.assertRaises(exception.VolumeNotFound,
594 self.assertRaises(exception.VolumeNotFound,
703 self.assertRaises(exception.VolumeNotFound,
749 self.assertRaises(exception.VolumeNotFound,
813 self.assertRaises(exception.VolumeNotFound,
926 self.assertRaises(exception.VolumeNotFound,
1010 self.assertRaises(exception.VolumeNotFound,
H A Dtest_volume.py970 self.assertRaises(exception.VolumeNotFound, volume_api.get,
1033 side_effect=exception.VolumeNotFound(
2707 self.assertRaises(exception.VolumeNotFound,
2721 self.assertRaises(exception.VolumeNotFound,
2857 mock_execute.side_effect = exception.VolumeNotFound(
2859 self.assertRaises(exception.VolumeNotFound,
3137 self.assertRaises(exception.VolumeNotFound, gthreads[0].wait)
3191 self.assertRaises(exception.VolumeNotFound, db.volume_get,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/
H A Dzadara.py516 raise exception.VolumeNotFound(volume_id=volume['id'])
544 raise exception.VolumeNotFound(volume_id=volume['id'])
607 raise exception.VolumeNotFound(volume_id=volume['id'])
666 raise exception.VolumeNotFound(volume_id=volume['id'])
H A Dsolidfire.py693 raise exception.VolumeNotFound(volume_id=sf_volume_id)
726 raise exception.VolumeNotFound(volume_id=src_uuid)
1587 raise exception.VolumeNotFound(volume_id=snapshot['volume_id'])
1886 raise exception.VolumeNotFound(volume_id=volume['id'])
1961 raise exception.VolumeNotFound(volume_id=volume['id'])
1987 raise exception.VolumeNotFound(volume_id=volume['id'])
2009 raise exception.VolumeNotFound(volume_id=volume['id'])
2048 raise exception.VolumeNotFound(volume_id=volume['id'])
2134 raise exception.VolumeNotFound(volume_id=volume['id'])
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/
H A DErrorCode.h79 VolumeNotFound, enumerator
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_volume_glance_metadata.py36 self.assertRaises(exception.VolumeNotFound,
39 self.assertRaises(exception.VolumeNotFound,
H A Dtest_volume_cleanup.py112 self.assertRaises(exception.VolumeNotFound, db.volume_get,
183 self.assertRaises(exception.VolumeNotFound, volume.refresh)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_zadara.py555 self.assertRaises(exception.VolumeNotFound,
575 self.assertRaises(exception.VolumeNotFound,
718 self.assertRaises(exception.VolumeNotFound,
732 self.assertRaises(exception.VolumeNotFound,
H A Dtest_zfssa.py397 self.drv.zfssa.get_lun.side_effect = exception.VolumeNotFound(
847 self.drv.zfssa.get_lun.side_effect = exception.VolumeNotFound(
959 self.drv.zfssa.get_lun.side_effect = exception.VolumeNotFound(
1081 exception.VolumeNotFound(volume_id='123')
1082 self.assertRaises(exception.VolumeNotFound,
1387 self.drv.zfssa.get_volume.side_effect = exception.VolumeNotFound(
1486 exception.VolumeNotFound(volume_id='volume-567')
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/zfssa/
H A Dzfssanfs.py315 except exception.VolumeNotFound:
427 except exception.VolumeNotFound:
529 except exception.VolumeNotFound:
683 except exception.VolumeNotFound:
H A Dzfssaiscsi.py328 except exception.VolumeNotFound:
656 except exception.VolumeNotFound:
1078 except exception.VolumeNotFound:
1181 except exception.VolumeNotFound:
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/source/model/
H A DErrorCode.cpp332 return ErrorCode::VolumeNotFound; in GetErrorCodeForName()
472 case ErrorCode::VolumeNotFound: in GetNameForErrorCode()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v3/
H A Dtest_volume_metadata.py116 raise exception.VolumeNotFound('bogus test message')
186 self.assertRaises(exception.VolumeNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dell_emc/
H A Dps.py376 raise exception.VolumeNotFound(volume_id=volume['id'])
477 except exception.VolumeNotFound:
608 except exception.VolumeNotFound:
H A Dxtremio.py189 raise exception.VolumeNotFound(volume_id=key)
334 raise exception.VolumeNotFound(volume_id=vol_name)
691 raise exception.VolumeNotFound(volume_id=volume['id'])
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/veritas/
H A Dvrtshyperscale.py367 except (exception.VolumeNotFound,
577 except (exception.VolumeNotFound,
670 except (exception.VolumeNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/contrib/
H A Dtest_volume_image_metadata.py105 raise exception.VolumeNotFound('bogus test message')
303 self.assertRaises(exception.VolumeNotFound,
H A Dtest_snapshot_manage.py49 raise exception.VolumeNotFound(volume_id=volume_id)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/group/
H A Dtest_groups_manager.py215 ('1,2', ['available', exception.VolumeNotFound],
216 0, exception.VolumeNotFound, True))
631 self.assertRaises(exception.VolumeNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/eseries/
H A Dclient.py463 raise exception.VolumeNotFound(volume_id=object_id)
471 raise exception.VolumeNotFound(volume_id=object_id)
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/
H A Dblock_base.py514 raise exception.VolumeNotFound(volume_id=name)
528 except exception.VolumeNotFound as e:

123