Search results

  1. A

    Plans to include zfsonlinux Support to proxmox Kernel ?

    Yeah, Linux is moving to btrfs for many many years now while lots of datacenters are using or moving to zfs :-) A question to the public, maybe we can convince the proxmox Team to support zfs by making a reasonable donation ? Is anybody willing to take part in this ?
  2. A

    Plans to include zfsonlinux Support to proxmox Kernel ?

    Hmm, do I misunderstand something ? The license reads: ...However, there is nothing in either license that prevents distributing it in the form of a binary module or in the form of source code. All we need is a zfsonlinux module delivered with the proxmox kernel
  3. A

    Plans to include zfsonlinux Support to proxmox Kernel ?

    Hi, I like proxmox very much but I cannot live without zfsonlinux (zfsonlinux.org). When operating Proxmox I hate very much to manually add zfsonlinux modules to the Kernel each time when there is a proxmox update. Are there any plans to add zfsonlinux to proxmox kernel ? Thanks
  4. A

    Deleted node in Proxmox cluster is still there

    To answer my own question: I did an /etc/init.d/pve-daemon stop and an /etc/init.d/cman restart and an /etc/init.d/pve-daemon start on one of the nodes. After this the delete cluster member was not visible anymore
  5. A

    Deleted node in Proxmox cluster is still there

    Hi, this is the output of pvecm nodes: Node Sts Inc Joined Name 1 X 968 san03 2 M 1160 2013-01-23 17:16:09 san05 3 M 1168 2013-01-25 16:17:22 san07 4 M 1024 2013-01-10 20:39:01 san06 5 X 1192...
  6. A

    Kernel Panic

    You were right, something must have been gone wrong. I now installed the current January Driver from: http://www.broadcom.com/support/ethernet_nic/netxtremeii10.php It identifies as: And the system seems to be stable now.
  7. A

    Kernel Panic

    Hi, i use a Supermicro Motherboard X9DRW-7/iTPF with 10GBE onboard lspci says: Today I compiled and installed the current Broadcom Drivers. I now have the following versions: Now the System survives high network traffic for 5 minutes. With the older driver the system died after about 2...
  8. A

    Kernel Panic

    I can also confirm the proxmox Bug with bnx2x hardware. Bought a new server hardware, installed proxmox and it crashes twice a day
  9. A

    Live migartion fails in KVM 1.3

    What is the final solution for this bug ? Install this patched qemu-server from the debian package on the ftp site ? Or will there be an official update in the repository ?
  10. A

    Proxmox Android client - UPDATE: Version BETA released

    Great, thank you suo much. Since I am not an android-developer, just a question, how can I convert the sources to an apk package ? (I always wanted to know this)
  11. A

    Proxmox Android client - UPDATE: Version BETA released

    Wow, this app is really cool. Just restarted a misbehaving vm while eating in the steakhouse. I am just wondering, I can start and stop vms, but the functionality to shutdown a vm is not there. Can you implement this ? Thanks so much for this real wonderful app ...
  12. A

    How to migrate all VMS from a Server to some host which has enough resources ?

    Hi, I have some machines in a Proxmox Cluster. Sometimes I need to take down a Proxmox Server for Maintenance or updates. Today I do some scripting like for vmid in 100 103 105 109;do qm migrate $vmid someserver -online done This is a manual process and I would like very much a script that...
  13. A

    Anyone using Proxmos Perl Api ?

    Hi, is anybody using Proxmox 2.x Perl Api e.g. Net-Proxmox ? I found no Documentation Does someone have a Code snippet e.g. to find out how much FreeMemory a Cluster Member has or on what CLuster Member host <vmid> is running ?
  14. A

    Additional Http Authentication for Proxmox ?

    I am considering to open my Proxmox Web-Interface to the Public Internet For addtional security I would like to configure an additional HTTP-Authentication for Port 8006 which should take place before the Proxmox authentication. This should prevent unauthorized Access even if there is ever a bug...
  15. A

    Recommedations for new SAN?

    (Nearly) Any Hardware, I always use Supermicro Servers. There is a huge Compatibility List on Nexenta.com
  16. A

    Recommedations for new SAN?

    I would recommend to go with legacy hardware and nexenta SAN software. Nexenta has a free community edition at no license cost for up to 18 TB. As Nexenta uses zfs you will have great performance and zillions of modern SAN-Features at a fraction of a price of a proprietary SAN Hardware. Nexenta...
  17. A

    NFS Deadlock in Proxmox 2.1 Cluster

    Hi, yes, the nexenta uses zfs. The zfs pool version is 28, the nexenta version is 3.1.3 No, I dont think the Parameter is needed. This turned out to be not a locking problem but a File-Open problem
  18. A

    NFS Deadlock in Proxmox 2.1 Cluster

    Problem solved. Basically what happened: kernel 2.6.32-7-pve from proxmox 1.9 behaved differently as nfs client that kernel 2.6.32-12-pve from proxmox 2.1 This leaded to the Fact that the OpenOwners Table on our nexenta nfs storage overflowed with 1 Mio entries. Afterwards it was not possible to...
  19. A

    WARNING: Duplicate VG name pve

    I once had the same problem after installing proxmox to 2 different disks in the same host. The tool vgimportclone is able to fox this by renaming one of the pve volume groups to another name
  20. A

    Jaca Console enter equal sign (=) in grub ?

    Hi, I want to edit the grub-options in a virtual machine using the proxmox vnc console. Especially all I want is to enter an equals-symbol (=) While the Linux-VM is in grup the keyboard has an american layout. Later on when the linux vm boots and loads its german keymap I can Enter the = sign...