-
Notifications
You must be signed in to change notification settings - Fork 38
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
base: main
Are you sure you want to change the base?
Conversation
jirihnidek
commented
Jul 31, 2024
- Card ID: CCT-606
- It is only draft ATM, because I cannot test it
ea1ddc5
to
02aa2bc
Compare
/packit test |
/packit build |
02aa2bc
to
ff160c1
Compare
84948b8
to
0e4b19e
Compare
There was a problem hiding this 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!
virtwho/virt/esx/esx.py
Outdated
version = int(vm['config.version'].split('-')[1]) | ||
if (version >= 13): | ||
|
||
# Try to some crazy heuristics |
There was a problem hiding this comment.
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".
There was a problem hiding this comment.
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.
* 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
0e4b19e
to
c9532e9
Compare
There was a problem hiding this 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.