Quantcast
Channel: File Services and Storage Forum
Viewing all articles
Browse latest Browse all 1766

Cannot create virtual Disk: not enough eligible physical disks in the storage pool...

$
0
0

Up to now I had 2 x 2TB Drives configured as a StoragePool sPool01 and a Virtual Disk vDisk01 (Mirror/Thin). Now I added a 3rd 2 TB drive and added the drive to the Storage Pool "sPool01". So far so good.

Get-PhysicalDisk
FriendlyName        CanPool             OperationalStatus   HealthStatus        Usage                             Size
------------        -------             -----------------   ------------        -----                             ----
PhysicalDisk1       False               OK                  Healthy             Auto-Select                    1.82 TB
PhysicalDisk3       False               OK                  Healthy             Auto-Select                    1.82 TB
PhysicalDisk2       False               OK                  Healthy             Auto-Select                    1.82 TB
PhysicalDisk0       False               OK                  Healthy             Auto-Select                  232.89 GB

Get-StoragePool
FriendlyName            OperationalStatus       HealthStatus            IsPrimordial            IsReadOnly
------------            -----------------       ------------            ------------            ----------
sPool01                 OK                      Healthy                 False                  False
Primordial              OK                      Healthy                 True                   False

Get-StoragePool sPool01 | fl
ObjectId                          : {1cdc7693-a414-11e1-b9e3-e8393525d8c2}
PassThroughClass                  :
PassThroughIds                    :
PassThroughNamespace              :
PassThroughServer                 :
UniqueId                          : {1cdc7693-a414-11e1-b9e3-e8393525d8c2}
AllocatedSize                     : 1924413784064
ClearOnDeallocate                 : False
EnclosureAwareDefault             : False
FriendlyName                      : sPool01
HealthStatus                      : Healthy
IsClustered                       : False
IsPowerProtected                  : False
IsPrimordial                      : False
IsReadOnly                        : False
LogicalSectorSize                 : 512
Name                              :
OperationalStatus                 : OK
OtherOperationalStatusDescription :
OtherUsageDescription             :
PhysicalSectorSize                : 4096
ProvisioningTypeDefault           : Fixed
ReadOnlyReason                    : None
ResiliencySettingNameDefault      : Mirror
RetireMissingPhysicalDisks        : Auto
Size                              : 5998727135232
SupportedProvisioningTypes        : {Thin, Fixed}
SupportsDeduplication             : False
ThinProvisioningAlertThresholds   : {70}
Usage                             : Other
PSComputerName                    :

But now I am not able to create a new virtual disk. Strange enough it does not matter whether I specify simple, mirror or parity.

New-VirtualDisk -StoragePoolFriendlyName sPool01 -FriendlyName vdisk02 -ResiliencySettingName Parity -Size 1TB -ProvisioningType Thin

New-VirtualDisk : There are not enough eligible physical disks in the storage pool to create the specified virtual
disk configuration.
At line:1 char:1
+ New-VirtualDisk -StoragePoolFriendlyName sPool01 -FriendlyName vdisk02 -Resilien ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (StorageWMI:ROOT/Microsoft/...SFT_StoragePool) [New-VirtualDisk], CimE
   xception
    + FullyQualifiedErrorId : StorageWMI 48004,New-VirtualDisk

Any ideas? (BTW, recently did a refresh install of the server itself, as I was still running on an eval from a pre-release Version.

regards,

Walter



Viewing all articles
Browse latest Browse all 1766

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>