In a project originally funded under Google's 2006 Summer of Code program, Correia has converted the ZFS implementation from OpenSolaris into a server or daemon program that runs on Linux.
During the last couple of weeks I worked with a customer who bought a Sun Fire X4500 server (you know, Thumper). The plan is to run Solaris ZFS on it, then provide big iSCSI volumes to the video editing systems, which tend to be specialized Windows or Mac OS X machines. Wonderful idea: Just use zpool create to combine a number of disks with some RAID level into a pool, then zfs create -V to create a ZVOL. Thanks to zfs shareiscsi=on, sharing the volume over iSCSI is dead easy.
ZFS snapshots with 'zfs send' and 'zfs recv' is a better way. Due to its architecture, snaphots in ZFS are very fast and only take up as much space as much data has changed. For a typical user, taking a snapshot every day, for example, will only take up a
ZFS is a new kind of filesystem developed by Sun Microsystems that provides simple administration, transactional semantics, end-to-end data integrity, and immense scalability. Now thanks to the magic of Open Solaris, we have ported ZFS to the Mac OS X pla
ZFS Learning Center Get familiar with the world's most advanced file system—Solaris ZFS—with easy access to multimedia presentations and demos at the ZFS Learning Center.
Is it a bug or a feature that the solaris iscsi initiator isn't able to connect to an iscsi target on the same machine, using either the 127.0.0.1 localhost address or the machine's own ip address?
By integrating state of the art server and storage technologies, the Sun Fire X4500 Server delivers the remarkable performance of a four-way x64 server and the highest storage density available, with up to 48 TB in 4U of rack space. This system also deliv
Due to the recent surge of interest in porting ZFS to the Linux kernel (if you are in the mood to read dozens of messages, see this thread, the follow-up, plus this one and one more), I'd like to offer my view on things.