Re: [pve-devel] [PATCH] iscsi : qemu-img convert workaround

2012-10-25 Thread Alexandre DERUMIER
response from libiscsi author: ld_iscsi.so does not implement any functions for writing, so that is more a lack of functionality than a real bug. I see ld_iscsi more as a small toy than something that people would actually use. So I dont really plan to add much to ld_iscsi. If you want to use

[pve-devel] VM stopped when having migration problems

2012-10-25 Thread Stefan Priebe - Profihost AG
Hi, while testing xbzrle i've seen it several times, that a migration fails - no problem so far but BY is the VM stopped in that case instead of just keep it running on the source node? Output: Oct 25 14:44:17 migration xbzrle cachesize: 4294967296 transferred 0 pages 0 cachemiss 1941340

Re: [pve-devel] detect remote shutdown

2012-10-25 Thread Dietmar Maurer
Am 25.10.2012 12:07, schrieb Dietmar Maurer: i'm building an automated migration script when a node shuts down. What is the purpose of that? Please can you elaborate on the usage scenario? The purpose is that the VMs will be alive, while a host reboots (new kernel install). But i

Re: [pve-devel] VM stopped when having migration problems

2012-10-25 Thread Dietmar Maurer
while testing xbzrle i've seen it several times, that a migration fails We disable xbzlre because it is buggy ... ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] VM stopped when having migration problems

2012-10-25 Thread Stefan Priebe
Am 25.10.2012 16:24, schrieb Dietmar Maurer: while testing xbzrle i've seen it several times, that a migration fails We disable xbzlre because it is buggy ... But it was the PVE code which stopped this VM after failed migration. Or do you mean without xbzlre migration will NEVER fail?

Re: [pve-devel] pvestatd keeps crashing with latest git

2012-10-25 Thread Alexandre DERUMIER
Seem to restart because it's use too much memory in pvestatd: my $mem = PVE::ProcFSTools::read_memory_usage(); if ($mem-{resident} (35*1024*1024)) { syslog ('info', restarting server after $cycle cycles to . reduce memory usage (free $mem-{resident}