Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Tatsujin
Apr 26, 2004

:golgo:
EVERYONE EXCEPT THE HOT WOMEN
:golgo:
Why Is Storage Spaces being so weird here, I used a USB interface to add a spare disk to replace a failed one and I've retired the USB disk but it refuses to move the remaining 1.55% used off that drive onto the new one (at 97.8%)



code:
PS C:\Windows\system32> Repair-VirtualDisk -FriendlyName "DATA"
Repair-VirtualDisk : Not enough available capacity
Activity ID: {cd0fec7d-8314-40b0-ba63-b76b197f1700}
At line:1 char:1
+ Repair-VirtualDisk -FriendlyName "DATA"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (StorageWMI:ROOT/Microsoft/...SFT_VirtualDisk) [Repair-VirtualDisk], CimEx
   ception
    + FullyQualifiedErrorId : StorageWMI 40000,Repair-VirtualDisk

PS C:\Windows\system32> Get-StorageJob

Name        IsBackgroundTask ElapsedTime JobState  PercentComplete BytesProcessed BytesTotal
----        ---------------- ----------- --------  --------------- -------------- ----------
DATA-Repair False            00:02:34    Exception 0                          0 B      86 GB
Why is it refusing to move that last 86 GB to the new drive. What am I doing wrong here (other than completely misunderstand how Storage Spaces works of course). Blows my mind that I have to add a disk to remove a disk and now I can't remove the original disk I added to repalce the failed one in the first place.

EDIT: I've tried Optimize-StoragePool on the Pool that has this Storage Space multiple times, it just refuses to move that 86 GB somewhere else.

Tatsujin fucked around with this message at 00:19 on Mar 19, 2024

Adbot
ADBOT LOVES YOU

Tatsujin
Apr 26, 2004

:golgo:
EVERYONE EXCEPT THE HOT WOMEN
:golgo:

I redid the Storage Pool with the correct Interleave, but why isn't giving me the option to remove any drives or prep them for removal, I could have sworn I re-did it right for RAID6-ish, see NumberOfColumns and PhysicalDiskRedundancy, just worried if a disk drops again Ill add a new one and be unable to remove the old one:
code:
PS C:\Windows\system32> Get-VirtualDisk "Parity" | Select-Object *


Usage                             : Data
NameFormat                        :
OperationalStatus                 : OK
HealthStatus                      : Healthy
ProvisioningType                  : Fixed
AllocationUnitSize                : 1073741824
MediaType                         : Unspecified
ParityLayout                      : Rotated Parity
Access                            : Read/Write
UniqueIdFormat                    : Vendor Specific
DetachedReason                    : None
WriteCacheSize                    : 1073741824
FaultDomainAwareness              : PhysicalDisk
ColumnIsolation                   : PhysicalDisk
ObjectId                          : {1}\\RURI\root/Microsoft/Windows/Storage/Providers_v2\SPACES_VirtualDisk.ObjectId="
                                    {8fa153ca-848a-11eb-ba70-806e6f6e6963}:VD:{ef013e94-f147-4239-806f-6dc81b53c375}{4f
                                    6a5c41-bad3-4e9f-899a-4ae82a74236c}"
PassThroughClass                  :
PassThroughIds                    :
PassThroughNamespace              :
PassThroughServer                 :
UniqueId                          : 415C6A4FD3BA9F4E899A4AE82A74236C
AllocatedSize                     : 35987530973184
FootprintOnPool                   : 47989011775488
FriendlyName                      : parity
Interleave                        : 131072
IsDeduplicationEnabled            : False
IsEnclosureAware                  : False
IsManualAttach                    : False
IsSnapshot                        : False
IsTiered                          : False
LogicalSectorSize                 : 4096
Name                              :
NumberOfAvailableCopies           :
NumberOfColumns                   : 8
NumberOfDataCopies                : 1
NumberOfGroups                    : 1
OtherOperationalStatusDescription :
OtherUsageDescription             :
PhysicalDiskRedundancy            : 2
PhysicalSectorSize                : 4096
ReadCacheSize                     : 0
RequestNoSinglePointOfFailure     : False
ResiliencySettingName             : Parity
Size                              : 35987530973184
UniqueIdFormatDescription         :
PSComputerName                    :
CimClass                          : ROOT/Microsoft/Windows/Storage:MSFT_VirtualDisk
CimInstanceProperties             : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
CimSystemProperties               : Microsoft.Management.Infrastructure.CimSystemProperties

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply