Search results

  1. D

    Openvswitch Crash

    Hello all, I have built a test cluster using 4 machines and OVS I have used the example config from https://pve.proxmox.com/wiki/Open_vSwitch with bonding . What i am seeing is when I add or remove a port/vlan (i.e start a container) the OVS Seg faults i have debugged it down to the...
  2. D

    LSI Logic SAS1064E not supported?

    Hello, did you ever work out a solution to this Cheers Darren
  3. D

    Console suddenly no longer showing VE names (only numbers) ?

    my bet is you are running a cluster and if you log in and check your cluster status you will notice that the machine in question is no longer connected, look at the command pvecm, fixes to this ( after you have checked connectivity to the other cluster machines) restart either the box or...
  4. D

    [SOLVED] Interesting Observations and solution - Cluster issues (quorum)

    All, I just thought I would put this out there in-case somebody else experiences the same issue, I recently upgraded my proxmox 2.1 with the pvetest repo due to some openvz iops kernel crashes which was experiencing on kernel 2.6.32-12 (since using 13 I no longer see these issues) when it...
  5. D

    Migrating Live Container proxmox 2.1

    Please Disregard I have rebooted the second server and now it has no issues migrating D
  6. D

    Migrating Live Container proxmox 2.1

    Hello I am having problems with live migration i am currently testing it with scientific linux i have a 3 node cluster connected to an nfs store first error i had was i was missing the dump folder in my nfs store any ideas on where to debug May 02 14:29:34 starting migration of CT 101 to node...
  7. D

    network configuration

    Hi , i dont mean to point out the obvious but you dont have any intefaces attached to the bridge auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto vmbr0 iface vmbr0 inet statitc address 10.100.20.86 netmask 255.255.255.0 gateway 10.100.20.1...
  8. D

    NexentaStor 3.1.1

    I know this is said as working but it gets to the boot menu then reboots on option select i am currently using 2.0-18 i have tried this on 2 installs Cheers D
  9. D

    NFS for Containers

    I note for ha containers you need "nfs for containers" Is this any different from normal nfs or something special Also does live migration work with Nfs yet Cheers Good work loving the project D
  10. D

    Feature request

    OK thanks - is there a design or layout of how it works the naming convention allows me to customize the name as it suits me . Rsync requires that the files have the same name so i would use 'vzdump-$t-$v' Thanks i have joined
  11. D

    Feature request

    Apologies for saying java I made an assumption without looking which was clearly wrong! I see that the manager is a mix of perl and Ext JS 4 JavaScript Can i ask what you use to develop the gui or is it just a nano thing My initial thoughts for the naming of the backup file names would be a...
  12. D

    Junos

    I would like to see a KVM with Junos working on it . Currently it gets stuck at the bios screen Cheers D
  13. D

    Feature request

    Backup naming I would like to have the ability to set the format of the backup i.e currently it is "vzdump-100-2011_12_17-00-00-03.tgz" i would like to be able to change it to "vzdump-100.tgz" as currently use rsync for duplication for some container backups possibilities could be endless if...
  14. D

    Fake Raid / SW raid

    Sorry i didn't mean to swear ;) I currently have an ibm 306 that i am trying to get sw or fake raid working it has a host raid card in it. I am only wanting raid 1 is there any way to do this in version 2 Regards Darren
  15. D

    VLAN configuration from GUI in 2.0?

    The only thing you cannot do is bring up the interface without restarting the host but if that could happen it would be awsome, I guess it would be either a network restart or bring up interface option
  16. D

    kvm image import

    I am feeling like a noob as i have not had much experience with kvm. I note there is not feature for importing existing images to Kvm virtual machines is this a missing feature or am i just an id10t also if somebody could provide me with the command to add an image to a VM it would be...
  17. D

    VMDK Format Issue

    Hello All, Just started testing KVM on Proxmox and when installing Scientific linux 6.1 the format takes forever compared to Raw and it then freezes Settings were Virtio and vmdk defaults. difference was with raw it was installed and rebooted before the VMDK format had finished the format and...
  18. D

    My 2.0 issues

    First of all i would like to comment on how nice it is looking . My issues are as follows. 1. when creating the Container i get "Communication Failure" ( all files are created i click the X and i can start the VZ) does not happen on other install . 2. Network interface on initial does not...
  19. D

    Contribute to project- Multiple Nics on containers(openvz)

    i have also emailed it to you: This update allows multiple nics on openvz hope this is usefull for some.
  20. D

    Contribute to project- Multiple Nics on containers(openvz)

    Hello, I am just started using proxmox and saw it missed 1 minor feature : The ability to add multiple interfaces to openvz(containers) from the GUI. as such i have modified the code to support this. this is a simple hack allowing upto 4 interfaces to be configured I plan to improve this if...