Re: [pve-devel] [PATCH V5 qemu-server] Move option 'pve-snapshot-name' to PVE::JSONSchema.

2017-09-21 Thread Wolfgang Link
> Wolfgang Bumiller hat am 21. September 2017 um 09:25 > geschrieben: > > > On Mon, Sep 18, 2017 at 11:52:48AM +0200, Wolfgang Link wrote: > > To avoid update problems rename pve-snapshot-name to pve-snapshotname. > > When not renaming this the new pve-common clashes with the old > qemu-server

Re: [pve-devel] [PATCH V5 qemu-server] Move option 'pve-snapshot-name' to PVE::JSONSchema.

2017-09-21 Thread Wolfgang Bumiller
On Mon, Sep 18, 2017 at 11:52:48AM +0200, Wolfgang Link wrote: > To avoid update problems rename pve-snapshot-name to pve-snapshotname. When not renaming this the new pve-common clashes with the old qemu-server. When renaming this the next updates to manager, qemu-server and container all need to

[pve-devel] [PATCH V5 qemu-server] Move option 'pve-snapshot-name' to PVE::JSONSchema.

2017-09-18 Thread Wolfgang Link
To avoid update problems rename pve-snapshot-name to pve-snapshotname. --- PVE/API2/Qemu.pm | 16 PVE/QemuServer.pm | 8 +--- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 66ffc07..761120c 100644 --- a/PVE/API2/Qemu