[pve-devel] "pool" not sent upon VM Clone
Dietmar Maurer
dietmar at proxmox.com
Mon Jun 17 07:06:20 CEST 2013
Thanks for the fix - will be included in pve-manager 3.0-26
> After investigation, it appears the "pool" specified in the dialog is not sent
> upon the form submission. Here's a patch:
>
> diff --git a/www/manager/qemu/Clone.js b/www/manager/qemu/Clone.js
> index 58b1ee7..aba0372 100644
> --- a/www/manager/qemu/Clone.js
> +++ b/www/manager/qemu/Clone.js
> @@ -22,6 +22,10 @@ Ext.define('PVE.window.Clone', {
> params.target = values.target;
> }
>
> + if (values.pool) {
> + params.pool = values.pool;
> + }
> +
> if (values.clonemode === 'copy') {
> params.full = 1;
> if (values.storage) {
>
>
More information about the pve-devel
mailing list