Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py146 return lzc_exc.PoolNotFound(name)
549 raise lzc_exc.PoolNotFound(name)
557 raise lzc_exc.PoolNotFound(name)
565 raise lzc_exc.PoolNotFound(name)
588 raise lzc_exc.PoolNotFound(name)
H A Dexceptions.py459 class PoolNotFound(ZFSError): class
/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py750 self.assertIsInstance(e, lzc_exc.PoolNotFound)
756 self.assertIsInstance(e, lzc_exc.PoolNotFound)
3520 with self.assertRaises(lzc_exc.PoolNotFound):
3529 with self.assertRaises(lzc_exc.PoolNotFound):
3538 with self.assertRaises(lzc_exc.PoolNotFound):
3701 with self.assertRaises(lzc_exc.PoolNotFound):
3720 with self.assertRaises(lzc_exc.PoolNotFound):