Home
last modified time | relevance | path

Searched refs:SnapshotDestructionFailure (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py208 class SnapshotDestructionFailure(MultipleOperationsFailure): class
212 super(SnapshotDestructionFailure, self).__init__(
H A D_error_translation.py152 ret, errlist, snaps, lzc_exc.SnapshotDestructionFailure, _map)
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py746 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:
752 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:
768 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):
771 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):
781 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):
783 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):
792 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:
922 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:
3121 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx: