Live data from Hacker News

Show HN: ZFS Implementation in Python

github.com

1–10 of 97 posts

Re: Show HN: ZFS Implementation in Python

#6
post #4

Note: this was implemented without referencing any ZFS source code and should not be subject to the CDDL.

So we port this python to something not slow, and all the kernel-people can shut up about ZFS being terrible ;)

Dont forget, pypy is fast.

Re: Show HN: ZFS Implementation in Python

#7

What?! How?! Why?! This is the greatest thing ever. I wish I could just write code for the fun of it. Every time I wonder whether people will use it and give up before I even get started.

why not? writing code can fall into one of a few bucket. one of them is play.

Re: Show HN: ZFS Implementation in Python

#8

Note: this was implemented without referencing any ZFS source code and should not be subject to the CDDL.

Would the CDDL matter for a python implementation that will never become part of the kernel?

It's clear to me that the solution is to integrate python into the kernel.

Re: Show HN: ZFS Implementation in Python

#10

Note: this was implemented without referencing any ZFS source code and should not be subject to the CDDL.

Would the CDDL matter for a python implementation that will never become part of the kernel?

You'd want a reverse-engineering lawyer, so be certain. But my (IANAL) guess is: If this is a proper reverse-engineered implementation, you could then convert _this_ implementation to C, and contribute _that_ into the kernel.

Except, it seems this is BSD-licensed, so I'm not sure how that would work in the kernel (which is GPLv2).

Post reply on HN