Skip to content

Commit 4907083

Browse files
committed
Backport thin-clone from Pike
Change-Id: I9bdc580a0ae557b38b004f0c938ef13b1671ce14
1 parent 68ba689 commit 4907083

9 files changed

Lines changed: 519 additions & 112 deletions

File tree

cinder/tests/unit/volume/drivers/dell_emc/unity/fake_exception.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ class UnityNothingToModifyError(StoropsException):
4646
pass
4747

4848

49+
class UnityThinCloneLimitExceededError(StoropsException):
50+
pass
51+
52+
4953
class ExtendLunError(Exception):
5054
pass
5155

0 commit comments

Comments
 (0)