]> git.proxmox.com Git - mirror_zfs.git/blobdiff - contrib/pyzfs/libzfs_core/_constants.py
ZVOLs should not be allowed to have children
[mirror_zfs.git] / contrib / pyzfs / libzfs_core / _constants.py
index 917feee015ae1bf56581b191073c1dd680ed8584..55de55d422865eeab5a58b73c901e0724b014a16 100644 (file)
@@ -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