Daniel Scott-Raynsford
Daniel Scott-Raynsford
Hi @cmptscpeacock - the Disk resource doesn't actually support disks with the MBR partition style. There is currently a request open to allow choosing of the Disk format: https://github.com/PowerShell/StorageDsc/issues/137 What...
I just provisioned an Azure VM (manually via the portal) and attached a managed data disk and it does appear to create this as RAW. So it should be correctly...
@mwtilton - there is a new feature going through review at the moment that adds MBR support (https://github.com/PowerShell/StorageDsc/pull/170). Should be through soon (hopefully :grin:) .
This PR has gone through now so it should be released to the PS Gallery in the next Resource Kit release. Will close this once that has gone out and...
We added MBR support to the Disk resource in 4.3.0.0, but I couldn't get Azure to pre-format the disk with MBR. However the errors seemed to indicate that an empty...
I'm not having any luck replicating this problem in Azure. I'm using an ARM template (including an empty 1023GB data disk) to provision the VM. I'm then logging in using...
@Onibus , @martinjosephogorman - is it possible to paste some screenshots of the Azure State Configuration settings for the Storage Resource? Anything I can use to replicate this issue in...
Very awesome info @Onibus ! Thank you. That will allow me to have a go at replicating it. I'm travelling for work the next few days but will get onto...
Hi @hasangural - I'm still catching up on issues so haven't managed to replicate this one yet. Sorry about that. However, I've just noticed that @Onibus was having this issue...
This looks pretty good to me @johlju and shouldn't be too difficult to implement. Let me see if I can get to this one this week.