From 85ce3f4fd114cf3c7a77feb07b397d43b90d11c7 Mon Sep 17 00:00:00 2001 From: loli10K Date: Sun, 18 Mar 2018 09:34:45 +0100 Subject: Adopt pyzfs from ClusterHQ This commit introduces several changes: * Update LICENSE and project information * Give a good PEP8 talk to existing Python source code * Add RPM/DEB packaging for pyzfs * Fix some outstanding issues with the existing pyzfs code caused by changes in the ABI since the last time the code was updated * Integrate pyzfs Python unittest with the ZFS Test Suite * Add missing libzfs_core functions: lzc_change_key, lzc_channel_program, lzc_channel_program_nosync, lzc_load_key, lzc_receive_one, lzc_receive_resumable, lzc_receive_with_cmdprops, lzc_receive_with_header, lzc_reopen, lzc_send_resume, lzc_sync, lzc_unload_key, lzc_remap Note: this commit slightly changes zfs_ioc_unload_key() ABI. This allow to differentiate the case where we tried to unload a key on a non-existing dataset (ENOENT) from the situation where a dataset has no key loaded: this is consistent with the "change" case where trying to zfs_ioc_change_key() from a dataset with no key results in EACCES. Reviewed-by: Brian Behlendorf Signed-off-by: loli10K Closes #7230 --- contrib/pyzfs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/pyzfs/README') diff --git a/contrib/pyzfs/README b/contrib/pyzfs/README index bb3a7f0ff..52983e5a9 100644 --- a/contrib/pyzfs/README +++ b/contrib/pyzfs/README @@ -25,4 +25,4 @@ a temporary directory specified by, for instance, TMP environment variable on a memory backed filesystem. Package documentation: http://pyzfs.readthedocs.org -Package development: https://github.com/ClusterHQ/pyzfs +Package development: https://github.com/zfsonlinux/zfs -- cgit v1.2.3