Home
last modified time | relevance | path

Searched refs:lzc_exc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py34 from . import exceptions as lzc_exc unknown
473 raise lzc_exc.BadStream()
828 lzc_exc.ZIOError,
829 lzc_exc.NoSpace,
830 lzc_exc.QuotaExceeded,
831 lzc_exc.DatasetBusy,
832 lzc_exc.NameTooLong,
833 lzc_exc.ReadOnlyPool,
834 lzc_exc.SuspendedPool,
835 lzc_exc.PoolsDiffer,
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py43 from .. import exceptions as lzc_exc unknown
660 e, (lzc_exc.SnapshotExists, lzc_exc.FilesystemNotFound))
693 e, (lzc_exc.PoolsDiffer, lzc_exc.ReadOnlyPool))
909 with self.assertRaises((lzc_exc.ReadOnlyPool, lzc_exc.PoolsDiffer)):
2001 lzc_exc.DestinationModified, lzc_exc.DatasetExists)):
2013 lzc_exc.DestinationModified, lzc_exc.DatasetExists)):
2040 lzc_exc.DestinationModified, lzc_exc.DatasetExists)):
2056 lzc_exc.StreamMismatch, lzc_exc.DatasetExists)):
2104 lzc_exc.BadStream)):
2120 lzc_exc.BadStream)):
[all …]