Home
last modified time | relevance | path

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

/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/client/
H A Dclient_base.py350 @utils.retry(exception.SnapshotIsBusy)
368 raise exception.SnapshotIsBusy(snapshot_name=snapshot_name)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_snapshot.py519 side_effect=exception.SnapshotIsBusy(
548 side_effect=exception.SnapshotIsBusy(
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/
H A Dfake_driver.py390 except exception.SnapshotIsBusy:
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_vrtshyperscale.py271 self.assertRaises(exception.SnapshotIsBusy,
H A Dtest_rbd.py812 self.assertRaises(exception.SnapshotIsBusy,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/nexenta/ns5/
H A Discsi.py299 except (exception.NexentaException, exception.SnapshotIsBusy):
H A Dnfs.py357 except (exception.NexentaException, exception.SnapshotIsBusy):
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/
H A Dblock_cmode.py530 except exception.SnapshotIsBusy:
H A Dnfs_cmode.py816 except exception.SnapshotIsBusy:
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/fusionstorage/
H A Ddsware.py460 raise exception.SnapshotIsBusy(snapshot_name=snapshot_id)
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/nexenta/
H A Discsi.py286 except (exception.NexentaException, exception.SnapshotIsBusy):
H A Dnfs.py435 except (exception.NexentaException, exception.SnapshotIsBusy):
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/netapp/dataontap/client/
H A Dtest_client_base.py602 self.assertRaises(exception.SnapshotIsBusy,
H A Dtest_client_cmode.py3540 self.assertRaises(exception.SnapshotIsBusy,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/hpe/
H A Dhpe_lefthand_iscsi.py679 raise exception.SnapshotIsBusy(snapshot_name=snapshot['name'])
1495 raise exception.SnapshotIsBusy(snapshot_name=snapshot['id'])
H A Dhpe_3par_common.py1187 raise exception.SnapshotIsBusy(snapshot_name=snapshot['id'])
2907 raise exception.SnapshotIsBusy(message=msg)
2913 raise exception.SnapshotIsBusy(message=msg)
2916 raise exception.SnapshotIsBusy(message=ex.get_description())
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py440 class SnapshotIsBusy(CinderException): class
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/veritas/
H A Dvrtshyperscale.py693 raise exception.SnapshotIsBusy(snapshot_name=snapshot['id'])
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/zfssa/
H A Dzfssaiscsi.py390 raise exception.SnapshotIsBusy(snapshot_name=snapshot['name'])
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/hpe/
H A Dtest_hpelefthand.py949 exception.SnapshotIsBusy,
2695 self.assertRaises(exception.SnapshotIsBusy,
H A Dtest_hpe3par.py3238 self.assertRaises(exception.SnapshotIsBusy,
4678 self.assertRaises(exception.SnapshotIsBusy,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/
H A Drbd.py1046 raise exception.SnapshotIsBusy(snapshot_name=snap_name)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/netapp/dataontap/
H A Dtest_nfs_cmode.py1624 mock_busy.side_effect = exception.SnapshotIsBusy(snapshot['name'])
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/
H A Dmanager.py1157 except exception.SnapshotIsBusy:
3842 except exception.SnapshotIsBusy:
/dports/devel/py-oslo.versionedobjects/oslo.versionedobjects-2.5.0/
H A DChangeLog1399 * Add exception SnapshotIsBusy to be handled as VolumeIsBusy