mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #236] .img Vs .qcow2 #157
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ssbaksa on GitHub (Apr 29, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/236
After latest changes, when creating new disk image, it states that it will be created with .img extension but it creates disk with .qcow2 extension.
From my point ow view .qcow2 is more adequate especially if image is really in that format but creation window gives wrong message. Maybe extension should reflect chosen type and .img will be used then for raw disk only .qcow2 for qcow2 type etc.
@catborise commented on GitHub (Apr 29, 2019):
yes you are right. I fixed it logs and clone operation.
And also, make possible qcow image creation.
i will merge it to retspen