Comment 3 for bug 1878612

Revision history for this message
Vern Hart (vern) wrote :

I applied the one-line change from that patch:

   hw_vif_multiqueue_enabled=True,

and tried running the retrofit-image action on the charm and after about 30 minutes I received this error message: https://pastebin.ubuntu.com/p/x83xvw4BWx/

Since it seems to be looking for a string, I changed my code to say

    hw_vif_multiqueue_enabled='true',

and tried again.

This time it completed without error.