Adding a large volume to a VM in a Hyper-V failover cluster

Anthony Green 21 Reputation points
2022-09-08T06:57:59.187+00:00

Hi all,

We have three Windows Server 2019 machines in a Failover Cluster.
There is a Dell SC storage connected to these servers.

Currently, we create the volume on the SC storage, map it to the Cluster, and add it into the Failover Cluster using CSV.

We then create vhdx images on the CSV and add them to the VMs as needed.

However, we have one system that needs a lot of storage (30+TB). This is hosting large medical image files, and has high IO access to them.
This had previously been set up by mapping multiple 2TB vhdx to the VM and creating a Spanned volume within the VM.
We had done this as we found that creating a VHDX over 2TB starts creating exponentially worse performance the larger the VHDX becomes. The Spanned volume removed that performance issue.

I was wondering what the best method to add a large 40TB volume to this server would be?
Should I continue with the multiple 2TB VHDX files and span them within the guest OS or is there a better option?

Further information is that we use Veeam to backup our VMs, in case that impacts things.

I have most likely forgotten relevant information, so please let me know if there is more information needed.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,456 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,536 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
957 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
631 questions
{count} votes

Accepted answer
  1. Xu Gu (Shanghai Wicresoft Co,.Ltd.) 501 Reputation points Microsoft Vendor
    2022-09-16T08:27:25.943+00:00

    Hi AnthonyGreen,

    My advice is as follows:
    You can create striped volumes in place of spanned volumes for the following reasons:
    (1) Spanned volumes are similar to simple volumes, which are first filled with the space allocated for the volume on one disk, and then start from the next disk, and then fill the space allocated for the volume on the disk, which is actually a union of simple volumes.
    (2) A striped volume is composed of two or more fast hard disks, and must be built on a dynamic disk like a spanned volume. In addition, striped volumes use RAID-0 to distribute data across multiple disks, and striped volumes perform best across all Windows disk management policies, while improving I/O performance by allocating I/O requests across multiple disks (which is what you need). The disadvantage of striped volumes is that they cannot be scaled and mirrored, and they do not provide fault tolerance.
    (3) Other volumes similar to ordinary volumes, mirrored volumes (storage cost is relatively high, not recommended) and RAID-5 volumes are not recommended.
    Here's how to create a striped volume:
    (1) Open Disk Manager and select Create Volume;
    (2) Select "Stripe Volume" and continue to click "Next";
    (3) Select the disk you want to use and the size of the space, click "Next", and complete the creation according to the on-screen prompts.
    Hope my answer helps you!

    Best Regards,
    Xu Gu

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anthony Green 21 Reputation points
    2022-09-20T03:06:59.607+00:00

    Thanks for the reply Xu Gu.

    Just to clarify that the best option for my scenario is still to create multiple 2TB VHDX files and combine them into a single volume within the attached VM?
    I just have to decide which option I prefer - striped or spanned?

    Kind Regards,
    Anthony


  2. Anthony Green 21 Reputation points
    2022-09-27T05:52:23.837+00:00

    Thanks for the response. I was waiting to see if there were any comments about a single-volume option.
    But it seems that the multiple 2TB VHDX files either in Striped or Spanned configuration are the recommended options.
    My concern on the Striped is the comment on the lack of scaling.
    We will need to increase space every 3-6 months, so might not work too well.

    0 comments No comments