Skip to content

Commit

Permalink
Merge pull request #261 from truenas/NAS-127665
Browse files Browse the repository at this point in the history
NAS-127665 / 24.14 / Add missing libzfs error code to py-libzfs
  • Loading branch information
amotin authored Mar 13, 2024
2 parents 894b0ce + f602eab commit 078b63e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pxd/libzfs.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,33 @@ cdef extern from "libzfs.h" nogil:
EZFS_DIFF
EZFS_DIFFDATA
EZFS_POOLREADONLY
EZFS_SCRUB_PAUSED
EZFS_SCRUB_PAUSED_TO_CANCEL
EZFS_ACTIVE_POOL
EZFS_CRYPTOFAILED
EZFS_NO_PENDING
EZFS_CHECKPOINT_EXISTS
EZFS_DISCARDING_CHECKPOINT
EZFS_NO_CHECKPOINT
EZFS_DEVRM_IN_PROGRESS
EZFS_VDEV_TOO_BIG
EZFS_IOC_NOTSUPPORTED
EZFS_TOOMANY
EZFS_INITIALIZING
EZFS_NO_INITIALIZE
EZFS_WRONG_PARENT
EZFS_TRIMMING
EZFS_NO_TRIM
EZFS_TRIM_NOTSUP
EZFS_NO_RESILVER_DEFER
EZFS_EXPORT_IN_PROGRESS
EZFS_REBUILDING
EZFS_VDEV_NOTSUP
EZFS_NOT_USER_NAMESPACE
EZFS_CKSUM
EZFS_RESUME_EXISTS
EZFS_SHAREFAILED
EZFS_RAIDZ_EXPAND_IN_PROGRESS
EZFS_UNKNOWN

IF HAVE_ZFS_ENCRYPTION:
Expand Down

0 comments on commit 078b63e

Please sign in to comment.