How production ready is ZFS on Ubuntu (Debian?) ? Is there any risk of Oracle fighting back open source zfs as for Java with Google and Android ?
Who Needs Git When You Have ZFS?
61–70 of 148 posts
Re: Who Needs Git When You Have ZFS?
#62ZFS is excellent for database development! Create a snapshot before you try something that mess up your data and instantly restore it! If your development database is a few gigabytes, this will save you a lot of time.
Re: Who Needs Git When You Have ZFS?
#63Re: Who Needs Git When You Have ZFS?
#64Earlier quoted context omitted.
It is certainly not FUD, see https://www.eff.org/cases/oracle-v-google The point is, Oracle have decided to sue once over usage of something they bought and may do so again in the future.
Exactly. The legal situation of Google's use of Java APIs was always a tiny bit murky, but it was super-clear-cut compared to the use of ZFS-on-Linux.
Re: Who Needs Git When You Have ZFS?
#65Earlier quoted context omitted.
Have you guys thought about giving Windows ZFS volumes over iSCSI and then take ZFS snapshots? For example with SQL Server, it should be possible to talk to the SQL Writer Service and create a consistent database snapshot of a live SQL Server database with ZFS. When this snapshot is taken you can send & recv the diff to a remote backup server.
I believe that SoftNAS is able to do that when Windows is using Samba shares hosted on ZFS.
Re: Who Needs Git When You Have ZFS?
#66ZFS is excellent for database development! Create a snapshot before you try something that mess up your data and instantly restore it! If your development database is a few gigabytes, this will save you a lot of time.
Except you'll lose all the data since you created the snapshot... You've been able to do this for years on Linux with LVM anyway.
Re: Who Needs Git When You Have ZFS?
#67Re: Who Needs Git When You Have ZFS?
#68Are there any beginner resources for learning about file systems? Would be smart / harmful to reformat my whole macbook ssd to ZFS?
I don't think you can use ZFS as a boot volume on Macs (and only on Linux with caveats).
Re: Who Needs Git When You Have ZFS?
#69I guess it wasn’t a half bad resource when it came out, but these days there’s got to be better blog posts about this, right?
EDIT: Not that I’m bitter; I love zfs. I mainly wonder how something so old ended up here.
Re: Who Needs Git When You Have ZFS?
#70That insight is critical, especially now that we are heading towards Dropbox Infinite, IPFS, Ceph and so many other non-centralized file systems.
Syncing is not a solved problem at all yet. Advances can bring the same revolution as 3-way merging did to SCMs, previously dominated by file-locking mechanisms.