X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=contrib%2Fpyzfs%2Flibzfs_core%2F_constants.py;h=55de55d422865eeab5a58b73c901e0724b014a16;hb=d8d418ff0cc90776182534bce10b01e9487b63e4;hp=917feee015ae1bf56581b191073c1dd680ed8584;hpb=9de8c0cd7f02978fc13bc2a9720a182e80a48f87;p=mirror_zfs.git diff --git a/contrib/pyzfs/libzfs_core/_constants.py b/contrib/pyzfs/libzfs_core/_constants.py index 917feee01..55de55d42 100644 --- a/contrib/pyzfs/libzfs_core/_constants.py +++ b/contrib/pyzfs/libzfs_core/_constants.py @@ -65,6 +65,7 @@ ZFS_ERR_DISCARDING_CHECKPOINT = 1025 ZFS_ERR_NO_CHECKPOINT = 1026 ZFS_ERR_DEVRM_IN_PROGRESS = 1027 ZFS_ERR_VDEV_TOO_BIG = 1028 +ZFS_ERR_WRONG_PARENT = 1033 # vim: softtabstop=4 tabstop=4 expandtab shiftwidth=4