I currently have two servers hooked up to a SAN. Here is my storage configuration.
I have multiple kvms running, and I'm able to live migrate and everything. I'm very happy with the setup.
We would like to also use a section of the SAN as a shared storage drive, the individual vms could connect to directly. The thought is that many of our servers could connect to it, similar to an nfs share, but hopefully faster.
Is this a bad idea?, and if not, what would be the best way to configure it?
thanks.
myles.
Code:
dir: local
path /var/lib/vz
content images,iso,vztmpl,rootdir
maxfiles 0
iscsi: dii_san1_md3200
target iqn.1984-05.com.dell:powervault.md3200i.690b11c0000ce47900000000508ea061
portal 192.168.130.101
content none
lvm: dii_san1_lun0
vgname dii_san1_lun0
base dii_san1_md3200:0.0.0.scsi-dii_lun1
shared
content images
lvm: dii_san1_lun1
vgname dii_san1_lun1
base dii_san1_md3200:0.0.1.scsi-dii_lun2
shared
content images
We would like to also use a section of the SAN as a shared storage drive, the individual vms could connect to directly. The thought is that many of our servers could connect to it, similar to an nfs share, but hopefully faster.
Is this a bad idea?, and if not, what would be the best way to configure it?
thanks.
myles.