Skip to content

Commit

Permalink
Add missing error code for libzfs
Browse files Browse the repository at this point in the history
Signed-off-by: Umer Saleem <[email protected]>
  • Loading branch information
usaleem-ix committed Mar 13, 2024
1 parent 894b0ce commit d053ef1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pxd/libzfs.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,32 @@ 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_UNKNOWN

IF HAVE_ZFS_ENCRYPTION:
Expand Down

0 comments on commit d053ef1

Please sign in to comment.