open-iscsi / targetd

Remote configuration of a LIO-based storage appliance
GNU General Public License v3.0
71 stars 28 forks source link

Implement ZFS copy #47

Closed tasleson closed 4 years ago

tasleson commented 4 years ago

Initial implementation of ZFS back-end is missing copy functionality.

ref. https://github.com/open-iscsi/targetd/blob/master/targetd/backends/zfs.py#L261

tasleson commented 4 years ago

@triluch Would you be willing to tackle this?

triluch commented 4 years ago

@tasleson sure, now that ZFS is merged, I will take a look at implementing copy.

tasleson commented 4 years ago

@triluch Thank you!

tasleson commented 4 years ago

Resolved with https://github.com/open-iscsi/targetd/pull/48