
v3: Default to 'qcow2' format for new disk kimchi_isos removed from list of storage pools for new disk v2: Add ".img" to name of new volume being created v1: This is the initial checkin for creating a new volume and attaching to VM when editing a guest. Not sure of all the supported cases, but tried default pool and qcow2 format per the example provided in the back-end patch and it was successful. Known issue - which currently exists in the code already in master - code is broken when VM is running. This patch does not address that. It will get addressed separately. Socorro Stoppler (1): Create new volume and attach to VM Add ".img" to name of new volume Default to 'qcow2' for new disk and not list kimchi_isos in pool ui/js/src/kimchi.guest_storage_add.main.js | 327 ++++++++++++++++++++++++----- ui/pages/guest-storage-add.html.tmpl | 58 +++-- 2 files changed, 322 insertions(+), 63 deletions(-) -- 1.9.1