Re: [pve-devel] [PATCH 1/3] adapt patches to qemu 2.0.0

2014-05-03 Thread Dietmar Maurer
Thanks Stefan! I will try to apply them after weekend. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Adrian Costin
Hi guys, I'm trying to install a KVM guest using a SCSI drive and the installer always hungs around when it loads the scsi modules. I've tried CentOS, Debian, Ubuntu with no luck. I've also tried to install the guest using VirtIO or IDE and switch to SCSI after the fact with the same result.

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 18:44:14 +0300 Adrian Costin adrian.cos...@gmail.com wrote: Hi guys, I'm trying to install a KVM guest using a SCSI drive and the installer always hungs around when it loads the scsi modules. I've tried CentOS, Debian, Ubuntu with no luck. I've also tried to install

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 18:44:14 +0300 Adrian Costin adrian.cos...@gmail.com wrote: I've also tried to install the guest using VirtIO or IDE and switch to SCSI after the fact with the same result. Will the VM boot if you use VirtIO or IDE? Is the SCSI drive available in the Seabios prompt? (Hit

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Adrian Costin
What is the contents of your storage.cfg What kind of ZFS storage do you use? Linux, FreeBSD or Solaris based? OmniOS with Comstar .. zfs: kvm blocksize 64k target iqn.2014-04.net..storage2 pool storage/kvm iscsiprovider comstar portal 10.37.64.2 content images

Re: [pve-devel] [PATCH 1/3] adapt patches to qemu 2.0.0

2014-05-03 Thread Stefan Priebe
Am 03.05.2014 11:27, schrieb Dietmar Maurer: Thanks Stefan! I will try to apply them after weekend. No problem. Might be that one file does not apply as i have two more patches in the series one than your git repo. Just skip them. Stefan ___

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 19:32:10 +0300 Adrian Costin adrian.cos...@gmail.com wrote: Yes. Grub starts and loads the kernel and initrd. The VM hungs when loading the SCSI drivers. This happens in the installer and also on an already installed VM (using VirtIO or IDE which is then switched to

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Adrian Costin
Are your proxmox host using test repo? Mine is using the enterprise repo. Yes, I'm using pve-no-subscription, but I was using 2.6.32-28-pve previously with the same problem. I just upgraded thinking it will solve the problem. I'll try to downgrade pve-qemu-kvm to see if that fixes the problem.

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 20:40:38 +0300 Adrian Costin adrian.cos...@gmail.com wrote: I'vee just tried MegaRAID and it doesn't work either. Basically I've tried all the SCSI HW and the same think happens. Well, we are facing two kinds of bugs: 1) Seabios does not detect scsi disks if hw-controller

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Adrian Costin
Well, we are facing two kinds of bugs: 1) Seabios does not detect scsi disks if hw-controller is anything but MegaRAID or VirtIO. 2) Using scsi disks and any hw-controller installation stops when the installer tries to initiate hardware. Eventually Proxmox stops the VM. I've tested all the

Re: [pve-devel] KVM guest hangs with SCSI drive (ZFS)

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 21:43:54 +0300 Adrian Costin adrian.cos...@gmail.com wrote: I've tested all the 2.6.32 pve-kernels back to 2.6.32-23-pve and the 3.10.0 kernel and the standard debian 3.2.0-4 kernel with pve-qemu-kvm 1.7-8, 1.7-6, 1.7-4 and 1.4-17 (all combinations) with the same result.

[pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Adrian Costin
Small bug when creating a second disk for the same VM on the same repo: command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/10.37.64.2_id_rsa root@10.37.64.2 zfs create -s -b 64k -V 33554432k storage/kvm/vm-1476-disk-1' failed: exit code 1 (500) Basically it doesn't find that

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 21:58:43 +0300 Adrian Costin adrian.cos...@gmail.com wrote: Small bug when creating a second disk for the same VM on the same repo: command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/10.37.64.2_id_rsa root@10.37.64.2 zfs create -s -b 64k -V 33554432k

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Adrian Costin
Yes, seems to remember that nested pools are not supported. I will see if I can find some time to look into this. I should think you could overcome this missing feature by creating a target which points directly to the nested pool. Purely speculating since I haven't tested this. This is the

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Pablo Ruiz
I sent a patch a couple of months ago allowing support for nested pools. I think it was merged into testing. On Sat, May 3, 2014 at 9:23 PM, Michael Rasmussen m...@datanom.net wrote: On Sat, 3 May 2014 21:58:43 +0300 Adrian Costin adrian.cos...@gmail.com wrote: Small bug when creating a

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Michael Rasmussen
On Sat, 3 May 2014 21:46:21 +0200 Pablo Ruiz pablo.r...@gmail.com wrote: I sent a patch a couple of months ago allowing support for nested pools. I think it was merged into testing. Are you referring to this? commit 5e4791804c4d0291b27b18faf95ac03aa2b91a35 Author: Pablo Ruiz Garcia

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Pablo Ruiz
Yeah. If Adrian is already using this patch, and the problem persists, I could take a look at it tomorrow or maybe by monday. So, just le me know. Regards Pablo On Sun, May 4, 2014 at 12:27 AM, Michael Rasmussen m...@datanom.net wrote: On Sat, 3 May 2014 21:46:21 +0200 Pablo Ruiz

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Michael Rasmussen
On Sun, 4 May 2014 01:56:36 +0200 Pablo Ruiz pablo.r...@gmail.com wrote: Yeah. If Adrian is already using this patch, and the problem persists, I could take a look at it tomorrow or maybe by monday. So, just le me know. Unless he is using latest from git he will not have your patch. Latest

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Pablo Ruiz
Oh, In such a case, his issue would (hopefully) be fixed once this patch reaches pve-testing.. ;) On Sun, May 4, 2014 at 2:09 AM, Michael Rasmussen m...@datanom.net wrote: On Sun, 4 May 2014 01:56:36 +0200 Pablo Ruiz pablo.r...@gmail.com wrote: Yeah. If Adrian is already using this

[pve-devel] LinkedIn 邀请

2014-05-03 Thread 高永伟
领英 我在 LinkedIn (领英) 拓展职业人脉,希望能与您建立联系。 -高永伟 高永伟 成都世纪东方网络通信有限公司 - 研发总监 中国 四川 成都 确认您认识高永伟: https://www.linkedin.com/e/6kr3q5-hurmzr8z-3h/isd/5868525298982604800/8Pjinw6Q/?hs=falsetok=1aZuQmSae0QSc1 -- 您已设置接收邀请建立联系的邮件。点击退订:

Re: [pve-devel] zfs plugin: creating 2 disks

2014-05-03 Thread Adrian Costin
I was using version 3.0-19. I've manually applied the diff from git and indeed it fixes the problem. Best regards, Adrian Costin ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel