Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py81 raise lzc_exc.DatasetNotFound(name)
451 raise lzc_exc.DatasetNotFound(snapname)
642 raise lzc_exc.DatasetNotFound(name)
653 raise lzc_exc.DatasetNotFound(name)
663 raise lzc_exc.DatasetNotFound(name)
687 raise lzc_exc.DatasetNotFound(name)
H A Dexceptions.py89 class DatasetNotFound(ZFSError): class
132 class FilesystemNotFound(DatasetNotFound):
162 class SnapshotNotFound(DatasetNotFound):
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py828 with self.assertRaises(lzc_exc.DatasetNotFound):
838 with self.assertRaises(lzc_exc.DatasetNotFound):
848 with self.assertRaises(lzc_exc.DatasetNotFound):
2083 with self.assertRaises(lzc_exc.DatasetNotFound):
2103 lzc_exc.DatasetNotFound,
2216 lzc_exc.DatasetNotFound,
2274 with self.assertRaises(lzc_exc.DatasetNotFound):
3726 with self.assertRaises(lzc_exc.DatasetNotFound):
3757 with self.assertRaises(lzc_exc.DatasetNotFound):
3805 with self.assertRaises(lzc_exc.DatasetNotFound):
[all …]