Daniel Scott-Raynsford

Results 538 comments of Daniel Scott-Raynsford

This is an unfortunate side effect of how this resource was designed. My intention was to create a new set of resources that would allow more granular control of partitions/volumes:...

Hi @jojiklmts - I'm not certain, but this might be because of trying to set the size of C: Drive. I'd assume that this is your %SYSTEMROOT% drive so it...

Hi @jojiklmts - you are absolutely right to use DSC as a one stop shop for whole config management, and it is appropriate to do so. I think though the...

The challenge there is that the resource is designed so that if you don't specify a size for the partition it assumes you want to make the partition/volume consume all...

Hi @bozho, Do you have an example of how the resource configuration would look using this? E.g. ``` Disk AWSDisk { DiskIdType = 'UniqueIdPattern' DiskId = ..... } ```

Cool - yep, I think this looks possible. We might need to get the resource to stop though if the RegEx returns more than one disk. Either with a Warning...

Cool - thanks @bozho . I'll mark it as In Progress.

Discussion: I've been thinking about this one (while working on the HQRM conversion). It might be possible to do this in xDisk, but the more I think about this the...

Hi @gabrieljtaylor - there are some scenarios where xDisk should work fine for creating multiple volumes on a disk. But there is a bug in 2.9.0.0 that caused this to...

Hi @cmptscpeacock - I'll take a look at this first thing tomorrow. Sorry taken so long - I've been traveling for work.