Searched refs:DatasetExists (Results 1 – 3 of 3) sorted by relevance
103 class DatasetExists(ZFSError): class125 class FilesystemExists(DatasetExists):155 class SnapshotExists(DatasetExists):
453 raise lzc_exc.DatasetExists(snapname)
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)):2071 with self.assertRaises(lzc_exc.DatasetExists):2119 lzc_exc.DatasetExists,2127 lzc_exc.DatasetExists,2169 with self.assertRaises(lzc_exc.DatasetExists):2456 with self.assertRaises(lzc_exc.DatasetExists):2538 with self.assertRaises(lzc_exc.DatasetExists):[all …]