Search results

  1. M

    PCIeX SSD doesn't work in Proxmox v3.1 [OCZ RevoDrive3]

    Currently, only first beta of RHEL7 was released. I think it should be released in few months. Have no idea how long it will take to release OpenVZ version of its kernel. You can find fresh driver in newer versions of kernel source, but I don't think that it can be easily backported. But you can...
  2. M

    PCIeX SSD doesn't work in Proxmox v3.1 [OCZ RevoDrive3]

    Try something like: If it not helps, then you can try backporting newer mvsas module or wait until RHEL7 OpenVZ kernel is out and adopted to PVE.
  3. M

    Help with stack trace! iommu related

    Re: Similar problem In 3.x it'sown new kernels and they're seems to be unaffected. At least I have no issues. So upgrade to 3.x solves problem.
  4. M

    Help with stack trace! iommu related

    Re: Similar problem Tested 2.6.32-96. Affected again. Dont know why.
  5. M

    Help with stack trace! iommu related

    Re: Similar problem Tested 2.6.32-95. Works OK for me.
  6. M

    Help with stack trace! iommu related

    Re: Similar problem OK, if pve-kernel-2.6.32-19-pve is based on 042stab075.2 then it is still affected. At least 2.6.32-93 (I cannot currently test 2.6.32-95). Maybe RH not fully fixed bug...
  7. M

    Help with stack trace! iommu related

    Re: Similar problem OpenVZ's 042stab075.2 and newer seems to be based on RHEL kernel with bug fixed. Just waiting when PVE team will adopt it.
  8. M

    Help with stack trace! iommu related

    Re: Similar problem running kernel: 2.6.32-19-pveIssue still present.
  9. M

    Help with stack trace! iommu related

    Re: Similar problem Still actual. IBM x3550m2. intel_iommu=on dmesg: device eth0 entered promiscuous mode alloc irq_desc for 65 on node -1 alloc kstat_irqs on node -1 bnx2 0000:0b:00.0: irq 65 for MSI/MSI-X alloc irq_desc for 66 on node -1 alloc kstat_irqs on node -1 bnx2 0000:0b:00.0...
  10. M

    ixgbe diver with high max_vfs prevents pve 2.2 from booting.

    After installing i82599 10-gigabit adapter and setting cat /etc/modprobe.d/intel.conf options ixgbe max_vfs=63 LRO=0 FCoE=0 blacklist ixgbevf server with pve 2.2 stopped booting (freezing at NFS statd starting). After some investigation I found that ip utility showed only first three interfaces...
  11. M

    Survey: Do you use KVM or OpenVZ, or both?

    Re: AW: Survey: Do you use KVM or OpenVZ, or both? In 1.x used both, now slowly migrating to kvm-only. It would be great to have igb|ixgbe vf management in web. Now using console for this purpose (script to configure Vfs on server start and manually writing them to vm configs). Today got idea...