XenServer Shared Local Stage

storagestorage-area-networkvirtualizationxenxenserver

I am new user of XenServer 6.2.
I have multiple servers connected to Pool/Cluster. Each server has 4 HDD with sw raid10.

I would like to make local storage shared because of need quick migration.

What do you recommend to me as shared storage across nodes?

Best Answer

With the restricted requirement of local storage, in a production environment and without DRBD I see only a few possibilities left:

  • NFSv3 use an NFS-export and synchronise that with a local copy of that export

Use the NFS-export as active storage and use your local copy as fallback (a HA-NFS-server would be the proper solution here)

  • iSCSI You could use iSCSI to export multiple RAW storage devices. Either use a HA-iSCSI-server or build a Raid1 across all your nodes.

The standard-solution would be a classical FC-SAN with redundant storage.