X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpmdk%2Fsrc%2Ftools%2Fpmreorder%2Freorderexceptions.py;fp=ceph%2Fsrc%2Fpmdk%2Fsrc%2Ftools%2Fpmreorder%2Freorderexceptions.py;h=6c384151d16f7808cb6d95405d44930dbae7862d;hb=a4b75251e677cd644c8d7771f62d4819aabe7d6c;hp=0000000000000000000000000000000000000000;hpb=1a6b9a05546f335eeeddb460fdc89caadf80ac7a;p=ceph.git diff --git a/ceph/src/pmdk/src/tools/pmreorder/reorderexceptions.py b/ceph/src/pmdk/src/tools/pmreorder/reorderexceptions.py new file mode 100644 index 000000000..6c384151d --- /dev/null +++ b/ceph/src/pmdk/src/tools/pmreorder/reorderexceptions.py @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright 2018, Intel Corporation + + +class InconsistentFileException(Exception): + pass + + +class NotSupportedOperationException(Exception): + pass