Recent content by twocell

  1. T

    Slow Web Interface Performance

    Storage! I think that was it! I had a misconfigured ISCSI target. Removed it and it seems like things are moving faster now. THANK YOU!
  2. T

    Slow Web Interface Performance

    Re: Solved Eth1 is the storage backend. Right now I've got the vm's running locally though. I thought my network config could be the problem since that's one of the few things I changed since I moved the cluster from my home office.
  3. T

    Slow Web Interface Performance

    Re: Solved Could it be my network setup?: auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 192.168.3.61 netmask 255.255.255.0 auto vmbr0 iface vmbr0 inet static address 192.168.2.61 netmask 255.255.255.0 gateway 192.168.2.1...
  4. T

    Big performance problem

    I'm seeing this behaviour as well.
  5. T

    Slow Web Interface Performance

    Re: Solved Or not. Looks like some operations are still pretty slow. Adding disks takes forever. It seems like it's mainly operations that deal with the "hardware" tab.
  6. T

    Slow Web Interface Performance

    Solved It turns out the node was version 1.6, I upgraded to 1.7, rebooted the node and the web interface runs much smoother now.
  7. T

    Slow Web Interface Performance

    Hi, I've moved my Proxmox 1.7 server cluster from my home office to a data center, and now the web interface responds very slowly. Now my face looks like this: :mad: Everything else seems to run quickly: SSH, the VNC terminals, virtual machine performance seems fine. Things that have...
  8. T

    Proxmox shows 8 CPUS on Quad core server

    Maybe it does. This ancient (2003) IBM developerworks benchmark shows a 30% performance boost in some multithreaded applications. So it may be good to leave it on. Still multiple cores + hyperthreading seems like redundant features to me, I guess that's why I didn't think hyperthreading would...
  9. T

    Proxmox shows 8 CPUS on Quad core server

    I thought that might be the reason, but I didn't see that in the CPU specs. Nice... 4 bonus cpus!
  10. T

    Proxmox shows 8 CPUS on Quad core server

    Just installed Proxmox on a new server with a Intel L3650 CPU. Proxmox is showing 8 CPUS when I believe I should see 4. CPU(s)8 x Intel(R) Xeon(R) CPU L5630 @ 2.13GHz Anyone have any insight on this? Does this indicate a problem I need to fix? As always thanks for reading.
  11. T

    Proxmox on Sata Flash device

    Business: it's going to be a mission critical cluster. I have found devices that promise better performance/reliability. But they are expensive ($250 USD), about the same price as a desktop SSD with way less capacity. I still don't think I've found the right device. The first one I linked to...
  12. T

    Proxmox on Sata Flash device

    I'm thinking about installing Proxmox on a sata flash device like this one: http://www.amazon.com/7-pin-Flash-Drive-Module-Type-1/dp/B003C50AEQ The advantages are fast read, reliability, frees up extra drive space in the front of the case for storage drives and low energy consumption. I'm...