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

fix: Try to convert ESX VM UUID after hw upgrade #415

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jirihnidek
Copy link
Collaborator

  • Card ID: CCT-606
  • It is only draft ATM, because I cannot test it

@jirihnidek jirihnidek force-pushed the jhnidek/CCT-606 branch 2 times, most recently from ea1ddc5 to 02aa2bc Compare August 5, 2024 07:36
@jirihnidek
Copy link
Collaborator Author

/packit test

@jirihnidek
Copy link
Collaborator Author

/packit build

Copy link
Member

@cnsnyder cnsnyder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me overall, just a few questions to confirm before we proceed!

version = int(vm['config.version'].split('-')[1])
if (version >= 13):

# Try to some crazy heuristics
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non nacking comment: I think this sentence does not need the "to".
"Try to some crazy heuristics" -> "Try some crazy heuristics".

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated comment to be more descriptive.

virtwho/virt/esx/esx.py Show resolved Hide resolved
* Card ID: CCT-606
* It is only draft ATM, because I cannot test it
* Card ID: CCT-606
* Added more debug prints
* Changed the logic a little bit
* TODO: squash this and previous commit, when it will work
  as expected
Copy link
Member

@cnsnyder cnsnyder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, going to try a scratch build prior to merging! I'll update with anything we learn from it.

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.

2 participants