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

VM, NIC and disk hydration #103

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

neerajdixit-msft2
Copy link
Contributor

@neerajdixit-msft2 neerajdixit-msft2 commented Apr 19, 2024

This PR is part of the VM, NIC and disk hydration feature that spans the whole HCI stack:


These changes include the WMI calls required to extract the following information:

  1. Retrieve the VHD setting data associated with data disk or OS VHD (using ImageManagementService WMI class)
  2. Retrieve the guest network adapter configuration like IP address, gateway and DNS servers (using Msvm_GuestNetworkAdapterConfiguration)
  3. Retrieve VM security settings like secure boot and TPM (using Msvm_SecuritySettingData)

@neerajdixit-msft2 neerajdixit-msft2 marked this pull request as ready for review August 9, 2024 23:29
@neerajdixit-msft2
Copy link
Contributor Author

@kybeak & @damanMSFT can you please review this change?

Since this has no dependencies on other repos, we can start by merging this PR.

@neerajdixit-msft2 neerajdixit-msft2 changed the title hydrate vhd object WMI changes for VM hdyration Aug 10, 2024
@neerajdixit-msft2
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

kybeak
kybeak previously approved these changes Aug 13, 2024
@neerajdixit-msft2
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jocardeMSFT
Copy link
Contributor

@neerajdixit-msft2

Please include a description including summary of changes made, link to work items, link to design docs, and description of testing done including any test collateral added in support of this new execution flow.

@neerajdixit-msft2
Copy link
Contributor Author

@neerajdixit-msft2

Please include a description including summary of changes made, link to work items, link to design docs, and description of testing done including any test collateral added in support of this new execution flow.

Done. Added details as requested

@mduppre mduppre changed the title WMI changes for VM hdyration VM, NIC and disk hydration Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants