Home
last modified time | relevance | path

Searched refs:VolumeDeviceNotFound (Results 1 – 16 of 16) sorted by relevance

/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/
H A Dtest_utils.py34 @utils.retry(exception.VolumeDeviceNotFound,
54 @utils.retry(exception.VolumeDeviceNotFound,
61 raise exception.VolumeDeviceNotFound(device='fake')
78 @utils.retry(exception.VolumeDeviceNotFound,
84 raise exception.VolumeDeviceNotFound(device='fake')
86 self.assertRaises(exception.VolumeDeviceNotFound,
103 @utils.retry(exception.VolumeDeviceNotFound)
229 raise exception.VolumeDeviceNotFound('test message')
231 self.assertRaises(exception.VolumeDeviceNotFound, _trace_test_method)
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/connectors/
H A Dnvmeof.py80 except exception.VolumeDeviceNotFound:
199 @utils.retry(exception.VolumeDeviceNotFound)
218 raise exception.VolumeDeviceNotFound(device=device_path)
463 raise exception.VolumeDeviceNotFound(
524 except exception.VolumeDeviceNotFound:
534 raise exception.VolumeDeviceNotFound(device=target_nqn)
542 raise exception.VolumeDeviceNotFound(device=target_nqn)
592 raise exception.VolumeDeviceNotFound(device=target_nqn)
595 @utils.retry(exception.VolumeDeviceNotFound)
611 raise exception.VolumeDeviceNotFound(device=vol_uuid)
[all …]
H A Discsi.py526 @utils.retry((exception.VolumeDeviceNotFound))
545 raise exception.VolumeDeviceNotFound(device='/dev/disk/by-id')
566 @utils.retry((exception.VolumeDeviceNotFound))
597 raise exception.VolumeDeviceNotFound(device='')
693 @utils.retry((exception.VolumeDeviceNotFound))
784 raise exception.VolumeDeviceNotFound(device='')
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/windows/
H A Drbd.py102 raise exception.VolumeDeviceNotFound(
132 raise exception.VolumeDeviceNotFound(
/dports/devel/py-os-brick/os-brick-5.1.0/doc/source/reference/os_brick/
H A Dexception.rst13 .. autoclass:: os_brick.exception.VolumeDeviceNotFound
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/initiator/connectors/
H A Dtest_nvmeof.py250 self.assertRaises(exception.VolumeDeviceNotFound,
312 self.assertRaises(exception.VolumeDeviceNotFound,
506 mock_device_path.side_effect = exception.VolumeDeviceNotFound()
508 self.assertRaises(exception.VolumeDeviceNotFound,
520 self.assertRaises(exception.VolumeDeviceNotFound,
582 self.assertRaises(exception.VolumeDeviceNotFound,
921 self.assertRaises(exception.VolumeDeviceNotFound,
936 self.assertRaises(exception.VolumeDeviceNotFound,
H A Dtest_iscsi.py1209 self.assertRaises(exception.VolumeDeviceNotFound,
1334 self.assertRaises(exception.VolumeDeviceNotFound,
1451 self.assertRaises(exception.VolumeDeviceNotFound,
1706 self.assertRaises(exception.VolumeDeviceNotFound,
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/
H A Dlinuxscsi.py390 @utils.retry(exception.VolumeDeviceNotFound)
397 raise exception.VolumeDeviceNotFound(
463 except exception.VolumeDeviceNotFound:
472 except exception.VolumeDeviceNotFound:
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/
H A Dexception.py100 class VolumeDeviceNotFound(BrickException): class
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/windows/
H A Dtest_rbd.py87 self.assertRaises(exception.VolumeDeviceNotFound,
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/brick/
H A Dtest_brick_lvm.py178 except exception.VolumeDeviceNotFound as e:
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/local_dev/
H A Dtest_brick_lvm.py173 except exception.VolumeDeviceNotFound as e:
/dports/misc/py-cinder/cinder-12.0.10/cinder/brick/local_dev/
H A Dlvm.py587 raise exception.VolumeDeviceNotFound(device=source_lv_name)
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/local_dev/
H A Dlvm.py615 raise exception.VolumeDeviceNotFound(device=source_lv_name)
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py948 class VolumeDeviceNotFound(CinderException): class
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/initiator/
H A Dtest_linuxscsi.py223 self.assertRaisesRegex(exception.VolumeDeviceNotFound,