Re: [pve-devel] adding a vm workload scheduler feature

2015-11-17 Thread Michael Rasmussen
On Tue, 17 Nov 2015 11:01:58 +0100 (CET)
Alexandre DERUMIER <aderum...@odiso.com> wrote:

> 
> I'm thinked to use rrd files to have stats on a long time. (maybe do average 
> on last x minutes)
> 
> (for example we don't want to migrate a vm if the host is overload for 1 or 2 
> minutes,
> because of a spiky cpu vm)
> 
> 
Is it not the point with this to take care of short time load? Long
time load should be handled by human intervention.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
May you do Good Magic with Perl.
-- Larry Wall's blessing


pgp5fdXVGwUk7.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] adding a vm workload scheduler feature

2015-11-17 Thread Michael Rasmussen
On Tue, 17 Nov 2015 11:01:58 +0100 (CET)
Alexandre DERUMIER <aderum...@odiso.com> wrote:

> yes, sure. I just want to start with cpu, but memory could be add too.
> 
>  I'm not sure for io-wait, as migrating the vm don't change the storage ?
> 
Is that also the case for Gluster?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
May you do Good Magic with Perl.
-- Larry Wall's blessing


pgpeLj3xizrEP.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Proxmox 4 feedback

2015-10-09 Thread Michael Rasmussen
On Fri, 9 Oct 2015 18:17:52 +0200
Gilou <contact+...@gilouweb.com> wrote:

> 
> Maybe related, I have a lot of that in the logs:
> Oct 09 18:14:56 pve2 pve-ha-lrm[1224]: watchdog update failed - Broken pipe
> 
Are you running your nodes in virtualbox?

When I test in virtualbox I see the same in the syslog window.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
If the thunder don't get you, then the lightning will.


pgpzHJBN2gIIR.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Proxmox 4 feedback

2015-10-09 Thread Michael Rasmussen
On Fri, 9 Oct 2015 20:14:07 +0200
Gilou <contact+...@gilouweb.com> wrote:

> 
> OK... Let's try pve3, cold migrate, without ha, enable ha again..
> interesting, now we have:
> # ha-manager status
> quorum OK
> master pve1 (active, Fri Oct  9 20:09:46 2015)
> lrm pve1 (old timestamp - dead?, Fri Oct  9 19:58:57 2015)
> lrm pve2 (active, Fri Oct  9 20:09:47 2015)
> lrm pve3 (active, Fri Oct  9 20:09:50 2015)
> service vm:100 (pve3, started)
> 
> Why is pve1 not reporting properly...
> 
> And now on 3 nodes:
> Oct 09 20:10:40 pve3 pve-ha-lrm[1208]: watchdog update failed - Broken pipe
> Oct 09 20:10:50 pve3 pve-ha-lrm[1208]: watchdog update failed - Broken pipe
> Oct 09 20:11:00 pve3 pve-ha-lrm[1208]: watchdog update failed - Broken pipe
> 
I see the same behavior in a tree node setup running in virtualbox.
Disconnecting cable for cluster communication correctly fences node but
ha enabled resource is left in a freezed state on the fenced node.
Reconnecting the freezed node will eventually start the freezed
resource again on the prior fenced node which became online again.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
The surest way to remain a winner is to win once, and then not play any
more.


pgpYgvLHnmi20.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Error when load the VM in PVE 4

2015-09-30 Thread Michael Rasmussen
On Wed, 30 Sep 2015 18:10:26 +0200 (CEST)
Alexandre DERUMIER <aderum...@odiso.com> wrote:

> - kvm-intel.ept=0
> 
> fix the problem for me.
> 
> Paolo from qemu think that it could be a physical cpu bug.
> 
> do you have update bios and cpu microcode to last version ?
> 
ept == Extended page table is not available on any Intel CPU. As I
recall it this was first introduced by the Sandy Bridge CPU's.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
You will gain money by an illegal action.


pgpWSBqtTEpRR.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Google patch - fix a critical fail in Linux kernel for TCP protocol

2015-09-29 Thread Michael Rasmussen
On Tue, 29 Sep 2015 08:08:27 +0200 (CEST)
Alexandre DERUMIER <aderum...@odiso.com> wrote:

> >>Ok, but i guess that if we have several VMs into a Server, the problem be 
> >>multiplied  
> I'm not sure, because each vm have control of his own tcp congestion.
> 
> (if it's bridged, the host shouldn't do nothing)
> 
From what I have read it seems that this is mostly an issue if one side
of the connection has mush more bandwidth that the other side. All been
equal in a proxmox cluster all connections should more or less have the
same capabilities.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Post proelium, praemium.
[After the battle, the reward.]


pgp2AfbBwFvlv.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Qemu-img thin provision

2015-09-29 Thread Michael Rasmussen
On Tue, 29 Sep 2015 07:44:17 +0200 (CEST)
Dietmar Maurer <diet...@proxmox.com> wrote:

> 
> Sigh - seems 'Reply all' does no longer works with 'Thunderbird' that way.
> 
Works here. 'Reply all' here will mean:
To: original sender
CC: list

Reply here mean:
To: list

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
I don't like this official/unofficial distinction.  It sound, er,
officious. -- Larry Wall in <199702221943.laa20...@wall.org>


pgpSHHIysv2jp.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Google patch - fix a critical fail in Linux kernel for TCP protocol

2015-09-28 Thread Michael Rasmussen
On Tue, 29 Sep 2015 01:24:36 -0400
"Cesar Peschiera" <br...@click.com.py> wrote:

> 
> My Question:
> What will be the policy of PVE about of this?
> 
This is not a critical bug it merely affects network performance.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Football builds self-discipline.  What else would induce a spectator to
sit out in the open in subfreezing weather?


pgpx1eB_z9To3.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Qemu-img thin provision

2015-09-26 Thread Michael Rasmussen
On Sat, 26 Sep 2015 14:56:03 +0200
Michael Rasmussen <m...@datanom.net> wrote:

> This is how your list server is configured. Your list server also adds
> the header: Reply-To: original sender <origi...@sender.bar>
> 
> Which means that a great many MUA's will mail to original sender only
> when user hits 'Reply'.
> 
The way to solve it once and for all in a way that works with all MUA's
is this:

Old-Reply-To: original sender <origi...@sender.bar>
Reply-To: pve-devel@pve.proxmox.com <pve-devel@pve.proxmox.com>
Precedence: list
List-Post: <mailto:pve-devel@pve.proxmox.com>

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Class, that's the only thing that counts in life.  Class.
Without class and style, a man's a bum; he might as well be dead.
-- "Bugsy" Siegel


pgpgvVmA8Eb0e.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Backup scheduler: Perl error

2015-09-26 Thread Michael Rasmussen
On Sat, 26 Sep 2015 11:46:11 +0200 (CEST)
Dietmar Maurer <diet...@proxmox.com> wrote:

> 
> You call your proxmox nodes esx1 and esx2 - interesting ;-)
> 
Bad happit from work ;-)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
"... all the modern inconveniences ..."
-- Mark Twain


pgpGiIXkQgH4X.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Backup scheduler: Perl error

2015-09-26 Thread Michael Rasmussen
On Sat, 26 Sep 2015 10:13:54 +0200 (CEST)
Dietmar Maurer <diet...@proxmox.com> wrote:

> 
> Please can you post the crontab file?
> 
# cat /etc/pve/vzdump.cron 
# cluster wide vzdump cron schedule
# Atomatically generated file - do not edit

PATH="/usr/sbin:/usr/bin:/sbin:/bin"

15 5 * * 6   root vzdump 109 114 117 144 128 --mailnotification
failure --quiet 1 --mode snapshot --mailto x@y.z --node esx1 --compress
lzo --storage qnap_nfs 
15 5 * * 5   root vzdump 115 125 143 148 152 102 154 156 110
--mailnotification failure --quiet 1 --mailto x@y.z --mode snapshot
--node esx2 --compress lzo --storage qnap_nfs


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Peter's hungry, time to eat lunch.


pgpqY1Te9m5zj.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Backup scheduler: Perl error

2015-09-26 Thread Michael Rasmussen
On Sat, 26 Sep 2015 12:52:04 +0200 (CEST)
Dietmar Maurer <diet...@proxmox.com> wrote:

> 
> But your post includes a white space at the end - why?
> 
MUA or list server line breaks (the line is longer than 72 characters)?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Debian Hint #19: If you're interested in building packages from source,
you should consider installing the apt-src package.


pgp1yKjqWcIfa.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Qemu-img thin provision

2015-09-26 Thread Michael Rasmussen
On Sat, 26 Sep 2015 14:56:03 +0200
Michael Rasmussen <m...@datanom.net> wrote:

> On Sat, 26 Sep 2015 10:20:20 +0200 (CEST)
> Dietmar Maurer <diet...@proxmox.com> wrote:
> 
> > first, please do not send private mail. (use the mailing list instead)
> >   
> This is how your list server is configured. Your list server also adds
> the header: Reply-To: original sender <origi...@sender.bar>
> 
> Which means that a great many MUA's will mail to original sender only
> when user hits 'Reply'.
> 
Forgot to mention that your own MUA exhibits the same behaviour
(unless you have explicitly added Gilberto Nunes to the 'To:' header):

To: Gilberto Nunes <gilberto.nune...@gmail.com>,  PVE Development List
<pve-devel@pve.proxmox.com>
X-Mailer: Open-Xchange Mailer v7.6.2-Rev32

Had it followed the recommendations the 'To:' should have looked like
this:
To: PVE Development List <pve-devel@pve.proxmox.com>


Full headers (removed transport headers)

Return-Path: <pve-devel-boun...@pve.proxmox.com>
Delivered-To: <m...@datanom.net>
X-Original-To: pve-devel@pve.proxmox.com
Delivered-To: pve-devel@pve.proxmox.com
Date: Sat, 26 Sep 2015 10:20:20 +0200 (CEST)
From: Dietmar Maurer <diet...@proxmox.com>
To: Gilberto Nunes <gilberto.nune...@gmail.com>,  PVE Development List
<pve-devel@pve.proxmox.com> 
Message-ID:
<2103923277.26.1443255621087.javamail.open-xcha...@ronja.mits.lan>
In-Reply-To:
<CAOKSTBuC_8gHzkV99fyL3XEaM6+ZyO=qsgbu8dq2otxomto...@mail.gmail.com>
References:

Re: [pve-devel] Qemu-img thin provision

2015-09-26 Thread Michael Rasmussen
On Sat, 26 Sep 2015 10:20:20 +0200 (CEST)
Dietmar Maurer <diet...@proxmox.com> wrote:

> first, please do not send private mail. (use the mailing list instead)
> 
This is how your list server is configured. Your list server also adds
the header: Reply-To: original sender <origi...@sender.bar>

Which means that a great many MUA's will mail to original sender only
when user hits 'Reply'.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
  Always be sincere, even when you don't mean it. -Irene Peter


pgpqUbEu2xF7Q.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Backup scheduler: Perl error

2015-09-25 Thread Michael Rasmussen
Hi all,

Every time the backup scheduler runs is see this in log for every VM
that is backed up:
Use of uninitialized value $cmd[8] in exec
at /usr/share/perl/5.14/IPC/Open3.pm line 186.

proxmox-ve-2.6.32: 3.4-163 (running kernel: 3.10.0-11-pve)
pve-manager: 3.4-11 (running version: 3.4-11/6502936f)
pve-kernel-3.10.0-10-pve: 3.10.0-34
pve-kernel-2.6.32-41-pve: 2.6.32-163
pve-kernel-3.10.0-11-pve: 3.10.0-36
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-3
pve-cluster: 3.0-19
qemu-server: 3.4-6
pve-firmware: 1.1-4
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-33
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.2-11
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
And that's the way it is...
-- Walter Cronkite


pgp8Kfvh1c6Iq.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] PVE 4 and problem with drbdmanage

2015-09-11 Thread Michael Rasmussen
Why is this thread duplicated on both user and developer list?

Slightly annoying.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Murphy was an optimist.


pgp_5qhySs7co.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] ZFSPlugin snapshot question

2015-08-28 Thread Michael Rasmussen
On Fri, 28 Aug 2015 19:35:51 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 I just thought we can write a PVE::Storage::LunCmd::LIO, so that we 
 can use a normal Linux/Proxmox box (with zfsonlinux) with 
 the PVE::Storage::ZFSPlugin.

This makes sense.
 
 I guess it is already possible with PVE::Storage::LunCmd::Iet, but LIO
 should provide better performance?
 
I have been thinking about this as well because Iet is deprecated in
newer distributions (younger  Debian Wheezy)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
SEMPER UBI SUB UBI

[ Always wear underwater ]


pgpFMcCjGt2WZ.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] ZFSPlugin snapshot question

2015-08-27 Thread Michael Rasmussen
On Thu, 27 Aug 2015 19:31:49 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 Do you have time to implement that? We would need it to implement 
 snapshot backup for LXC containers.
 
Yes, I will look in to this this weekend.

Forgot to mention. Since snapshots by nature is read-only you have to
set option wp=true to have iscsi properly advertise read-only to the
mount util. I think Linux will make some internal optimization given it
knows writes is not supported.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The ultimate game show will be the one where somebody gets killed at
the end. -- Chuck Barris, creator of The Gong Show


pgp1rosdscLoX.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] ZFSPlugin snapshot question

2015-08-27 Thread Michael Rasmussen
On Thu, 27 Aug 2015 17:46:45 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 But how can we implement this with the ZFSPlugin?`Any idea if/how it is
 possible to access a snapshotted device?
 
There are two preconditions which must be fulfilled:
1) LUN must be pointing to the snapshot
2) A view must be created pointing to the LUN

Removing the snapshot means doing it in reversed order.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Does the name Pavlov ring a bell?


pgpxcMYFt6y6R.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] openvswitch-2.4.0 released

2015-08-24 Thread Michael Rasmussen
Hi all,

openvswitch-2.4.0 released.

Notably:
Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3)

http://openvswitch.org/releases/NEWS-2.4.0

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
To err is human, but when the eraser wears out before the pencil,
you're overdoing it a little.


pgpeUxGvlG6Ds.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] coreboot support

2015-08-07 Thread Michael Rasmussen
On Fri, 7 Aug 2015 07:23:53 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

  I have successfully make a boot rom with coreboot using seabios as
  payload;-) 
 
 So what is the advantage if that still uses seabios?
 
I have asked myself the same question;-)

The other possible payloads, as I see it, will not be sufficient for
proxmox since they all miss iscsi and rbd boot, and most even miss
virtio. From I have been able to find out the main goal of the project
is to create a replacement for the boot loader and bios on physical
computers.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
I don't want to live on in my work, I want to live on in my apartment.
-- Woody Allen


pgpKalWUso0bG.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] coreboot support

2015-08-06 Thread Michael Rasmussen
On Thu, 6 Aug 2015 01:37:34 +0200
Michael Rasmussen m...@datanom.net wrote:

 
 I have attached both configs and my boot.rom for testing (should be
 renamed to .config in the appropriate folders)
 
A set of more refined config files for coreboot and seabios-1.8.2
attached. These work excellent and boots very quick.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Fame is a vapor; popularity an accident; the only earthly certainty is
oblivion.
-- Mark Twain


seabios-1.8.2.config
Description: Binary data


coreboot-4.1.config
Description: Binary data


pgpHTLBnvYtoj.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] -boot menu=on

2015-08-05 Thread Michael Rasmussen
Hi all,

Any idea why this option '-boot menu=on' makes a VM unbootable in
nested virtualization under qemu-2.4?

Anyway to debug what goes on?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The three best things about going to school are June, July, and August.


pgpil3kxd5k4F.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] coreboot support

2015-08-05 Thread Michael Rasmussen
On Wed, 5 Aug 2015 18:20:43 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 Hi all,
 
 I wonder if you should make the bios configurable, for example ship
 seabios and coreboot?
 
 Anyone with spare time to test that?
 
I would like to test but how and where do one specify to use coreboot
instead of seabios?


PS. Why does your posting to the list specify reply-to with your mail
address and not the list? For any MUA this means that unless the user
chooses 'reply to all' only you will receive the reply.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The way to love anything is to realize that it might be lost.


pgpQnVWqpTs7J.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] coreboot support

2015-08-05 Thread Michael Rasmussen
On Wed, 5 Aug 2015 19:23:24 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 This is what we need to find out (and implement) :-)
 
Adding: args: -bios /path/to/rom

And VM boots using this bios.

I am building a rom from source now:

ROMSIZE:512KB
Emulation:  QEMU x86 i440fx/piix4
Payload:seabios

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Let us live!!!
Let us love!!!
Let us share the deepest secrets of our souls!!!

You first.


pgpL2xcVojTD8.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] coreboot support

2015-08-05 Thread Michael Rasmussen
Hi all,

Apparently mail.proxmox.com does not like large messages so this one
without the boot.rom

On Wed, 5 Aug 2015 18:20:43 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 Hi all,
 
 I wonder if you should make the bios configurable, for example ship
 seabios and coreboot?
 
 Anyone with spare time to test that?
 

I have successfully make a boot rom with coreboot using seabios as
payload;-) works both in proxmox-3.4 and proxmox-4.0. I have done very
little tweaking except for disable HVM support in seabios.

To compile coreboot I needed to use the in-source supplied cross
compiler and I had to grab the seabios code myself and use a compiled
payload from there.

Steps:
1) fetch coreboot-4.1.tar.xy
2) fetch coreboot-blobs-4.1.tar.xy
3) fetch seabios-1.8.2.tar.gz
4) cd coreboot-4.1  make crossgcc
5) cd seabios-1.8.2  make menuconfig (CONFIG_COREBOOT 1,
CONFIG_DEBUG_SERIAL 1)  make
6) cd coreboot-4.1  make menuconfig (point payload
to ../seabios-1.8.2/out/bios.bin.elf  make

I have attached both configs and my boot.rom for testing (should be
renamed to .config in the appropriate folders)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The steady state of disks is full.
-- Ken Thompson


coreboot-4.1.config
Description: Binary data


seabios-1.8.2.config
Description: Binary data


pgpf3vRs87aap.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] coreboot support

2015-08-05 Thread Michael Rasmussen
On Thu, 6 Aug 2015 01:37:34 +0200
Michael Rasmussen m...@datanom.net wrote:

 
 Steps:
 1) fetch coreboot-4.1.tar.xy
 2) fetch coreboot-blobs-4.1.tar.xy
 3) fetch seabios-1.8.2.tar.gz
 4) cd coreboot-4.1  make crossgcc
 5) cd seabios-1.8.2  make menuconfig (CONFIG_COREBOOT 1,
 CONFIG_DEBUG_SERIAL 1)  make
 6) cd coreboot-4.1  make menuconfig (point payload
 to ../seabios-1.8.2/out/bios.bin.elf  make
 
Forgot to mention.
7) put coreboot-4.1/build/coreboot.rom somewhere on your proxmox server
8) add 'args: -bios /path/to/coreboot.rom' to some vm.conf and start it.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The steady state of disks is full.
-- Ken Thompson


pgpiAZFatpxW1.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-08-04 Thread Michael Rasmussen
On Tue, 04 Aug 2015 18:50:12 +0200
Emmanuel Kasper e.kas...@proxmox.com wrote:

 
 guest (pve v4.0 VM, with cpu type set to host)
 grep --quiet vmx /proc/cpuinfo  echo found
 found
 
 uname -srm
 Linux 4.1.3-1-pve x86_64
 
 kvm --version
 QEMU emulator version 2.3.93, Copyright (c) 2003-2008 Fabrice Bellard
 
 I can start on the guest a Virtual windows machine.
But can you start a kvm guest from the guest with kvm enabled?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Garbage In -- Gospel Out.


pgpSG9ZW2xJTh.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-08-04 Thread Michael Rasmussen
On Tue, 4 Aug 2015 21:20:07 +0200
Kamil Trzciński ayu...@ayufan.eu wrote:

 Did you try to remove:
 
 -boot menu=on,strict=on,reboot-timeout=1000
 
 For me it fixes the problem with qemu 2.4.
 
You are right;-) But it is enough to remove menu=on. However, this has
the bad side effect that you are not shown a boot menu so you cannot
change the default boot order.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
World domination.  Fast
(By Linus Torvalds)


pgpD9jR1NIyZ2.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Fw: updated PVE 4.0 packages on pvetest

2015-08-04 Thread Michael Rasmussen


Begin forwarded message:

Date: Tue, 4 Aug 2015 17:59:57 +0200
From: Michael Rasmussen m...@datanom.net
To: Alexandre DERUMIER aderum...@odiso.com
Subject: Re: [pve-devel] updated PVE 4.0 packages on pvetest


On Tue, 4 Aug 2015 16:35:45 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 do you have tried qemu 2.4 on top of 2.4 ?
 
No, I have no spare hardware to test on.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Have the courage to take your own thoughts seriously, for they will
shape you. -- Albert Einstein


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Oh my GOD -- the SUN just fell into YANKEE STADIUM!!


pgpvMo88fD0v6.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-08-03 Thread Michael Rasmussen
On Mon, 3 Aug 2015 11:08:59 +0200
Michael Rasmussen m...@datanom.net wrote:

 I have just noticed that pve-qemu-kvm_2.4-1_amd64.deb also brings qemu
 2.4 which theoretically also could be the problem, but I still believe
 it is a issue with seabios since the way it stops working has been seen
 before and then it was a seabios problem.
 
I must admit that my first assumption was wrong. It actually is qemu
which is broken.

copied all files from pve-qemu-kvm_2.4-1_amd64.deb under /usr/share/kvm
which holds seabios to /usr/share/kvm under
pve-qemu-kvm_2.3-6_amd64.deb and VM's start displaying welcome from
seabios 1.8.2. Using seabios 1.8.1 under qemu 2.4 does not work. So it
seems it is a problem with qemu 2.4 and nested virtualization on
Opteron.

Or maybe this wild idea: Could it be that running a nested virtualized
VM using qemu-2.4 is not possible if the underlying node is running
qemu-2.3?

proxmox node:
# pveversion -v
proxmox-ve-2.6.32: 3.4-159 (running kernel: 3.10.0-10-pve)
pve-manager: 3.4-6 (running version: 3.4-6/102d4547)
pve-kernel-2.6.32-40-pve: 2.6.32-159
pve-kernel-2.6.32-39-pve: 2.6.32-157
pve-kernel-3.10.0-10-pve: 3.10.0-34
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-2
pve-cluster: 3.0-18
qemu-server: 3.4-6
pve-firmware: 1.1-4
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-33
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.2-10
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1

Virtualized proxmox:
$ sudo pveversion -v
proxmox-ve: 4.0-7 (running kernel: 4.1.3-1-pve)
pve-manager: 4.0-26 (running version: 4.0-26/5d4a615b)
pve-kernel-3.19.8-1-pve: 3.19.8-3
pve-kernel-4.1.3-1-pve: 4.1.3-7
lvm2: 2.02.116-pve1
corosync-pve: 2.3.4-2
libqb0: 0.17.1-3
pve-cluster: 4.0-14
qemu-server: 4.0-15
pve-firmware: 1.1-6
libpve-common-perl: 4.0-12
libpve-access-control: 4.0-6
libpve-storage-perl: 4.0-13
pve-libspice-server1: 0.12.5-1
vncterm: 1.2-1
pve-qemu-kvm: 2.4-1
pve-container: 0.9-7
pve-firewall: 2.0-5
pve-ha-manager: 1.0-4
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2
lxc-pve: 1.1.2-4
lxcfs: 0.9-pve2
cgmanager: 0.37-pve2

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The water was not fit to drink.  To make it palatable, we had to add
whiskey. By diligent effort, I learned to like it.
-- Winston Churchill


pgpZ00Ff0BimH.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-08-03 Thread Michael Rasmussen
On Mon, 3 Aug 2015 08:12:27 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 Ok, I'll try qemu 2.4 on opteron today (on baremetal, not nested).
 
I have just noticed that pve-qemu-kvm_2.4-1_amd64.deb also brings qemu
2.4 which theoretically also could be the problem, but I still believe
it is a issue with seabios since the way it stops working has been seen
before and then it was a seabios problem.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
If you can't read this, blame a teacher.


pgpa15rv7aSPq.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-08-02 Thread Michael Rasmussen
On Sun, 2 Aug 2015 09:28:35 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 I have Opteron on production, but not in my test environment  . sorry.
 
Since both you and Dietmar have no problems and you both uses Xeon and
presume this problem relates to Opteron or AMD only. My Opterons are G5.

Maybe Proxmox should build a small Opteron cluster for testing
purposes? :-)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
 All generalisations are dangerous, including this one.


pgpViwybbXLKE.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-08-02 Thread Michael Rasmussen
On Sun, 2 Aug 2015 15:04:12 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 Don't have followed all the discussion, but, is it only nested virtualization 
 which don't work on opteron ?
 
I don't know because I haven't got a spare Opteron to test on.
 I can upgrade qemu to 2.4 on one of my opteron temporary to test, if 
 necessary.
 
It is not a qemu problem it is a seabios problem. 1.8.1 works but 1.8.2
is broken.

works: pve-qemu-kvm_2.3-6_amd64.deb (seabios-1.8.1)
broken: pve-qemu-kvm_2.4-1_amd64.deb (seabios-1.8.2)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The sunlights differ, but there is only one darkness.
-- Ursula K. LeGuin, The Dispossessed


pgp2pl6yeOXwD.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] extjs 5.0

2015-08-01 Thread Michael Rasmussen
On Fri, 31 Jul 2015 22:46:34 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

  How to enable extjs 5.0 in pve-4.0?
 
 https://git.proxmox.com/?p=pve-manager.git;a=blob;f=www/manager5/Readme.md;h=87e00c3e31dd24cfda0bd52cfb9d5c4b1d2c2495;hb=HEAD
 
Would it not be possible to fetch a drop-in package instead?
Above seems overly complicated if you don't have a pve-4.0 development
installation.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
When the candles are out all women are fair.
-- Plutarch


pgphpxkGcnUvN.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] extjs 5.0

2015-08-01 Thread Michael Rasmussen
On Sat, 1 Aug 2015 17:09:21 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
  Would it not be possible to fetch a drop-in package instead?
  Above seems overly complicated if you don't have a pve-4.0 development
  installation.
 
 Not sure what you want to do. ExtJS5 support is not complete, so it only makes
 sense if you want to develop.
 
Oh, I was under the impression it was finished but needed testing.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Dogs just don't seem to be able to tell the difference between
important people and the rest of us.


pgppOZfMp9qzE.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 14:30:15 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 Do you test on physical server ? or proxmox nested in vm ?
 
nested. But it work before doing the upgrade today.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
When a lot of remedies are suggested for a disease, that means it can't
be cured.
-- Anton Chekhov, The Cherry Orchard


pgpgDkngWVzuR.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 14:37:08 +0200
Michael Rasmussen m...@datanom.net wrote:

 nested. But it work before doing the upgrade today.
 
In syslog on the host next line after the
Jul 31 15:47:36 pve systemd[1]: Starting /usr/bin/kvm ...
Jul 31 15:47:36 pve systemd[1]: Failed to reset devices.list
on /system.slice: Invalid argument

Could this have something to do with the failing kvm?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
You will attract cultured and artistic people to your home.


pgpMRFEJZA0fh.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 13:45:35 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 Hi all,
 
 I just updated the PVE 4.0 packages on pvetest, including
 new 4.1.3 kernel and kvm 2.4.0-rc3. 
 
Latest upgrade has broken KVM. As this affects both the 4.1 and 3.19
kernels it must be something else. See screenshot. If I disable KVM VM's
starts. 

Jul 31 14:09:58 pve kernel: kvm: Nested Virtualization enabled
Jul 31 14:09:58 pve kernel: kvm: Nested Paging enabled


Jul 31 14:17:53 pve pvedaemon[2158]: start VM 100:
UPID:pve:086E:BAA8:55BB6771:qmstart:100:root@pam: Jul 31
14:17:53 pve pvedaemon[1428]: root@pam starting task
UPID:pve:086E:BAA8:55BB6771:qmstart:100:root@pam: Jul 31
14:17:53 pve systemd[1]: Starting /usr/bin/kvm -id 100 -chardev
socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait -mon
chardev=qmp,mode=control -vnc
unix:/var/run/qemu-server/100.vnc,x509,password
-pidfile /var/run/qemu-server/100.pid -daemonize -smbios
type=1,uuid=bb79a824-07a7-410a-bbf6-51f57e4ea79b -name debian -smp
1,sockets=1,cores=1,maxcpus=1 -nodefaults -boot
menu=on,strict=on,reboot-timeout=1000 -vga qxl -cpu
kvm64,+lahf_lm,+x2apic,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,enforce -m 512
-k da -device pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f
-device pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e -device
piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2 -spice
tls-port=61000,addr=localhost,tls-ciphers=DES-CBC3-SHA,seamless-migration=on
-device virtio-serial,id=spice,bus=pci.0,addr=0x9 -chardev
spicevmc,id=vdagent,name=vdagent -device
virtserialport,chardev=vdagent,name=com.redhat.spice.0 -device
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 -iscsi
initiator-name=iqn.1993-08.org.debian:01:95ea563e1516 -drive
file=/mnt/pve/qnap/template/iso/debian-jessie-DI-b2-amd64-netinst.iso,if=none,id=drive-ide2,media=cdrom,aio=threads
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200
-device virtio-scsi-pci,id=scsihw0,bus=pci.0,addr=0x5 -drive
file=/var/lib/vz/images/100/vm-100-disk-1.raw,if=none,id=drive-scsi0,format=raw,cache=none,aio=native,detect-zeroes=on
-device
scsi-hd,bus=scsihw0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0,id=scsi0,bootindex=100
-netdev
type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on
-device
virtio-net-pci,mac=2A:A3:E0:95:1D:21,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300.
Jul 31 14:17:53 pve systemd[1]: Started /usr/bin/kvm -id 100 -chardev
socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait -mon
chardev=qmp,mode=control -vnc
unix:/var/run/qemu-server/100.vnc,x509,password
-pidfile /var/run/qemu-server/100.pid -daemonize -smbios
type=1,uuid=bb79a824-07a7-410a-bbf6-51f57e4ea79b -name debian -smp
1,sockets=1,cores=1,maxcpus=1 -nodefaults -boot
menu=on,strict=on,reboot-timeout=1000 -vga qxl -cpu
kvm64,+lahf_lm,+x2apic,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,enforce -m 512
-k da -device pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f
-device pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e -device
piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2 -spice
tls-port=61000,addr=localhost,tls-ciphers=DES-CBC3-SHA,seamless-migration=on
-device virtio-serial,id=spice,bus=pci.0,addr=0x9 -chardev
spicevmc,id=vdagent,name=vdagent -device
virtserialport,chardev=vdagent,name=com.redhat.spice.0 -device
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 -iscsi
initiator-name=iqn.1993-08.org.debian:01:95ea563e1516 -drive
file=/mnt/pve/qnap/template/iso/debian-jessie-DI-b2-amd64-netinst.iso,if=none,id=drive-ide2,media=cdrom,aio=threads
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200
-device virtio-scsi-pci,id=scsihw0,bus=pci.0,addr=0x5 -drive
file=/var/lib/vz/images/100/vm-100-disk-1.raw,if=none,id=drive-scsi0,format=raw,cache=none,aio=native,detect-zeroes=on
-device
scsi-hd,bus=scsihw0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0,id=scsi0,bootindex=100
-netdev
type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on
-device
virtio-net-pci,mac=2A:A3:E0:95:1D:21,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300.
Jul 31 14:17:54 pve kernel: device tap100i0 entered promiscuous mode
Jul 31 14:17:54 pve ovs-vsctl[2181]: ovs|1|vsctl|INFO|Called
as /usr/bin/ovs-vsctl del-port tap100i0 Jul 31 14:17:54 pve
ovs-vsctl[2182]: ovs|1|vsctl|INFO|Called as /usr/bin/ovs-vsctl
add-port vmbr0 tap100i0 tag=100 Jul 31 14:17:54 pve pvedaemon[2138]:
command '/bin/nc6 -l -p 5900 -w 10 -e '/usr/sbin/qm vncproxy 100
2/dev/null'' failed: exit code 1

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917

Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 14:23:18 +0200
Michael Rasmussen m...@datanom.net wrote:

 On Fri, 31 Jul 2015 13:45:35 +0200 (CEST)
 Dietmar Maurer diet...@proxmox.com wrote:
 
  Hi all,
  
  I just updated the PVE 4.0 packages on pvetest, including
  new 4.1.3 kernel and kvm 2.4.0-rc3. 
  
 Latest upgrade has broken KVM. As this affects both the 4.1 and 3.19
 kernels it must be something else. See screenshot. If I disable KVM VM's
 starts. 
 
Forgot to mention that I am also not able to access the boot menu
pressing F12. The VM is completely frozen.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
All language designers are arrogant.  Goes with the territory...
(By Larry Wall)


pgpZKntCq98LJ.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 18:09:59 +0200
Michael Rasmussen m...@datanom.net wrote:

 I have come to the conclusion that it is the seabios that is broken.
 What is the version of seabios on the pve-4.0 iso compared to the
 repository?
 
Just down-graded to pve-qemu-kvm_2.3-6_amd64.deb and everything is
working again!!??

What is changed between seabios 1.8.1 and 1.8.2?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Debian Hint #30: Documentation can be made available at
http://localhost/ by installing the 'doc-base' and 'doc-central'
packages and their dependencies.


pgp_XmhfVsqOV.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 18:26:39 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

  What is changed between seabios 1.8.1 and 1.8.2?
 
 That is a binary commit :-/
 
 http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f3bcd42683dcc48c576281399d6cf6b34da6ba41
 
Should we make a bug report upstream?

Nested virtualization on AMD Opteron(tm) Processor 3350 HE is broken in
seabios 1.8.2 (VM's freezes completely and no access to bios. Nothing
logged in any log file)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
semper en excretus


pgpXVrUvCXr1k.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 18:49:21 +0200
Michael Rasmussen m...@datanom.net wrote:

 
 Nested virtualization on AMD Opteron(tm) Processor 3350 HE is broken in
 seabios 1.8.2 (VM's freezes completely and no access to bios. Nothing
 logged in any log file)
 
Mainboard: Supermicro motherboard-H8SML-F

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
 *** NEWSFLASH ***

Russian tanks steamrolling through New Jersey  Details at eleven!


pgpNLzuwJ8Aca.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 17:33:04 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 Works for me. Please can you also post the VM config?
 
I have two for you (behavior is identical):
bootdisk: scsi0
cores: 1
ide2: none,media=cdrom
memory: 512
name: debian
net0: virtio=2A:A3:E0:95:1D:21,bridge=vmbr0,tag=100
numa: 0
ostype: l26
scsi0: local:100/vm-100-disk-1.raw,size=4G
scsihw: virtio-scsi-pci
smbios1: uuid=bb79a824-07a7-410a-bbf6-51f57e4ea79b
sockets: 1

bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 512
name: deb-vlan
net0: virtio=5E:50:74:CE:E6:59,bridge=vmbr0,tag=200
numa: 0
ostype: l26
smbios1: uuid=d668b15a-88ac-427a-a3d3-90f5677406ca
sockets: 1
vga: qxl
virtio0: local:102/vm-102-disk-1.raw,iothread=on,size=4G


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
miracle:  an extremely outstanding or unusual event, thing, or
accomplishment. -- Webster's Dictionary


pgpFRv_8q0VB_.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 17:33:04 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 Works for me. Please can you also post the VM config?
 
I have come to the conclusion that it is the seabios that is broken.
What is the version of seabios on the pve-4.0 iso compared to the
repository?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Neurotics build castles in the sky,
Psychotics live in them,
And psychiatrists collect the rent.


pgpkhNYdr12Vx.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 18:52:23 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 The same config works if you do not use nested virt?
 
I don't have a spare system to test on without nested virt. Sorry.

Does Alexandré's test system run on Opteron? I know he uses Opteron in
production.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Signs of crime: screaming or cries for help.
-- The Brown University Security Crime Prevention
Pamphlet


pgp9a5tpgdfZF.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 19:00:20 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 When does it happen exactly?
Just after the seabios boot welcome is shown. Eg it freezes under init.
My guess is it freezes when scanning system.
 Only with virtio-scsi-pci? 
I have tried with:
1) SATA
2) virtio-blk
3) scsi with emulated LSI (default)
4) scsi-virtio

All behaves exactly identical. Freeze under seabios init.
 Only with AMD Opteron?
I only have Opteron systems but it seems to work with you? (AFAIK you
use Intel Xeon)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Being ugly isn't illegal.  Yet.


pgpAyFUgQHj8D.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] extjs 5.0

2015-07-31 Thread Michael Rasmussen

How to enable extjs 5.0 in pve-4.0?

Is it a compile time option only?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
You are here:
***
***
 *
  ***
   *
***
 *

 But you're not all there.


pgpeCkEBk7nu7.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] [PATCH] Usability: enhance password label in LXC wizzard

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 07:51:26 +0200
Wolfgang Bumiller w.bumil...@proxmox.com wrote:

 
 Word order may differ across languages, though. The ideal solution would
 be to use a formatting print with a string like %s password, but this
 one would need to be translated, too, unless it's already available.
 
And what if the language is read from right to left, eg. Chinese?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Q:  Why does Washington have the most lawyers per capita and
New Jersey the most toxic waste dumps?
A:  God gave New Jersey first choice.


pgptw2svVKJLw.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 13:45:35 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 Hi all,
 
 I just updated the PVE 4.0 packages on pvetest, including
 new 4.1.3 kernel and kvm 2.4.0-rc3. 
 
It is correct that as part the upgrade the vlan package should be
removed?


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Debian Hint #33: The package 'devscripts' contains some useful scripts
for users who want to help to improve Debian, e.g. wnpp-alert, rc-alert
and bts.


pgpEHbFxfcvmU.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] updated PVE 4.0 packages on pvetest

2015-07-31 Thread Michael Rasmussen
On Fri, 31 Jul 2015 13:45:35 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 Hi all,
 
 I just updated the PVE 4.0 packages on pvetest, including
 new 4.1.3 kernel and kvm 2.4.0-rc3. 
 
Nice to see the new possibilities for configuring network in LXC.
DHCP works perfect;-)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Cropp's Law:
The amount of work done varies inversly with the time spent in
the office.


pgpeDVTr6IO7W.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Network configuration

2015-07-27 Thread Michael Rasmussen
On Wed, 22 Jul 2015 01:25:14 +0200
Michael Rasmussen m...@datanom.net wrote:

 Hi all,
 
 I have installed a proxmox 4.0 to test openvswitch and IMHO the current
 network GUI config is not suited for the task since every time you need
 to create or delete an OVSint Port a reboot of the node is required. I
 will therefore propose a change in the GUI which allows creating or
 deleting of OVSint Port without the need for a reboot of the node.
 Creating OVS Bonds and OVS Bridges IMHO should still require a reboot
 of the node since changes here is something rarely done after initial
 configuration and changing configuration of this will break basic
 networking on the node.
 
For the above I have decided on the following implementation:

OVS:
eval {
ovs-vsctl add-port $bridge vlan$port tag=$port -- set interface
vlan$port type=internal
};
die vlan$port: Could not add to bridge $bridge if ($@);
eval {
if ($ip and $mask) ? ifconfig vlan$port $ip netmask $mask up :
ifconfig vlan$port $ip up;
};
if ($@) {
ovs-vsctl del-port $bridge $port;
die vlan$port: Could not bring up interface;
} 
eval {
update /etc/network/interfaces
};
if ($@) {
ifconfig vlan$port down;
ovs-vsctl del-port $bridge $port;
die vlan$port: Could not update network config;
};

Something missing above?



-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
He hath eaten me out of house and home.
-- William Shakespeare, Henry IV


pgpdAA6F09ZsO.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] pve4 and lxc

2015-07-27 Thread Michael Rasmussen
Hi all,

Why is it not possible to add a nic to a lxc CT using DHCP?

The reason I ask is because every time a lxc CT is restarted the
interfaces file is reset provided it is configured to use DHCP.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
GOOD-NIGHT, everybody ... Now I have to go administer FIRST-AID to my
pet LEISURE SUIT!!


pgpdRF_eVaK3D.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] pve4 and lxc

2015-07-27 Thread Michael Rasmussen
On Mon, 27 Jul 2015 18:29:32 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 AFAIK this is already possible with latest version from git.
 
Yes;-) When will the patch hit pvetest?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
sillema sillema nika su


pgpfamcQVMNkE.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Network configuration

2015-07-27 Thread Michael Rasmussen
On Mon, 27 Jul 2015 20:08:24 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 eval { 
 ovs-vsctl add-port $bridge vlan$port tag=$port -- set interface 
 vlan$port type=internal 
 };
 
 internal interface can have a random name.
 
I know, but to keep it simple and IMHO more intuitive use a descriptive
name.


also, we need to manage update. (ip modification for example).
we could do down, up . But it's not optimal.

How would you do it otherwise? The only way to change IP on an
interface which is up is to bring it down first, change IP, and then
bring it up again.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
He hated being thought of as one of those people that wore stupid
ornamental armour. It was gilt by association.
-- Terry Pratchett, Night Watch


pgpoS_SDgFqE7.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Running KVM as root is a security issue

2015-07-27 Thread Michael Rasmussen
On Mon, 27 Jul 2015 20:11:54 +0200 (CEST)
Wolfgang Bumiller w.bumil...@proxmox.com wrote:

 
 This is better. Even better would be a monitoring process that doesn't need to
 be signaled.
 (Coincidentally, this would also add the possibility of adding reliably-fired
 exit-time hooks.)
 
A monitoring process which does not rely on events could potentially be
a resource hawk.

1) We know when a new VM starts.
2) When a VM a QMP socket is created like /var/run/qemu-server/nnn.qmp
3) The QMP socket is bidirectional so it should be possible to listen
to events.

A document is already describing something similar.
http://docs.ganeti.org/ganeti/2.13/html/design-kvmd.html

Whether it is implemented or not, I do not know.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Women aren't as mere as they used to be.
-- Pogo


pgpZkAKmO_2Mf.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] [RFC v2] Use JSONSchema to parse vzdump config

2015-07-27 Thread Michael Rasmussen
On Mon, 27 Jul 2015 11:42:57 +0200
Wolfgang Bumiller w.bumil...@proxmox.com wrote:

 
 The `= undef;` part shouldn't be necessary as that's implicit. We seem
 to mostly leave it out in our code as far as I can tell.
 
This is a legacy for all old Perl coders back from the days where
variables where declared in global namespace so to be sure of not
having dangling references people always assigned none to variables;-)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
I put instant coffee in a microwave and almost went back in time.
-- Steven Wright


pgpJAYQiOJOH1.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] linux bridge new features presentation

2015-07-26 Thread Michael Rasmussen
On Sun, 26 Jul 2015 12:02:01 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 Hi,
 I have found a very good presentation of new linux bridge features
 
 https://www.netdev01.org/docs/netdev_tutorial_bridge_makita_150213.pdf
 
 including vlan filtering, qinq, mac address filtering (Learning / flooding 
 control),...
 
Nice presentation. Seems to me that linux bridge (since kernel 3.19) is
leveling the feature set with open vswitch. The biggest problem for me
with linux bridge has always been the fact that you need a separate
bridge for each vlan which makes configuration overcomplicated and
messy.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
There are many intelligent species in the universe, and they all own
cats.


pgp3tP6DlA7lB.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Small bug

2015-07-23 Thread Michael Rasmussen
On Wed, 22 Jul 2015 09:08:05 +0200
Michael Rasmussen m...@datanom.net wrote:

 Hi all,
 
 Yesterday I created a VM which was assigned an ID that was reused from
 a previous VM (the algorithm in proxmox). I added this new VM to a pool
 and this morning I received this mail from the cron.daily.
 
 /etc/cron.daily/pve:
 user config - ignore duplicate vmid '101' in pool 'test'
 
 Apparently the previous VM having that ID was also member of the same
 pool so could it be that when a VM is destroyed it is not removed from
 the pool?
 
I have been studying the VM history which shows that id 101 was last
used for a CT which at that time was member of another pool named base.
This was before switching to the 3.10 series kernel. Before switching
to the 3.10 kernel I dropped this CT and ported it to a VM with another
id.

When I created the new vm 101 I choose the pool test and as documented
in another mail there is no vm with id 101 in test but instead the new
server I created is now part of the pool base!!

pool:base:System which most always be
running:152,128,155,156,114,115,143,137,109,101,144,125,117,148,113:gfs1,omnios_nfs,qnap_nfs,omnios,omnios_ib,omnios_ib_nfs,qnap_lvm:

As you can see above this pool has a storage member named gfs1 which
was a gluster storage I did some experimental with but this storage no
longer __exists__!!! See attached screenshot.

How is that possible?


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
A hundred thousand lemmings can't be wrong!


pgp7UiSZ0n2Td.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Small bug

2015-07-23 Thread Michael Rasmussen
On Thu, 23 Jul 2015 18:34:37 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 What is the content of /etc/pve/user.cfg ?
 
pool:test::124,127,142,129,107,119,136,106,105,133,126,120,134,146,108,135,140::

As you can see no 101 in the above.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
This sentence contradicts itself -- no actually it doesn't.
-- Douglas Hofstadter


pgpJ3yWZz4_4B.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Small bug

2015-07-23 Thread Michael Rasmussen
On Wed, 22 Jul 2015 17:09:07 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 If so, this is a bug. Are you able to reproduce it?
 
This is very strange. I keep getting error mails regarding the
duplicate resource in pool test but displaying the pool in the gui
shows no sign of the resource?? See attached screendump.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
  I never put on a pair of shoes until I've worn them five years.
-- Samuel Goldwyn


pgpqu8uSmxIhN.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Network configuration

2015-07-22 Thread Michael Rasmussen
On Wed, 22 Jul 2015 17:17:58 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 Can we implement that reliable?
 
I am positive. I guess the same applies to Linux bridge based vlans. I
am willing to give it a try.

 
 I still prefer linux bridge, because it works without additional daemons.
 
 Many feature are not implemented in OVS (multicast snooping/querier, 
 connection
 tracking, 
 limited bond modes, iptables, ...), so why is OVS far superior?
 
 I would prefer to have missing bits implemented with linux bridge code.
 
According to Alexandre's post much of this is coming in ovs 2.4 which
should be available at the time of the release of Proxmox 4.0.

IMHO ovs is superior for two reasons:
1) vlans are linked to ports and not to bridges
2) it more closely resembles the physical world which means simpler to
grasp

PS. what is limited bond modes?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Everybody is talking about the weather but nobody does anything about
it. -- Mark Twain


pgpxUsGryiBpR.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Small bug

2015-07-22 Thread Michael Rasmussen
On Wed, 22 Jul 2015 17:09:07 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 If so, this is a bug. Are you able to reproduce it?
 
I will try to replicate it this evening. It could very well be a bug
from a previous release which I first stumble upon now.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The beauty of a pun is in the Oy! of the beholder.


pgp7nwbL2dHwF.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Network configuration

2015-07-22 Thread Michael Rasmussen
On Wed, 22 Jul 2015 18:14:07 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 really? i.e. can we use iptables with ovs?
 
In 2.4 something similar are implemented:
http://openvswitch.org/support/ovscon2014/17/1030-conntrack_nat.pdf

 
 Most standard linux bond modes are missing? And I never found a good
 documentation about the implemented bond modes - do you know any
 docs?
 

Bonding Configuration:
   A port that has more than one interface is a ``bonded  port.’’
Bonding allows for load balancing and fail-over.

   The  following  types  of  bonding  will work with any kind of
   upstream switch.  On the upstream switch, do not configure the
   interfaces  as  a bond:

  balance-slb
 Balances  flows  among slaves based on source MAC
  address and output VLAN, with  periodic  rebalancing  as
  traffic patterns change.

  active-backup
 Assigns  all flows to one slave, failing over to a
  backup slave when the active slave is  disabled.   This
  is  the only bonding mode in which interfaces may be
  plugged into different upstream switches.

   The following modes require the upstream switch to support
   802.3ad with successful  LACP  negotiation. If LACP negotiation
   fails and other-con‐ fig:lacp-fallback-ab is true, then
   active-backup mode is used:

  balance-tcp
 Balances flows among slaves based on L2, L3, and
  L4  pro‐ tocol  information  such  as  destination MAC
  address, IP address, and TCP port.

http://openvswitch.org/support/dist-docs/ovs-vswitchd.conf.db.5.txt

balance-slb ~≃ balance-tlb (mode 5)
active-backup = active-backup (mode 1)
balance-tcp ~= 802.3ad (mode 4)

What more modes do you miss?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Journalism is literature in a hurry.
-- Matthew Arnold


pgp6wNMZBNMX2.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Network configuration

2015-07-22 Thread Michael Rasmussen
On Wed, 22 Jul 2015 19:06:52 +0200
Michael Rasmussen m...@datanom.net wrote:

 
 balance-slb ~≃ balance-tlb (mode 5)
 active-backup = active-backup (mode 1)
 balance-tcp ~= 802.3ad (mode 4)
 
 What more modes do you miss?
 
Forgot to mention I have made an example available on the wiki using
bond + balance-slb which imitates the default setup by the proxmox
installer:
https://pve.proxmox.com/wiki/Open_vSwitch#Example_3:_Bond_.2B_Bridge_.2B_Internal_Ports_.2B_Untagged_traffic_.2B_No_LACP

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
If it's Tuesday, this must be someone else's fortune.


pgp7NeyN6fCng.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Small bug

2015-07-22 Thread Michael Rasmussen
Hi all,

Yesterday I created a VM which was assigned an ID that was reused from
a previous VM (the algorithm in proxmox). I added this new VM to a pool
and this morning I received this mail from the cron.daily.

/etc/cron.daily/pve:
user config - ignore duplicate vmid '101' in pool 'test'

Apparently the previous VM having that ID was also member of the same
pool so could it be that when a VM is destroyed it is not removed from
the pool?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
That feeling just came over me.
-- Albert DeSalvo, the Boston Strangler


pgph34MfevEfo.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Network configuration

2015-07-21 Thread Michael Rasmussen
Hi all,

I have installed a proxmox 4.0 to test openvswitch and IMHO the current
network GUI config is not suited for the task since every time you need
to create or delete an OVSint Port a reboot of the node is required. I
will therefore propose a change in the GUI which allows creating or
deleting of OVSint Port without the need for a reboot of the node.
Creating OVS Bonds and OVS Bridges IMHO should still require a reboot
of the node since changes here is something rarely done after initial
configuration and changing configuration of this will break basic
networking on the node.

What is your opinion to this suggestion?

Second. If the above is implemented then in my opinion using
openvswitch is far superior to Linux Bridge/Bond and gives greater
flexibility while at the same time is more logical and simple in use in
which case I propose that the installer change default network
configuration to use openvswitch in proxmox 4.0.

What is your opinion to this suggestion?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
You are here:
***
***
 *
  ***
   *
***
 *

 But you're not all there.


pgpxGJjhpFGi3.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Small bug in backup schedule

2015-07-17 Thread Michael Rasmussen
Hi all,

Each time the scheduler begins a backup of a VM I see this in the log:
Use of uninitialized value $cmd[8] in exec
at /usr/share/perl/5.14/IPC/Open3.pm line 186.

# pveversion 
pve-manager/3.4-6/102d4547 (running kernel: 3.10.0-10-pve)

Is this a known bug?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
For an idea to be fashionable is ominous, since it must afterwards be
always old-fashioned.


pgppi98HJRs3T.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] backup : add pigz compressor

2015-07-10 Thread Michael Rasmussen
Problem with pigz is that it bails out on missing symbolic links. Eg. follow 
symlinks is on and cannot be disabled.

On July 10, 2015 6:51:21 AM CEST, Alexandre DERUMIER aderum...@odiso.com 
wrote:
Hi,

user from pve-user mailing report than using pigz (multithread gzip),
improve a lot speed of compression backup.

Maybe could we use add it ? (or maybe replace gzip ?)


- Mail original -
De: Chidester, Bryce bryce.chides...@calyptix.com
À: proxmoxve pve-u...@pve.proxmox.com
Envoyé: Jeudi 9 Juillet 2015 20:30:30
Objet: Re: [PVE-User] slow backup

While this doesn't directly address the issue you're experiencing, it 
may help slightly. 
In my Proxmox deployments, I've replaced /bin/gzip with pigz ( 
http://zlib.net/pigz/ apt-get install pigz ; ln -sfb /usr/bin/pigz 
/bin/gzip). pigz is a multi-threaded gzip, and it significantly 
decreased our backup times by speeding up the compression. We saw 
backup times drop to just 10-50% of what they took running gzip. These 
big, beefy virtualisation servers have all these CPUs+cores, so why 
limit gzip to just one? 

-- 

Bryce Chidester 
Director of Systems Engineering 
Calyptix Security | Simply Powerful Network Security. 

www.calyptix.com 


On Sun, 2015-07-05 at 21:19 +0200, Tonči Stipičević wrote: 
 Hello to all 
 
 I'm using 4xIntelAtom CPU 2558 @2,4GHz on the host 
 a backup storages are (1G) freenas nfs and local sata disk 
 
 So classic backup (vzdump) of 32G image takes about 1h ... the same 
 result to the nfs storage and to local sata disk 
 I tried changing bwlimit in vzdump.conf the result is allways the 
 same slow 
 
 But Clone VM takes less then 10 min 
 
 manual lzop backup of this image (nfs storage or sata disk) takes 
 less than 10' too ... tar runs same fast 
 
 So we cannot say tha CPU is not capable of doing archiving with 
 commpression 
 
 Why is backup so slow and what can I do to optimize it? 
 
 thank you very much in advance and 
 BR 
 
 Tonci 
 ___ 
 pve-user mailing list 
 pve-u...@pve.proxmox.com 
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user 
___ 
pve-user mailing list 
pve-u...@pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user 
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.



This mail was virus scanned and spam checked before delivery.
This mail is also DKIM signed. See header dkim-signature.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Forum down

2015-06-29 Thread Michael Rasmussen
Hi all,

It seems that the forum is down?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Cogito ergo I'm right and you're wrong.
-- Blair Houghton


pgpeN3Ges6XJL.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Preview of the GUI with ExtJS5

2015-06-23 Thread Michael Rasmussen
Of the examples shown I would prefer the gray theme.

On June 23, 2015 8:37:36 AM CEST, Alen Grizonic a.grizo...@proxmox.com wrote:
I think the ext-theme-gray theme does look quite ok. Also concerning
the 
logo.

Dietmar, what do you think?



On 06/23/2015 08:19 AM, Daniel Hunsaker wrote:

 Might be good to take the opportunity to build a new,
Proxmox-specific 
 ExtJS5 theme...  Something that goes well with the logo, for example.
 
 Would take some time to develop, and would probably need some 
 maintenance, but would add a bit of extra polish.


 On Tue, Jun 23, 2015, 00:12 Alexandre DERUMIER aderum...@odiso.com 
 mailto:aderum...@odiso.com wrote:

 The classic ext-theme-gray is not too bad too (same than current
 proxmox classic theme, but grey instead blue)

 http://odisoweb1.odiso.net/gray.png




 - Mail original -
 De: aderumier aderum...@odiso.com
mailto:aderum...@odiso.com
 À: dietmar diet...@proxmox.com mailto:diet...@proxmox.com
 Cc: pve-devel pve-devel@pve.proxmox.com
 mailto:pve-devel@pve.proxmox.com
 Envoyé: Mardi 23 Juin 2015 06:34:50
 Objet: Re: [pve-devel] Preview of the GUI with ExtJS5

 something like this could be worderful

 http://dox.codaxy.com/ext5-themes/Basic

 (too bad, it's a commercial theme).

 light blue for headers, grey for forms background


 - Mail original -
 De: aderumier aderum...@odiso.com
mailto:aderum...@odiso.com
 À: dietmar diet...@proxmox.com mailto:diet...@proxmox.com
 Cc: pve-devel pve-devel@pve.proxmox.com
 mailto:pve-devel@pve.proxmox.com
 Envoyé: Mardi 23 Juin 2015 05:52:47
 Objet: Re: [pve-devel] Preview of the GUI with ExtJS5

 The contrast is much too high for my eyes (dark blue vs.
white)...

 I think that extjs5 crisp theme is less agressive

 http://odisoweb1.odiso.net/crisp.png





 - Mail original -
 De: dietmar diet...@proxmox.com mailto:diet...@proxmox.com
 À: Emmanuel Kasper e.kas...@proxmox.com
 mailto:e.kas...@proxmox.com, pve-devel
 pve-devel@pve.proxmox.com mailto:pve-devel@pve.proxmox.com
 Envoyé: Lundi 22 Juin 2015 17:08:46
 Objet: Re: [pve-devel] Preview of the GUI with ExtJS5

  * I hope you like blue (Default Theme of ExtJS5 is, well, blue)

 The contrast is much too high for my eyes (dark blue vs.
white)...

 ___
 pve-devel mailing list
 pve-devel@pve.proxmox.com mailto:pve-devel@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
 ___
 pve-devel mailing list
 pve-devel@pve.proxmox.com mailto:pve-devel@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

 ___
 pve-devel mailing list
 pve-devel@pve.proxmox.com mailto:pve-devel@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
 ___
 pve-devel mailing list
 pve-devel@pve.proxmox.com mailto:pve-devel@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel



 ___
 pve-devel mailing list
 pve-devel@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel





___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.



This mail was virus scanned and spam checked before delivery.
This mail is also DKIM signed. See header dkim-signature.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Preview of the GUI with ExtJS5

2015-06-22 Thread Michael Rasmussen
On Mon, 22 Jun 2015 17:08:46 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

  * I hope you like blue (Default Theme of ExtJS5 is, well, blue)
 
 The contrast is much too high for my eyes (dark blue vs. white)...
 
What about a gray theme? 

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The truth about a woman often lasts longer than the woman is true.


pgp83oc0T9WZb.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] [PATCH] lxc : vmstatus : add disk read|write stats

2015-06-21 Thread Michael Rasmussen
On Sun, 21 Jun 2015 13:06:27 +0200
Alexandre Derumier aderum...@odiso.com wrote:

 + my ($key, $value) = $byte =~ /(Read|Write) (\d+)/;
I think this would be more secure:
my ($key, $value) = $byte =~ /(Read|Write)\s+(\d+)/;

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
True, it returns  for false, but  is an even more interesting
number than 0.
-- Larry Wall in 199707300650.xaa05...@wall.org


pgp_XaUyjpiWU.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] kernel 3.10-9 3.19 don't boot on old dell poweredge 2950

2015-06-17 Thread Michael Rasmussen
On Wed, 17 Jun 2015 17:28:28 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 I don't use zfs as filesystem, only ext3
 
 So, I don't see what can be the problem here ?
 
Maybe some changes to the grub boot loader?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
  Of course I can keep secrets. It's the people I tell them to that
  can't keep them. -Anthony Haden-Guest


pgpdizySMz1ah.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] kernel 3.10-9 3.19 don't boot on old dell poweredge 2950

2015-06-17 Thread Michael Rasmussen
On Wed, 17 Jun 2015 17:40:26 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 I just notice that I don't have
 
 /boot/initrd.img-3.10.0-9-pve
 
 and
 #update-initramfs -k all -u
 
 update-initramfs: Generating /boot/initrd.img-3.10.0-8-pve
 update-initramfs: Generating /boot/initrd.img-3.10.0-7-pve
 update-initramfs: Generating /boot/initrd.img-3.10.0-6-pve
 ...
 (not -9-pve)
 
Why not try pve-kernel-3.10.0-10-pve?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
You scratch my tape, and I'll scratch yours.


pgpI3FLbnF5Wt.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] feature request : pve-manager tasks grid : keep running tasks on top ?

2015-06-10 Thread Michael Rasmussen
On Wed, 10 Jun 2015 18:52:53 +0200 (CEST)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 I tested it, the order is fine, but the problem is that the grid is not 
 refreshed
 
 
Only way of solving this is to resort the grid every time a new row is
added.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
He hated being thought of as one of those people that wore stupid
ornamental armour. It was gilt by association.
-- Terry Pratchett, Night Watch


pgpiUmOrNX1wp.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Grub problems and ZFS

2015-05-20 Thread Michael Rasmussen
Hi all,

I might have found the cause for the sometimes failing grub install. As
I updated the grub packages today I discovered very extended install
time for the grub package which was related to the post-install script.
The script ran for several minuttes and while running consuming a full
core 100%.

The cause for this was strictly related to the package os-prober which
is used to find additional OS's and when you have attached a big
number of iSCSI LUNs for KVM and/or CT storage this means that
os-prober will scan all available connected LUNs for additional OS's.

Could this be the cause for failing grub install?

As a side note os-prober is completely useless on a bare-metal
installer and I think installing proxmox on top of Debian should remove
this package too?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
For recreational use only.


pgpdmsCQAdBzF.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Kernel module woes

2015-05-03 Thread Michael Rasmussen
Hi Dietmar,

I am trying to help Patrick from servethehome.org to make his fusionIO
drivers compile on proxmox-3.4 with kern 2.6.32-37-pve but has run into
a bit of a problem. The problem is that even though Sandisk provides
sources this is not a real source tree since the source package for
each supported distro comes with one binary blob compiled against the
distros stock kernel (for Debian Wheezy):
KFIO_LIB=kfio/x86_64_cc47_libkfio.o_shipped 

The driver builds and installs fine but due to the linked in binary
blob the driver wont load giving this error message in syslog:
intel-e5-2699v3 kernel: iomemory_vsl: disagrees about version of symbol
module_layout

I have tried to swap the binary blob from the RHEL source tree but the
same error persists.

Any idea what to do besides trying to persuade Sandisk to produce a
proper source tree?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
I'll be comfortable on the couch.  Famous last words.
-- Lenny Bruce


pgpv3d4ckFF7I.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Kernel module woes

2015-05-03 Thread Michael Rasmussen
On Sun, 3 May 2015 12:31:33 +0200
Michael Rasmussen m...@datanom.net wrote:

s/servethehome.org/servethehome.com/

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The nice thing about Windows is - It does not just crash, it displays a
dialog box and lets you press 'OK' first.
(Arno Schaefer's .sig)


pgp_64jwuzFe0.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] add subvolume support to pve-storage

2015-05-01 Thread Michael Rasmussen
On Fri, 1 May 2015 10:55:35 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 Hi all,
 
 I want to add subvolume support to improve our container implementation.
 I stated using the ZFSPoolPlugin, and simply use a new 'format' called 
 'subvol'.
 
 While that seems to work, I wonder if that would also work with the 
 'ZFSPlugin'?
 Would
 it be possible to create a subvolume one an external server, and export that 
 via
 NFS?
 Would that work with nexenta or other storage boxes?
 
Theoretically it should provided you enable NFS for the dataset.
However, filtering out datasets which does not belong to Proxmox needs
to be taken into account. From what I read from the patch you will
create a dataset for each disk like:

pool 
|
- vm-100-disk-1 (zvol pool/vm-100-disk-1)
|
- vm-100-disk-2 (dataset pool/vm-100-disk-2)
|
- vm-100-disk-3 (dataset pool/vm-100-disk-3)


On Solaris based storage this should work since enabling NFS on a
dataset automatically export it through the NFS server. I think ZOL and
FreeBSD requires manually configuration of the native NFS server, only
an assumption though.

However, ACL is also something which has to be taken into account since
ZFS ACL is incompatible with Linux ACL so each dataset must be mounted
using option noacl. On the server side you will need the following
options on dataset (pve-server subnet 172.16.0.0/24):
aclmode   passthrough 
aclinheritpassthrough-x
sharenfs  rw=@172.16.0.0/24,root=@172.16.0.0/24

Above options is the once which is not default value.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
It don't mean a THING if you ain't got that SWING!!


pgpX3byaVIg4V.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] lxc 1.1 : qcow2 support ?

2015-04-26 Thread Michael Rasmussen
On Sun, 26 Apr 2015 19:14:12 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 My current thinking is that we should only use native storage feature, i.e.
 simply no snapshots for NFS.
 
 For btrfs, zfs, lvm (thin), sheepdog, ceph, drbd we can use native snapshots.
 Those storage types also provides disk quotas.
 
 We can use a loop mount to provide disk quota for NFS, ext3, ext4, xfs.
 
 What do you think?
 
I think this is a reasonable decision. I users wants to be able to
make snapshots the should choose a proper storage and file system.
Implementing self-constructed hacks is just a waiting logical bomb. 

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
For adult education nothing beats children.


pgpr8K1uoIKbB.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] lxc 1.1 : qcow2 support ?

2015-04-24 Thread Michael Rasmussen
On Fri, 24 Apr 2015 18:25:20 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 how many loop devices are possible?
 
If I remember correct the maximum number of loop devices is 256.
You asked in another post if loop devices can be dynamically
configured. The answer is yes. search for /dev/loop-control.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
We come to bury DOS, not to praise it.
(Paul Vojta, vo...@math.berkeley.edu, paraphrasing a quote of
Shakespeare)


pgpRnD1zmUlm7.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] vma: maybe small bug?

2015-03-30 Thread Michael Rasmussen
Hi Dietmar,

Running vma verify file -v produces the following output
...
total bytes read 15032385536, sparse bytes 12801355776 (85.2%)
space reduction due to 4K zero bocks 1.57%

Should the last line not read:
space reduction due to 4K zero blocks 1.57%

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
I'm having BEAUTIFUL THOUGHTS about the INSIPID WIVES of smug and
wealthy CORPORATE LAWYERS ...


pgp1I_9CjOFUK.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] criu for lxc news on criu.org

2015-03-29 Thread Michael Rasmussen
On Sun, 29 Mar 2015 17:35:02 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 Yes - I started to remove the OpenVZ code from the jessie branch for that 
 reason
 now.
 LXC seems to slowly develop - the bad news is that RH just dropped support for
 it :-/ 
 (at least the announced that in a press release).
 
 Any ideas are highly appreciated ...
If it needs to be fully Redhat supported docker seems the only option.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Steal my cash, car and TV - but leave the computer!
-- Soenke Lange soe...@escher.north.de


pgp460mseXBGS.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] criu for lxc news on criu.org

2015-03-29 Thread Michael Rasmussen
On Sun, 29 Mar 2015 17:35:02 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 LXC seems to slowly develop - the bad news is that RH just dropped support for
 it :-/ 
This blog post from 2014-09 shows that LXC online migration is very near
to be available: http://tycho.ws/blog/2014/09/container-migration.html

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Reinhart was never his mother's favorite -- and he was an only child.
-- Thomas Berger


pgp45H6JmWaQy.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] criu for lxc news on criu.org

2015-03-29 Thread Michael Rasmussen
On Sun, 29 Mar 2015 18:10:17 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 Docker is best run inside a VM. It makes no sense to run such limited 
 containers
 on the host.
 
I agree. I was only referring to 'the bad news is that RH just dropped
support for it :-/ '

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
He was part of my dream, of course -- but then I was part of his dream
too. -- Lewis Carroll


pgp0yGaXYf76w.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] criu for lxc news on criu.org

2015-03-29 Thread Michael Rasmussen
On Sun, 29 Mar 2015 16:26:32 +
Daniel Hunsaker danhunsa...@gmail.com wrote:

 If RedHat isn't going to support the technologies we need, and OpenVZ is
 evaporating anyway, maybe we should consider a different kernel?  One where
 KVM and LXC, at least, will be fully supported?  It seems that creating our
 own team to manage backporting kernel patches ourselves would be difficult
 at best, and consume a lot of time in dev and test cycles, so finding a
 different group already doing those things the way we need them done would
 be preferred.
 
LXC development seems to be centered around Ubuntu kernels.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
  The good oxymoron, to define it by a self-illustration, must be a
  planned inadvertency. -Wilson Follett


pgpcFPvgxlA_J.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] criu for lxc news on criu.org

2015-03-29 Thread Michael Rasmussen
On Sun, 29 Mar 2015 19:11:42 +0200 (CEST)
Dietmar Maurer diet...@proxmox.com wrote:

 
 What kernel would you suggest? My feeling is that RH kernel is still most
 stable.
 
The kernel for Ubuntu server seems stable and well maintained. If you
choose 14.04 LTS then you receive maintenance until Q1 2019.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Meade's Maxim:
Always remember that you are absolutely unique, just like
everyone else.


pgpEAmPI51XSh.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] got stuck while setup new dev custer

2015-03-23 Thread Michael Rasmussen
On Mon, 23 Mar 2015 20:01:34 +0100
Stefan Priebe s.pri...@profihost.ag wrote:

 Ports Bound: 0
Should you not see two ports here for a 1-node cluster?
0 and some port  0

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
nominal egg:
New Yorkerese for expensive.


pgpjFI_QQUmff.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] balloon bug in qemu 2.1 ?

2015-03-05 Thread Michael Rasmussen
On Thu, 5 Mar 2015 16:44:05 +0100 (CET)
Alexandre DERUMIER aderum...@odiso.com wrote:

 Note that balloon itself is working
 
 # info balloon
 balloon: actual=1024 max_mem=1024
 
 # balloon 512
 
 # info balloon
 balloon: actual=512 max_mem=1024
 
 
Before migration:
# info version
2.1.3

# info balloon
balloon: actual=1024 max_mem=1024 total_mem=1002 free_mem=75
mem_swapped_in=165457920 mem_swapped_out=401846272
major_page_faults=29400 minor_page_faults=231808189
last_update=1425572879

After migration
# info balloon
balloon: actual=1024 max_mem=1024

You you stop and start then VM balloon works again.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
May you have many handsome and obedient sons.


pgpF8a3d_d6YY.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] Feature: migrateall

2015-03-03 Thread Michael Rasmussen
On Wed, 4 Mar 2015 05:57:46 +0100 (CET)
Alexandre DERUMIER aderum...@odiso.com wrote:

 
 Well,you can migrate all running vms. (running or stopped).
 
This is what I want, but migrateall as is implemented in 3.4 migrates
all VM's regardless whether the VM is running or not. After running
migrateall a node will be completely free of any VM's what so ever
since the feature effectively moves away any deployed VM.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Coding is easy;  All you do is sit staring at a terminal until the drops
of blood form on your forehead.


pgpgQLx_SPcWh.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Feature: migrateall

2015-03-03 Thread Michael Rasmussen
Hi all,

IMHO the new feature migrateall is useless. What is the point of
migrating away stopped VM's and CT's?

To be usefully to me the point of this feature should be to migrate
away all running VM's and CT's for the purpose of doing maintenance
work on a node.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Conscious is when you are aware of something and conscience is when you
wish you weren't.


pgpYmMTCq40n5.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] StartAll permissions

2015-03-02 Thread Michael Rasmussen
On Tue, 3 Mar 2015 07:08:34 +0100 (CET)
Alexandre DERUMIER aderum...@odiso.com wrote:

 Should we allow an admin to do that? 
 
 Maybe can we allow to start all vms on which user have start right, and skip 
 others ?
 
For security I never work as root in gui. I have created a user for
myself with admin rights. As I side note: I work in the public sector
in Denmark and here every government agency would get a bad spot report
should any IT operation be done as root everything must be done using
sudo or by a named user account with the required permissions. IMHO
everything should be possible in the gui not only to root but also to
known user accounts with admin permission.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
If someone says he will do something without fail, he won't.


pgpsrFHB89vlc.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-21 Thread Michael Rasmussen
On Sat, 21 Feb 2015 08:14:12 +0100 (CET)
Dietmar Maurer diet...@proxmox.com wrote:

 
 22 patches?
 
We could also wait for Redhat;-)
Redhat seems eager to put the patches in production, even so eager that
they are willing to cross-cut the normal sunrise period in the linux
kernel community. To me that indicates that we are dealing with a
really nasty bug which should never have passed QA!

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
I've been on a diet for two weeks and all I've lost is two weeks.
-- Totie Fields


pgpsHegoBs7EL.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-20 Thread Michael Rasmussen
On Fri, 20 Feb 2015 16:21:24 -0500
Eric Blevins ericlb...@gmail.com wrote:

 
 I can confirm this, IPOIB multicast seems to only work intermittently
 with pve-kernel-2.6.32-37-pve
 
According to this thread RHEL 6.6 kernel has introduced a regression
into IPoIB which brakes multicast. The thread referrers to 3 patches
which should solve the issue.
https://www.mail-archive.com/linux-rdma@vger.kernel.org/msg22511.html

@Dietmar
If you provide a new pve-kernel-2.6.32-37-pve with the 3 patches
applied I will volunteer to test it.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
I got the bill for my surgery.  Now I know what those doctors were
wearing masks for.
-- James Boren


pgpIQmK1YHzwh.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-20 Thread Michael Rasmussen
On Fri, 20 Feb 2015 23:35:09 +0100
Michael Rasmussen m...@datanom.net wrote:

 According to this thread RHEL 6.6 kernel has introduced a regression
 into IPoIB which brakes multicast. The thread referrers to 3 patches
 which should solve the issue.
 https://www.mail-archive.com/linux-rdma@vger.kernel.org/msg22511.html
 
The complete patchset can be found here:
http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg22943.html

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Please help keep the world clean: others may wish to use it.


pgp9DbaCsTuLK.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-19 Thread Michael Rasmussen
Hi all,

As a follow up to my post to the forum
(http://forum.proxmox.com/threads/21083-Proxmox-VE-3-4-released!?p=107495#post107495)
I was wondering if anything has changed in 3.4 in the way quorum is
formed?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
My father was a God-fearing man, but he never missed a copy of the
New York Times, either.
-- E. B. White


pgpdRYYU0ZvXg.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-19 Thread Michael Rasmussen
On Thu, 19 Feb 2015 21:18:23 +0100
Michael Rasmussen m...@datanom.net wrote:

 Hi all,
 
 As a follow up to my post to the forum
 (http://forum.proxmox.com/threads/21083-Proxmox-VE-3-4-released!?p=107495#post107495)
 I was wondering if anything has changed in 3.4 in the way quorum is
 formed?
 
It seems this is the case. Multicast over infiniband is broken on
pve-kernel-2.6.32-37-pve!!

Just to be curtain I added netmtu=2044 to totem in cluster.conf but
this did not change anything and was not needed on
pve-kernel-2.6.32-34-pve

Can anybody confirm this?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Mollison's Bureaucracy Hypothesis:
If an idea can survive a bureaucratic review and be implemented
it wasn't worth doing.


pgphr9pTbBZEb.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-19 Thread Michael Rasmussen
On Fri, 20 Feb 2015 00:29:36 +0100
Michael Rasmussen m...@datanom.net wrote:

 I am giving up for now and have reverted back to
 pve-kernel-2.6.32-34-pve.
 
I forgot to mention that my conclusion is that the infiniband drivers
delivered with pve-kernel-2.6.32-37-pve is broken.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
The American Dental Association announced today that most plaque tends
to form on teeth around 4:00 PM in the afternoon.

Film at 11:00.


pgpKnlMtJXq5C.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] 3.4: Changes in the way quorum is formed?

2015-02-19 Thread Michael Rasmussen
On Thu, 19 Feb 2015 23:55:27 +0100
Michael Rasmussen m...@datanom.net wrote:

 Now it gets really strange. If I configure cluster to use unicast then
 suddenly multicast starts to work!!!
 
I am giving up for now and have reverted back to
pve-kernel-2.6.32-34-pve.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
  We're overpaying him, but he's worth it. -Samuel Goldwyn


pgpBDo68bXqnC.pgp
Description: OpenPGP digital signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


<    1   2   3   4   5   6   7   8   >