2
0
I have a Server 2012 server with 3x2TB drives set up in a parity layout, giving me 4TB of space. I want to add another 2TB to that virtual disk. However, when I add the drive, it shows up as additional free space in the Storage Pool, but if I try to increase the capacity of the Virtual Disk (using Extend Virtual Disk), even by a single GB, it fails and says:
The physical resources of this disk have been exhausted
I went with Storage Spaces because my understanding was that it was designed to allow me to expand the virtual disk later. How can I do this?
I will try this out when I get the chance (hopefully tonight), but I have a feeling this will be dead on. I didn't create it with PowerShell (didn't even know that was an option - haven't played with powershell much), and I believe I did see the column value of 3. – Charles Boyung – 2013-10-15T16:48:22.127
Unfortunately, it doesn't appear that what I want to be able to do is going to work. The last sentence in your source says this:
but I believe you could create a parity 3-disk set and expand 3-disk at a time, or a mirror 2-disk set and expand 2-disks at a time based on my testing.
and my testing shows the same thing. It won't let me create anything other than a Simple layout with a single disk, and if I choose Parity, it requires me to set the number of "Columns" to match the number of disks (minimum 3). This even happens in powershell, so I don't think there's any getting around it. – Charles Boyung – 2013-10-16T01:44:21.500Might be a specific problem of parity. Try the advice found at the end of this link.
– harrymc – 2013-10-16T05:55:55.237