Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py291 return lzc_exc.FeatureNotSupported(pool_name)
334 return lzc_exc.FeatureNotSupported(pool_name)
351 raise lzc_exc.FeatureNotSupported(_pool_name(snapname))
H A Dexceptions.py477 class FeatureNotSupported(ZFSError): class