Re: [pve-devel] [PATCH] add depend on ipmitool

2014-09-10 Thread Dietmar Maurer
Sigh, that package produces warnings and tries to start a new daemon??! Setting up ipmitool (1.8.11-5) ... Starting IPMI event daemon ipmievdipmievd: using pidfile /var/run/ipmievd.pid0 Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory Unable to open

Re: [pve-devel] [PATCH] vhost-net: extend device allocation to vmalloc

2014-09-10 Thread Dmitry Petuhov
Still no errors. All seems OK. 08.09.2014 21:03, Dmitry Petuhov пишет: After 2 days of torture VMs are still starting OK. Maybe it's not enough. Tomorrow I'll add some load to host to higher memory pressure. 05.09.2014 12:40, Alexandre DERUMIER пишет: Hi, here the kernel with the patch: http

Re: [pve-devel] ceph firefly in pve repos

2014-09-10 Thread Dietmar Maurer
> # dd if=rand.file of=/dev/sdb bs=4k count=65536 oflag=dsync,direct > ^C17228+0 enregistrements lus > 17228+0 enregistrements écrits > 70565888 octets (71 MB) copiés, 70,4098 s, 1,0 MB/s That is about 250 IOPS? ___ pve-devel mailing list pve-devel@pve.p

Re: [pve-devel] ceph firefly in pve repos

2014-09-10 Thread Alexandre DERUMIER
Seem that dsync is super slow. (I need to check that, I think Stefan have discussed about it some months ago) # dd if=rand.file of=/dev/sdb bs=4k count=65536 oflag=direct 65536+0 enregistrements lus 65536+0 enregistrements écrits 268435456 octets (268 MB) copiés, 2,77433 s, 96,8 MB/s # dd if=ran

Re: [pve-devel] ceph firefly in pve repos

2014-09-10 Thread Alexandre DERUMIER
forget the ceph tuning -- debug_lockdep = 0/0 debug_context = 0/0 debug_crush = 0/0 debug_buffer = 0/0 debug_timer = 0/0 debug_filer = 0/0 debug_objecter = 0/0 debug_rados = 0/0 debug_rbd =

Re: [pve-devel] ceph firefly in pve repos

2014-09-10 Thread Alexandre DERUMIER
Hi, here my firsts results (firefly - crucial m550 (1 osd by node - replication x1) fio config --- [global] #logging #write_iops_log=write_iops_log #write_bw_log=write_bw_log #write_lat_log=write_lat_log ioengine=rbd clientname=admin pool=test rbdname=test invalidate=0# mandatory rw=

Re: [pve-devel] ceph firefly in pve repos

2014-09-10 Thread Dietmar Maurer
> I would like to know your 4k results. (to see maximal iops performance) With > the > option -b 4096 (you used the standard 4M with 16 threads) With 4MByte tests I > think it should be easy to max out the network... OK, here are the results running the fio rbd example benchmark (4K test): # ./f

Re: [pve-devel] old novnc version was a lot better to read

2014-09-10 Thread Dietmar Maurer
> > This is the noVNC GUI. It load much faster and works on mobile devices. > > But it looks very ugly and is pretty BIG. Is there no way to make it smaller? It is JS, CSS and html ... I suggest that you join the noVNC developer mailing list. I am sure many people are interested to improve the

Re: [pve-devel] old novnc version was a lot better to read

2014-09-10 Thread Stefan Priebe - Profihost AG
Am 10.09.2014 um 10:53 schrieb Dietmar Maurer: >> i've seen novnc has been restructured and there is a new menu on top of the >> page. >> >> But the menu was nice and small and fits into the pve gui. The new one looks >> a >> bit ... >> >> Was this intended? > > This is the noVNC GUI. It load mu

Re: [pve-devel] old novnc version was a lot better to read

2014-09-10 Thread Dietmar Maurer
> i've seen novnc has been restructured and there is a new menu on top of the > page. > > But the menu was nice and small and fits into the pve gui. The new one looks a > bit ... > > Was this intended? This is the noVNC GUI. It load much faster and works on mobile devices. _

[pve-devel] old novnc version was a lot better to read

2014-09-10 Thread Stefan Priebe - Profihost AG
Hi, i've seen novnc has been restructured and there is a new menu on top of the page. But the menu was nice and small and fits into the pve gui. The new one looks a bit ... Was this intended? Greets, Stefan ___ pve-devel mailing list pve-devel@pve.pro

Re: [pve-devel] [PATCH] add depend on ipmitool

2014-09-10 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] add depend on ipmitool

2014-09-10 Thread Alexandre Derumier
fence_idrac need it Signed-off-by: Alexandre Derumier --- debian/control |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index dbc6fbb..ad1b300 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,6 @@ Package: fence-agents-pve Archi

[pve-devel] fence-agents-pve : add depend on ipmitool

2014-09-10 Thread Alexandre Derumier
fence_idrac need ipmitool ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel