Search results

  1. X

    HA start behavior in a cluster start

    We have a NFS server and a DB server in HA mode as services to offer to others VMs. It's true that in a HA cluster the order option it's not used ? At cluster start the HA VMs take precedence before others ? (we had this week a situation that needs to restart the cluster) We need our NFS and DB...
  2. X

    Migration from Openvz backup to physical machine

    Which would be the correct process to restore a vzdump backup of a container to a physical machine ?
  3. X

    A suggestion for vmbrX config

    It's possible that if I left the ip address as 0.0.0.0 the system saves the interfaces file with dhcp instead of manual ? I know that a server would have a fixed address and mine have, but I prefer to centralise this in my dhcp server. I edited the /etc/network/interfaces by hand with no...
  4. X

    HACK - KVM only - Control order and delay starting VMs in proxmox

    Hi, because I need to control the start order of VMs and set a delay between them in some circunstances, I write a little bash script to accomplish this with KVM vms in proxmox. /usr/sbin/qmcontrol #!/bin/bash # # qmcontrol v0.03 # # - changed Starting VM Message to something more meaningful...
  5. X

    Proxmox installer installs grub in the wrong disk ?

    Hi, at first thanks for the good work with proxmox VE. Installing a server with 6 sata internal disks (sda-sdf) and 1 esata disk (sdg) I got stuck with blocked system after install and reboot (no message in screen). It's possible that the proxmox install puts the grub in the first disk (sda)...
  6. X

    ext4 support is missing in 2.6.24 kernel ?

    Hi to all ! Today I install the PVE in my server using an esata disk (for PVE) and an existing 10Tb raid5 md0 device formated in ext4 as additional storage shared with NFS for networked machines and VMs. Testing the default kernel, I see that 2.6.18 has ext4 support, and after installing the...