Comment 15 for bug 1251590

Revision history for this message
Tom Hancock (tom-hancock) wrote : Re: Live migration can leak root disk into ephemeral storage

Maybe I misread, but,
    size=info['virt_disk_size'],
for swap should it be
    size = swap_mb * unit.Mi
based on code further down the file?