Re: [pve-devel] applied: [PATCH pve-storage] fix ceph_version_parser

2017-07-03 Thread Dietmar Maurer
great - thanks for testing! > Hammer, Infernalis, Jewel and Kraken are identical. > > On 07/04/2017 06:15 AM, Dietmar Maurer wrote: > > applied. > > > > I guess we do not need hardy? > > ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] applied: [PATCH pve-storage] fix ceph_version_parser

2017-07-03 Thread Wolfgang Link
Hammer, Infernalis, Jewel and Kraken are identical. On 07/04/2017 06:15 AM, Dietmar Maurer wrote: applied. I guess we do not need hardy? ___ pve-devel mailing list pve-devel@pve.proxmox.com

[pve-devel] applied: [PATCH pve-storage] fix ceph_version_parser

2017-07-03 Thread Dietmar Maurer
applied. I guess we do not need hardy? ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] add live storage migration to migrate window

2017-07-03 Thread Alexandre DERUMIER
>>do you plan to update the documentation as well ? >>if you click the online help, we say online migration is not possible if >>you have disks on local storage which quite contradicts the feature Sure I'll try to update documentation for tomorrow >>two minor nitpicks: I'll fix them and

[pve-devel] [PATCH pve-storage] fix ceph_version_parser

2017-07-03 Thread Wolfgang Link
Ceph change ceph version output. full output of 'ceph --version' Luminous 'ceph version 12.1.0 (262617c9f16c55e863693258061c5b25dea5b086) luminous (dev)' Jewel'ceph version 10.2.7 (50e863e0f4bc8f4b9e31156de690d765af245185)' --- PVE/Storage/RBDPlugin.pm | 2 +- 1 file changed, 1

Re: [pve-devel] [PATCH] add live storage migration to migrate window

2017-07-03 Thread Emmanuel Kasper
On 07/02/2017 08:30 AM, Alexandre Derumier wrote: > If online is checked && vm is a qemu machine, > > we display 2 new field: > > -use-local-disk checkbox (unchecked by default) > -target storage option (disabled by default, enabled is localdisk is checked) do you plan to update the

[pve-devel] applied: [PATCH qemu-server] Use default values when memory is not set in vm.conf when migrating

2017-07-03 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH qemu-server] Use default values when memory is not set in vm.conf when migrating

2017-07-03 Thread Emmanuel Kasper
This fixes a "Use of uninitialized value in multiplication (*) " warning when doing a migration --- PVE/QemuMigrate.pm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index cb1639b..f995584 100644 --- a/PVE/QemuMigrate.pm +++