diff options
Diffstat (limited to 'results/classifier/111/other/1563931')
| -rw-r--r-- | results/classifier/111/other/1563931 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/111/other/1563931 b/results/classifier/111/other/1563931 new file mode 100644 index 000000000..4c981b6db --- /dev/null +++ b/results/classifier/111/other/1563931 @@ -0,0 +1,51 @@ +other: 0.181 +semantic: 0.140 +device: 0.107 +graphic: 0.079 +socket: 0.065 +vnc: 0.059 +permissions: 0.056 +files: 0.053 +PID: 0.053 +debug: 0.050 +network: 0.046 +boot: 0.044 +performance: 0.042 +KVM: 0.026 +other: 0.211 +debug: 0.152 +files: 0.114 +device: 0.111 +semantic: 0.079 +PID: 0.064 +network: 0.046 +boot: 0.045 +socket: 0.041 +performance: 0.036 +graphic: 0.036 +permissions: 0.026 +vnc: 0.024 +KVM: 0.016 + +qemu-img should allow resizing image with snapshots + +Currently it's not possible to resize a disk image with qemu-img if image in question has snapshots associated. I'm not entirely sure this is technically possible but if it is, it would be really nice to support that. + +$ qemu-img --version +qemu-img version 2.4.1 (qemu-2.4.1-8.fc23), Copyright (c) 2004-2008 Fabrice Bellard + +The QEMU project is currently considering to move its bug tracking to +another system. For this we need to know which bugs are still valid +and which could be closed already. Thus we are setting older bugs to +"Incomplete" now. + +If you still think this bug report here is valid, then please switch +the state back to "New" within the next 60 days, otherwise this report +will be marked as "Expired". Or please mark it as "Fix Released" if +the problem has been solved with a newer version of QEMU already. + +Thank you and sorry for the inconvenience. + + +Implemented in 7fa140abf69675b7b83af32de. Note that every internal snapshot has a disk size associated with it, though, so applying a snapshot from when the image had a different size means the image size will be reverted to what it was as the time of the snapshot. + |