Home
last modified time | relevance | path

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

/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/
H A Dzadara.py660 raise exception.ZadaraServerNotFound(name=initiator_name)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_zadara.py572 self.assertRaises(exception.ZadaraServerNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py1190 class ZadaraServerNotFound(NotFound): class