Activity log for bug #1859989

Date Who What changed Old value New value Message
2020-01-16 13:59:26 pevogam bug added bug
2020-01-16 14:00:42 pevogam summary qemu-img has broken input on large snapshot name qemu-img has broken output on large snapshot name
2020-01-16 14:00:57 pevogam summary qemu-img has broken output on large snapshot name qemu-img has broken output with large snapshot names
2020-01-16 14:01:17 pevogam description On Qemu 4.1.1 the output of snalshots breaks if the chosen state name is too long: # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot. On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot.
2020-01-16 14:01:54 pevogam description On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot. On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 Prior to 4.1.1, this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot unless we forbid numbers in the snapshot name.
2020-01-16 14:04:01 pevogam description On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 Prior to 4.1.1, this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot unless we forbid numbers in the snapshot name. On Qemu 4.1.1 the output of snalshots breaks if the chosen state name is too long: ``` # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 ``` Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot.
2020-01-16 18:49:23 pevogam description On Qemu 4.1.1 the output of snalshots breaks if the chosen state name is too long: ``` # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 ``` Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot. On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: ``` # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 ``` Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot.
2020-01-16 18:50:22 pevogam description On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: ``` # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 ``` Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this input to detect the snapshot. On Qemu 4.1.1 the output of snapshots breaks if the chosen state name is too long: ``` # qemu-img snapshot -l /mnt/local/some_image.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 online_provider_with_dhcp747 MiB 2020-01-15 12:05:01 00:00:45.873 ``` Prior to 4.1.1 this used to work with extra tabs for the VM SIZE values. The collision is also disabling us from using a regex on top of this output to detect the snapshot.
2020-01-17 10:42:13 pevogam attachment added qemu.png https://bugs.launchpad.net/qemu/+bug/1859989/+attachment/5321101/+files/qemu.png
2020-03-10 09:12:54 Laurent Vivier qemu: status New Fix Committed
2020-04-30 13:42:07 Laurent Vivier qemu: status Fix Committed Fix Released