Manually inserted the changed vms.py file on my Debian 10.6 KVM server. I can no use the migration tasks. Without the patch, kimchi web ui incorrectly stated there was some host connection failure.
Checklist:
[X] My commit message follow the pattern described in here
[X] I have signed-off my commit (git commit -s) to certify I have the rights to submit this work under the same license and agrees to a Developer Certificate of Origin (see http://developercertificate.org/ for more information).
[X] My code follows the style guidelines of this project and I have run make check-local to confirm it.
[ ] I have run make to build the project and update any documentation that was added as part of this PR.
[X] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes (Run make check to confirm it)
Pull Request Template
Description
Minor patch.
How Has This Been Tested?
Manually inserted the changed vms.py file on my Debian 10.6 KVM server. I can no use the migration tasks. Without the patch, kimchi web ui incorrectly stated there was some host connection failure.
Checklist:
make check-local
to confirm it.make
to build the project and update any documentation that was added as part of this PR.make check
to confirm it)