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

wclayer: Work around Windows bug when expanding sandbox size #718

Merged
merged 1 commit into from
Oct 21, 2019

Commits on Oct 17, 2019

  1. wclayer: Work around Windows bug when expanding sandbox size

    This change works around a bug in Windows where a sandbox VHDX that has
    been resized cannot be successfully mounted. This is due to a failure in
    the path that resizes the NTFS volume inside the VHDX during the sandbox
    mount process. To work around this, manually expand the volume in the
    wclayer package just after making the call to expand the VHDX.
    
    This change hurts the performance of the resize operation on affected
    Windows hosts (19H1 and prerelease versions of Vb) and should be
    reverted once the Windows bug has been fixed and is widely deployed.
    jstarks committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d2042e6 View commit details
    Browse the repository at this point in the history