Hi, We're looking into rolling out glister for our network storage. What we want to do is run VMs from the glister volume using Hyper-V. Now, I've read in the documentation that glister does not support live data (e.g. live sql database) Does it also imply that we can't have live VMs? And, what if we want to run sql database in the VM? Regards, Nashid -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20150918/486613af/attachment.html>
Hello, I know KVM runs fine from it, but Windows integration is non-existing. AFAIK the best you could do is export the volume via Samba and try it that way. You'll probably need "strict allocate = yes" in the samba conf. Personally, seeing how you're already lost to Microsoft, you should try their distributed filesystem (dfs?) which is probably much more tested with Hyper-V. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message -----> From: "Nashid Farhad" <nfarhad at premierpc.com.au> > To: gluster-users at gluster.org > Sent: Friday, 18 September, 2015 01:47:24 > Subject: [Gluster-users] Can we run VMs from Glaster volume> Hi, > > We're looking into rolling out glister for our network storage. > > What we want to do is run VMs from the glister volume using Hyper-V. > > Now, I've read in the documentation that glister does not support live data > (e.g. live sql database) > > Does it also imply that we can't have live VMs? And, what if we want to run sql > database in the VM? > > Regards, > Nashid > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users
If you have enough Linux background to think of implementing gluster storage, why not virtualize on Linux as well? If you're using the standard Hyperv free version you don't get clustering support anyways, so standalone KVM gives you the same basic capabilities and you can use virt-manager to manage standalone hypervisors with a gui. You might have to use NFS mounts instead of glusterfs, not sure where the support is yet. If you want clustering (HA, centralized storage, migration etc) then take a look at Ovirt which has native gluster storage support. Its also significantly more complex than KVM/virt-manager, especially when troubleshooting. FYI hyperv only supports SMB storage on 2012+ if that makes any difference. Technically you could export glusterfs over samba, but I can envision a world of hurt here. Lastly if you do implement gluster in any way/shape/form, make sure you've got a solid amount of time in your testing phase to work through any issues, and figure out how to recover from disasters and what you're using for backup. On Thu, Sep 17, 2015 at 5:47 PM, Nashid Farhad <nfarhad at premierpc.com.au> wrote:> Hi, > > > > We?re looking into rolling out glister for our network storage. > > > > What we want to do is run VMs from the glister volume using Hyper-V. > > > > Now, I?ve read in the documentation that glister does not support live data > (e.g. live sql database) > > > > Does it also imply that we can?t have live VMs? And, what if we want to run > sql database in the VM? > > > > Regards, > > Nashid > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users