Comment 0 for bug 1203193

Revision history for this message
Loganathan Parthipan (parthipan) wrote : live migration results in loss of console log

I'm not sure if this has been reported before or a known limitation. But the command

nova console-log <server>

after a live-migration with --block-migrate results in a zero console log. Prior to the live migration it hadn't been the case.

To recreate:

1. Boot an instance --> server A
2. nova console-get A --> console log is returned
3. As admin: nova live-migration --block-migrate A
4. As admin: nova show A --> confirms that the vm has moved
5. Check that it's accessible etc.
6. Now get the console log: nova console-get A --> returns empty