Merge ~bjornt/maas:bug-2053033-failed-login-virsh into maas:master
Proposed by
Björn Tillenius
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Björn Tillenius | ||||
Approved revision: | 38785a9d631fd9d8d71101f8614717d395491207 | ||||
Merge reported by: | MAAS Lander | ||||
Merged at revision: | not available | ||||
Proposed branch: | ~bjornt/maas:bug-2053033-failed-login-virsh | ||||
Merge into: | maas:master | ||||
Diff against target: |
49 lines (+25/-1) 2 files modified
src/provisioningserver/drivers/pod/tests/test_virsh.py (+23/-0) src/provisioningserver/drivers/pod/virsh.py (+2/-1) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
MAAS Lander | Approve | ||
Adam Collard (community) | Approve | ||
Review via email: mp+460490@code.launchpad.net |
Commit message
Bug #2053033: Creating MAAS Virsh VM does not work (libvirt: error)
For some reason virsh prints out an error about executing
pkttyagent. This happens only on some machines, and we don't know why.
But the error seems harmless. This patch ignores the error and
lets the connection succeed.
To post a comment you must log in.
Nice find, +1