Recent content by M@ario

  1. M

    Solaris 10 Guest no network traffic after upgrade to proxmox 3.1

    Same here. tcpdump on the TAP Interface shows ARP traffic in and out, but no package is recieved inside the Solaris 10 VM. 09:14:48.583479 ARP, Request who-has 10.1.30.1 (ff:ff:ff:ff:ff:ff) tell 10.1.30.10, length 46 09:14:48.590272 ARP, Reply 10.1.30.1 is-at 00:00:0c:07:ac:01, length 46...
  2. M

    ProxmoxVE will change LICENCE?

    That's why you have mirrors. There a lots of companies and universities who provide mirror space for open source projects.But proxmox team obviously dind't wan to go that way. That's why you have to involve the community. Something that Proxmox failed to accomplish especially in the beginning...
  3. M

    Startup Order

    Thanx again. I think now I got it. All VMs with the same "Order" value are started in the ascending sequence of their VM IDs, and when Proxmox hits a VM with a configured startup delay, it pauses for N seconds and the continues with the next VM or the next "Order group". Is this correct?
  4. M

    Startup Order

    Thank you for the information. But how would I configure it if I wanted VM1 and VM2 be started concurrent and after 5 minutes VM3 and VM4?
  5. M

    Startup Order

    Hello, I don't really understand how the startup order in proxmox works. For example, if I have 4 VMs. VM1: order=1, up=300 VM2: order=1, up=300 VM3: order=any VM4: order=any Will VM1 and VM2 be started concurrent and after 5 minutes VM3 and VM4? Or will Proxmox start VM1 and then wait 5...
  6. M

    Suspend to Disk

    Hi, Is there a possibility to suspend a KVM VM to disk? Especially when rebooting the host it would be nice not to shutdown/powerup the VMs, but suspend/resume them.
  7. M

    KSM behaviour on reboot

    Hello, I have one Proxmox node that uses KSM heavily (118GB assigned on 96GB physical RAM). Recently I had to reboot that node and after the reboot the VMs started up and began to eat up the RAM quickly. cat /sys/kernel/mm/ksm/run showed KSM running, but pages_shared and pages_sharing ware...
  8. M

    Proxmox and storage sas

    You don't need RDAC at all. Multipath replaces the RDAC kernel driver. Which is perfectly normal for all SAN storages in Linux. That's why you need multipathd installed and a correct multipath configuration.
  9. M

    LVM manipulations on-the-fly

    Hello, I recently ran into the "metadata too large for circular buffer problem" -> http://forum.proxmox.com/threads/12045-HELP!-metadata-too-large-for-circular-buffer Because I have to keep the downtime minimal, what I want to do now is add an additional PV with a larger metadatasize to my...
  10. M

    FC SAN multipath I/O error slow down everything, udev blacklist needed?

    Hi! I had a similiar configuration (IBM DS4700). Don't know if it works with the DS3512 too, but you can try the following (but better backup your initrd first)... In /etc/initramfs-tools/initramfs.conf change MODULES=most to MODULES=dep In /etc/initramfs-tools/modules add scsi_dh_rdac...
  11. M

    Performance guidance - home many VMs can run on a 4 cores server

    That's not true. KVM with KSM allocates only the amount of memory, that the virtual OS uses. With KSM I can overprovision around 130-140% (eg. physical mem:96GB, provisioned: 130GB, used:80 GB). All are Linux KVM VMs, but with different distributions, and different workload (Oracle DBs...