Comment 30 for bug 1677398

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I was giving this a try
PPA: https://launchpad.net/~paelzer/+archive/ubuntu/lp-1677398-pool-experiment-groovy

Changes:
- Add a silly sleep to catch it in flight more easily
- add the core elment of the patch around virDomainDiskTranslateSourcePool
- build without optimization
- install related debug symbols and gdb

Then run:
$ while ! pidof virt-aa-helper; do sleep 0.01; done; gdb -p $(pidof virt-aa-helper)
And execute a start of the guest set up as in this bug description