Show HN: ZFS Implementation in Python
github.com
Show HN: ZFS Implementation in Python
1–10 of 97 posts
Re: Show HN: ZFS Implementation in Python
#2Re: Show HN: ZFS Implementation in Python
#3This 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.
Re: Show HN: ZFS Implementation in Python
#4Note: this was implemented without referencing any ZFS source code and should not be subject to the CDDL.
Re: Show HN: ZFS Implementation in Python
#5Note: this was implemented without referencing any ZFS source code and should not be subject to the CDDL.
Re: Show HN: ZFS Implementation in Python
#6Re: Show HN: ZFS Implementation in Python
#7What?! 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.
Re: Show HN: ZFS Implementation in Python
#8Re: Show HN: ZFS Implementation in Python
#9But I'm surprised this is possible without a specification - how can you test a filesystem through hexdumps? The effects of some operations are going to pretty far-reaching, surely?
Re: Show HN: ZFS Implementation in Python
#10Note: 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?
Except, it seems this is BSD-licensed, so I'm not sure how that would work in the kernel (which is GPLv2).