Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xWaitforDisk, xDisk: Format disk popup prompts after successful deployment #148

Closed
jacerm opened this issue Mar 22, 2018 · 3 comments
Closed
Labels
stale The issue or pull request was marked as stale because there hasn't been activity from the community.

Comments

@jacerm
Copy link

jacerm commented Mar 22, 2018

Details of the scenario you tried and the problem that is occurring:

I am deploying an Azure VM with data disks. I am wanting to format a data drive using a combination of the following resources and parameters (see snippet).

The Azure VM successfully deploys and the DSC applies successfully. But accessing the VM for the first time, I am immediately prompted by a popup telling me to format the disk before use. And again has me input values for Size, AllocationUnitSize etc.

The DSC configuration that is using the resource (as detailed as possible):

xWaitforDisk Disk2 {
             DiskId = 2
             RetryIntervalSec = 10
             RetryCount = 60
        }
xDisk GDataDrive 
        {
            DiskId = 2
            DriveLetter = 'G'
            FSFormat = 'NTFS'
            Size = 250GB
            AllocationUnitSize = 64KB
            DependsOn = '[xWaitForDisk]Disk2'
        }
xWaitforVolume waitForGDrive
        {
             DriveLetter = "G"
             RetryIntervalSec = 10
             RetryCount = 60
        }

Version of the Operating System and PowerShell the DSC Target Node is running:

Windows Server 2016-Datacenter
Powershell 5.1

Version of the DSC module you're using, or 'dev' if you're using current dev branch:

xStorage 2.9.0

@PlagueHO
Copy link
Member

PlagueHO commented Apr 5, 2018

Hi @jacerm - thanks for logging this - that is really useful info. Are you able to post the DSC configuration output? Are you able to check in Disk Manager if the disk has been prepared with GPT and partitioned at all?

@PlagueHO PlagueHO added help wanted The issue is up for grabs for anyone in the community. question The issue is a question. labels Apr 5, 2018
@stale
Copy link

stale bot commented Jun 16, 2018

This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.

@stale stale bot added the stale The issue or pull request was marked as stale because there hasn't been activity from the community. label Jun 16, 2018
@stale
Copy link

stale bot commented Jul 26, 2018

This issue has been automatically closed because it is has not had activity from the community in the last 40 days.

@stale stale bot closed this as completed Jul 26, 2018
@johlju johlju removed help wanted The issue is up for grabs for anyone in the community. question The issue is a question. labels Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale The issue or pull request was marked as stale because there hasn't been activity from the community.
Projects
None yet
Development

No branches or pull requests

3 participants