Searched refs:PoolNotFound (Results 1 – 3 of 3) sorted by relevance
148 return lzc_exc.PoolNotFound(name)551 raise lzc_exc.PoolNotFound(name)559 raise lzc_exc.PoolNotFound(name)567 raise lzc_exc.PoolNotFound(name)590 raise lzc_exc.PoolNotFound(name)
461 class PoolNotFound(ZFSError): class
751 self.assertIsInstance(e, lzc_exc.PoolNotFound)757 self.assertIsInstance(e, lzc_exc.PoolNotFound)3521 with self.assertRaises(lzc_exc.PoolNotFound):3530 with self.assertRaises(lzc_exc.PoolNotFound):3539 with self.assertRaises(lzc_exc.PoolNotFound):3702 with self.assertRaises(lzc_exc.PoolNotFound):3721 with self.assertRaises(lzc_exc.PoolNotFound):