I tested it and it worked but I have one comment: the default disk
format should be set to qcow2.
When the guest is powered off, the format is properly set to qcow2 but
on running guest, the default format goes to 'bochs'.
Samuel, could you fix it and resend?
On 03/10/2016 04:23 PM, sguimaraes943(a)gmail.com wrote:
From: Samuel GuimarĂ£es <sguimaraes943(a)gmail.com>
This patch fixes an issue when trying to attach a storage device when a guest is running.
The combo box was showing the correct option but the disk panel was hidden.
Samuel GuimarĂ£es (1):
Fixed "Add a Storage Device to VM" modal behavior when guest is running
ui/js/src/kimchi.guest_storage_add.main.js | 38 ++++++++++++++++--------------
ui/pages/guest-storage-add.html.tmpl | 2 +-
2 files changed, 21 insertions(+), 19 deletions(-)