Cluster Shared Volumes

Cluster Shared Volumes

Cluster Shared Volumes (CSV) is a feature of Failover Clustering first introduced in Windows Server 2008 R2 for use with the Hyper-V role. A Cluster Shared Volume is a shared disk containing an NTFS volume that is made accessible for read and write operations by all nodes within a Windows Server Failover Cluster. This enables a virtual machine (VM) complete mobility throughout the cluster as any node can access the VHD files on the shared volume. Cluster Shared Volumes simplifies storage management by allowing large numbers of VMs to be accessed off a common shared disk. CSV also increases the resiliency of the cluster by having I/O fault detection and recovery over alternate communication paths between the nodes in the cluster.

To use CSV, a Hyper-V VM is configured and the associated virtual hard disk(s) are created on or copied to a CSV disk. Multiple VHDs can be placed on a CSV that in turn are associated with multiple VMs which can be running on different nodes in the cluster.

While CSV is not required for Live Migration of VMs, it reduces the potential disconnection period at the end of the migration since the NTFS file system does not have to be unmounted/mounted as is the case with a traditional cluster disk. This helps ensure seamless live migration since the physical disk resource does not need to be moved between nodes. CSV increases the chance that a live migration will complete within the TCP reconnect window and ensure a seamless operation to clients.

Technical Details

Cluster Shared Volumes operates by orchestrating metadata I/O operations between the nodes in the cluster via the Server Message Block protocol. The node with ownership of the LUN orchestrating metadata updates to the NTFS volume is referred to as the Coordinator Node [1]. Read / Write operations are passed directly to the Serial attached SCSI, iSCSI, Fibre Channel, or Fibre Channel over Ethernet shared storage via block based protocols.

CSV builds a common global namespace across the cluster using NTFS reparse point. Volumes are accessible under the %SystemDrive%\ClusterStorage root directory from any node in the cluster.

The Cluster will automatically prioritize the most favorable network to route I/O operations by selecting the cluster shared network with the lowest cluster network metric value, this can also be manually configured. Public networks (i.e. networks that connect to users) are assigned higher cluster network metric values by default; this favors I/O operations from using the public network which may already be saturated with user requests.

CSV can be enabled in the Failover Cluster Manager MMC snap-in by selecting 'Enable Shared Volumes' from the information pane after creating a cluster. Additionally, CSV can be enabled using PowerShell:

Import-Module FailoverClusters
Get-Cluster [-Name <cluster Name>]| %($_.EnableSharedVolumes="Enabled")

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Clustered file system — A clustered file system is a file system which is shared by being simultaneously mounted on multiple servers. There are several approaches to clustering, most of which do not employ a clustered file system. While many computer clusters don t use… …   Wikipedia

  • Hyper-V — Microsoft Hyper V Developer(s) Microsoft Initial release July 26, 2008 (2008 07 26) (KB950050)[1][2] …   Wikipedia

  • Microsoft Hyper-V — (кодовое имя Viridian),[1]  система виртуализации для x64 систем на основе гипервизора.[2] Бета версия Hyper V была включена в x64 версии Windows Server 2008, а финальная версия для этих версий была выпущена 26 июня 2008.[3] Ранее была… …   Википедия

  • Hyper-V — Microsoft Hyper V (кодовое имя Viridian),[1]  система виртуализации для x64 систем на основе гипервизора.[2] Бета версия Hyper V была включена в x64 версии Windows Server 2008, а финальная версия для этих версий была выпущена 26 июня… …   Википедия

  • Windows Server 2008 — R2 Parte de la familia Microsoft Windows Server Desarrollador Microsoft [1] Información general …   Wikipedia Español

  • CSV — may refer to: Clerics of Saint Viator Common Stored Value Ticket Confederación Sudamericana de Voleibol Character Strengths and Virtues Christian Social People s Party Community Service Volunteers GM U platform, a minivan made by General Motors… …   Wikipedia

  • Windows Server 2008 R2 — Windows Server 2008 R2 …   Википедия

  • CSV (значения) — CSV: CSV (англ. Comma separated values)  текстовый формат файла с разделителями полей. Clear SuperView  технология передачи изображения повышенной чёткости на ЖК экранах Toshiba. (см. en:Glossy display) Cluster Shared Volumes (CSV) …   Википедия

  • Mark B. Cohen — For other uses, see Mark Cohen (disambiguation). Mark B. Cohen Member of the Pennsylvania House of Representatives from the 202nd district Incumbent Assumed office 1974 Preceded by Eugene Gelfand …   Wikipedia

  • NTFS — Developer Microsoft Full name New Technology File System[1] Introduced July 1993 (Windows NT 3.1) Partition identifier 0x07 (MBR) EBD0A0A2 B9E5 4433 87C0 68B6 …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”