Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py91 class DatasetNotFound(ZFSError): class
134 class FilesystemNotFound(DatasetNotFound):
164 class SnapshotNotFound(DatasetNotFound):
H A D_error_translation.py83 raise lzc_exc.DatasetNotFound(name)
453 raise lzc_exc.DatasetNotFound(snapname)
/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py829 with self.assertRaises(lzc_exc.DatasetNotFound):
839 with self.assertRaises(lzc_exc.DatasetNotFound):
849 with self.assertRaises(lzc_exc.DatasetNotFound):
2086 with self.assertRaises(lzc_exc.DatasetNotFound):
2106 lzc_exc.DatasetNotFound,
2219 lzc_exc.DatasetNotFound,
2277 with self.assertRaises(lzc_exc.DatasetNotFound):
2377 with self.assertRaises(lzc_exc.DatasetNotFound):
2471 with self.assertRaises(lzc_exc.DatasetNotFound):