Bug#996580: Acknowledgement (vmdb2 hangs in the mkpart plugin after a lvcreate because of device mapper paths)

2023-11-11 Thread Gunnar Wolf
I am sorry for not reacting earlier to your bug. I have found some apparent race condition or intermitent failure due to me interrupting things at the wrong time that seem to match what you report... but cannot really pin-point it to anything specific. I have *not* fixed the bug. But please

Bug#996580: Acknowledgement (vmdb2 hangs in the mkpart plugin after a lvcreate because of device mapper paths)

2021-10-16 Thread Josip Rodin
Hm, actually loop doesn't work well either, because the same piece of code tries to access /dev/loop01 instead of the actual /dev/loop0p1 Once I fix that, it still later fails with: Exec: ['blkid', '-c', '/dev/null', '-o', 'value', '-s', 'UUID', '/dev/loop0p1'] Installing GRUB for BIOS ERROR:

Bug#996580: Acknowledgement (vmdb2 hangs in the mkpart plugin after a lvcreate because of device mapper paths)

2021-10-16 Thread Josip Rodin
On Sat, Oct 16, 2021 at 10:42:38PM +0200, Josip Rodin wrote: > Installing GRUB for BIOS > ERROR: Do not understand partition device name /dev/loop0p1 > ERROR: Exception('Do not understand partition device name /dev/loop0p1') > Something went wrong, cleaning up! > > I found in the code that I