Cluster Shared Volume Volume Size Increase

Logic MSP 21 Reputation points
2020-11-17T18:03:52.703+00:00

I have a Cluster Disk under Failover Cluster Manager -> Storage -> Disks with 5.46TB of capacity, but when I click on it, it shows the volume with only 1.36TB.

Not sure how to increase the Volume.

40479-screenshot-17.jpg

Any help will be greatly appreciated.

Thank you in advance.

Windows for business | Windows Server | Storage high availability | Clustering and high availability
Windows for business | Windows Server | Storage high availability | Other
0 comments No comments
{count} votes

Accepted answer
  1. Xiaowei He 9,936 Reputation points
    2020-11-19T06:50:40.283+00:00

    Hi,

    Please try to "extend the file system" directly, check if it could help. If seems we have extended the disk perviously, while the file system hasn't been extended.

    DISKPART
    List volume
    select volume 5
    Extend file system

    Best Regards,
    Anne


2 additional answers

Sort by: Most helpful
  1. Xiaowei He 9,936 Reputation points
    2020-11-18T06:09:00.74+00:00

    Hi,

    1.The “Capacity” shows full disk size, the CSV volume size shows the volume formatted in disk manager.

    40458-11.jpg

    40534-22.jpg

    2.If we want to extend the CSV volume, we may follow the steps below.

    1) On the owner node of the CSV, please open CMS as administrator.

    2) Please enter the following command in CMD.

    diskpart
    list volume
    select volume <csv volume>
    extend
    extend filesystem

    40562-33.png

    3) After then, check if the CSV volume is extended in the FCM.

    40622-44.png

    Here is an article about how to extend CSV, for your reference.

    https://blogs.technet.microsoft.com/chrad/2010/07/15/cluster-shared-volumes-csv-extending-a-volume/

    Thanks for your time!
    Best Regards,
    Anne


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Leon Laude 86,026 Reputation points
    2020-11-17T18:33:48.363+00:00

    Hi @Logic MSP ,

    Something here might help:
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/extending-csv-isnt-blocked

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.