<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi, <div><br></div><div>I've created a first version of a datastore driver that support ZFS snapshots to enable instant cloning of a "golden" image. I've used the idea's from this blog: <a href="http://mperedim.wordpress.com/2010/09/26/opennebula-zfs-and-xen-–-part-2-instant-cloning/">http://mperedim.wordpress.com/2010/09/26/opennebula-zfs-and-xen-%E2%80%93-part-2-instant-cloning/</a></div><div><br></div><div>The driver that is discussed in this article does not work with ONE 3.6 so I decided to update and rewrite it. I use this driver to allow instant cloning of large persistent images. I create a golden image, upload it to the datastore and create a "golden" snapshot. This golden snapshot is the basis for the clones that are created for this image. In my setup I use the ssh transfer driver to copy the images to the host after they are cloned. This also takes some time, but for performance reasons I prefer this above the shared driver. When the VM is stopped the image is transferred back to the ZFS server and stored in its own location. </div><div><br></div><div>I think this driver will also function with the shared transfer driver, enabling almost instant startup of VMs, even with large disks. </div><div><br></div><div>A few disclaimers: </div><div>- I don't use this driver in production yet, and I would not advice anyone to do this :) </div><div>- I'm not a developer, so please feel free to comment on my coding skills :)</div><div><br></div><div>More info and the tar with the zfs-datastore driver are available below: </div><div><a href="http://rogierm.redbee.nl/blog/2012/11/08/opennebula-with-zfs-datastore/">http://rogierm.redbee.nl/blog/2012/11/08/opennebula-with-zfs-datastore/</a></div><div><br></div><div>Cheers, </div><div><br></div><div>Rogier</div><div><br></div><div><br></div></body></html>