locked
Why can't I add new disks to the pool? RRS feed

  • Question

  • Hi,

    I have four new disks to use and it doesn't show to add them to the pool.

    Thank you.

    Tuesday, July 7, 2020 7:57 AM

All replies

  • Hi,

    Are you able to extend your virtual disk, if you right-click the virtual disk under "Virtual Disks" and then select Extend?

    Best regards,
    Leon


    Blog: https://thesystemcenterblog.com LinkedIn:

    Tuesday, July 7, 2020 9:42 AM
  • Hi,

    Are you able to extend your virtual disk, if you right-click the virtual disk under "Virtual Disks" and then select Extend?

    Best regards,
    Leon


    Blog: https://thesystemcenterblog.com LinkedIn:

    Sim.

    Tuesday, July 7, 2020 11:09 AM
  • Did you add the available three physical disks to the pool?

    Blog: https://thesystemcenterblog.com LinkedIn:

    Tuesday, July 7, 2020 11:26 AM
  • Did you add the available three physical disks to the pool?

    Blog: https://thesystemcenterblog.com LinkedIn:

    I started with 4 discs available and created a pool with 3 discs in automatic mode.

    After creating the pool I tried to add the remaining disk and I couldn't.

    I added two more new disks on the servers (iSCSI) in offline mode and they also don't appear.

    But when I try to create a new pool it lists all 3 disks free, that is, they are free to use.

    Tuesday, July 7, 2020 4:09 PM
  • What if you try with Powershell:

    Adding disk to the pool:

    Add-PhysicalDisk -StoragePoolFriendlyName "PoolName" -PhysicalDisks"physicalDiskObject" -Usage AutoSelect

    Resizing the storage tier:

    Resize-StorageTier –FriendlyName "VDName" -Size "NewVDSize"

    Resizing the volume:

    Resize-Partition –DiskNumber "DiskNumber" -Size "NewVolumeSize"



    Blog: https://thesystemcenterblog.com LinkedIn:

    Tuesday, July 7, 2020 4:47 PM
  • Hi,

    I am writing to check if the above reply could be of help? If yes, please mark useful reply as answer, if you have any other concerns or questions, please feel free to feedback.

    Best Regards,

    Anne


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Thursday, July 23, 2020 2:21 AM