Home
last modified time | relevance | path

Searched refs:FeatureNotSupported (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py289 return lzc_exc.FeatureNotSupported(pool_name)
332 return lzc_exc.FeatureNotSupported(pool_name)
349 raise lzc_exc.FeatureNotSupported(_pool_name(snapname))
H A Dexceptions.py475 class FeatureNotSupported(ZFSError): class