From 513988915aa1af13a989d062b021fe1562cbf18d Mon Sep 17 00:00:00 2001 From: venkata edara Date: Wed, 10 May 2017 13:27:38 +0530 Subject: Rebase to Swift 2.10.1 (newton) Change-Id: I53a962c9a301089c8aed0b43c50f944c30225944 Signed-off-by: venkata edara Reviewed-on: https://review.gluster.org/16653 Reviewed-by: Prashanth Pai Tested-by: Prashanth Pai --- gluster/swift/common/exceptions.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gluster/swift/common/exceptions.py') diff --git a/gluster/swift/common/exceptions.py b/gluster/swift/common/exceptions.py index 8260dd9..4dc2878 100644 --- a/gluster/swift/common/exceptions.py +++ b/gluster/swift/common/exceptions.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from swift.common.exceptions import SwiftException + class GlusterFileSystemOSError(OSError): pass @@ -48,3 +50,7 @@ class AlreadyExistsAsFile(GlusterfsException): class DiskFileContainerDoesNotExist(GlusterfsException): pass + + +class ThreadPoolDead(SwiftException): + pass -- cgit