LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   virtualized datacenter solution considerations on storage (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/virtualized-datacenter-solution-considerations-on-storage-805146/)

chakoshi 04-30-2010 06:49 AM

virtualized datacenter solution considerations on storage
 
Hi, I'm trying to find the best solution for my small scale datacenter, I have about 10 HP servers all connected to an HP EVA SAN. I have virtual machines (kvm vms and vmware) on the servers local storages.now I'm considering if it's better to move the virtual machines to the SAN. do you think it is wise or not? how about the performance? if some one like me has the SAN storage available, is'nt it better to remove additional server hard disks and only use the san storage?(this way we can make some investment on new server costs). also I'm aware of some great advantages of a shared storage like san, for example the live migration features and so..., but I think the down side is that using these features need non-free VmWare products. what do you think?
thank you

mesiol 05-01-2010 04:23 AM

Hi,

we using shared storages in all of our virtualized environment. We are not using SAN boot feature, which takes us in trouble in several environments. Performance depends on you use case, so best you will do a SAN capacity analyzation. We are using 8GB/s HBAs at the moment which works well. Also storage mirroring can be a thing for you to prevent from single storage failures. This can be done by using storage virtualization solutions like Falconstor oder Datacare provides.

Shared storage provides us with the possibility to have reliable, high performing, centralized storage, backup and live migration capabilities, which are required in high availability environments. I like this :)

dyasny 05-01-2010 10:15 AM

libvirt supports live migrations, and it is free, so with a SAN hosting the kvm/xen VM images, you can have a feature-rich virtualization solution

chakoshi 05-01-2010 10:47 AM

thank you for your useful reply,
Quote:

Originally Posted by mesiol (Post 3953680)
Hi,
We are not using SAN boot feature.

so would you please tell me how you implement your virtual machines? as I know if you implement the virtual mashin disk image on the SAN then you need to boot from it, how did you not using SAN boot? also what technology do you use (vmware,kevm or xen)?

Quote:

libvirt supports live migrations, and it is free, so with a SAN hosting the kvm/xen VM images
dyasny, I've been using libvirt for quite a long time, but the problem I encountered with my kvm images and libvirt is that I define several kvm vm's on the local storage of a machine connected to my SAN through FC HBA modules, and I've tried to add some SAN partitions to each vm, but the vm's cant see the defined partiotions because they cant recognize the HBA modules, if I'm right this needs a technology called N_Port ID Virtualization or NPIV and I think kvm and/or libvirt doesnt support it yet. am I wrong? so do you suggest that I define the whole vm on the SAN partition? ( and this may need boot from SAN)

chakoshi 05-01-2010 11:04 AM

I've just found that I had a miss understanding on not using SAN boot feature. in vmware ESX words you mean I setup a vmware esx on a machine connected to San, and then define the guest machines on a mounted SAN partition data-store, this can easily be implemented by kvm and libvirt too. did I get it right?

mesiol 05-01-2010 03:13 PM

Hi,

yes, you are right. The virtual machines are located on the SAN, the ESX/i/Xen etc is installed locally. Yes, i also use the local storage, that's wright, but only for things like testing-images or some like this, not for production machine.
So you did not loos the local storage, it's an additional space for playing and testing.

chakoshi 05-01-2010 03:20 PM

great! I got the concept behind it. thank you friends for your valuable answers.

dyasny 05-02-2010 02:21 PM

Quote:

Originally Posted by chakoshi (Post 3953891)
dyasny, I've been using libvirt for quite a long time, but the problem I encountered with my kvm images and libvirt is that I define several kvm vm's on the local storage of a machine connected to my SAN through FC HBA modules, and I've tried to add some SAN partitions to each vm, but the vm's cant see the defined partiotions because they cant recognize the HBA modules,

The idea is to put the entire VM set of drives on the SAN, whether in images or reserved LVs/partitions doesn't matter


Quote:

if I'm right this needs a technology called N_Port ID Virtualization or NPIV and I think kvm and/or libvirt doesnt support it yet. am I wrong? so do you suggest that I define the whole vm on the SAN partition? ( and this may need boot from SAN)
The host will boot from it's local drives, then bring up the KVM VMs, whose v-disks are on the SAN. You'll need to set up GFS or something similar to manage the LUNs on that SAN, otherwise you might end up with several hosts trying to write to the same space, corrupting the v-disks, but that's a secondary thought.
BTW, for RHEV, there is no need to configure clustering, all you need is a set of hosts who can access the same LUNs on the SAN.

So yes, everything the VM has should be on the SAN, but the host OS shouldn't be there if you don't want to boot from SAN


All times are GMT -5. The time now is 04:50 PM.