Search results

  1. A

    ProxMox 3.2 to 3.3, impressions and a problem

    yes, uuid is a standard format, you can use this generator. I'm not sure, but qemu-kvm don't expose any uuid by default. can you check in windows with: wmic csproduct get name,identifyingnumber,uuid (see doc here ...
  2. A

    GPU passthrough, possible with my hardware?

    Hi, what gpu model do you try to passthrough ? from https://bbs.archlinux.org/viewtopic.php?id=162768 " AMD RADEON 5xxx, 6xxx, 7xxx and NVIDIA GEFORCE 7, 8, 4xx, 5xx, 6xx, 7xx have been reported working with this, passing though an intel IGD'S WONT WORK."
  3. A

    not start the virtual machine

    Hi, you need to enabled vt option in your bios (generally in cpu options)
  4. A

    Proxmox VE Ceph Server released (beta)

    use active-backup bonding. (so only 1 link of the bond will be used) if you can have 4 10gb nic by ceph server, then configure ceph to use public network (vm->osd), and private network (osd->osd replication). monitor don't need dedicated bandwidth.
  5. A

    [SOLVED] ERROR: online migrate failure - unable to parse migration status 'setup'

    Re: ERROR: online migrate failure - unable to parse migration status 'setup' - aborti Yes, It's quite possible. "setup" is a new state in qemu 1.7. It's mainly usage is for infiniband migration. I can't reproduce it here, but can you try to insert in /usr/share/perl5/PVE/QemuMigrate.pm...
  6. A

    FreeBSD with Proxmox 3.2

    are you running an amd host server ? if yes, try to change from kvm64 to qemu64 vm cpu model
  7. A

    Benchmarking with poor results for proxmox

    I check the iometer resultats 50000iops with 8 local disks raid5 ????? 12000iops with RN716X san and 6 disks raid5 ???? Seem that theses benchmark are bullshit ;) Or they use writeback in other hypervisors
  8. A

    Red Hat to Acquire Inktank

    Seem that all current ceph entreprise projetcs (like calamaris admin web interface) will be opensourced too ! So that's a great news. Maybe the commercial support/license will be higher. Don't known yet. (If they put it in redhat storage server, this will be license by nodes and not by GB like...
  9. A

    Open vSwitch and VLAN trunking

    >> Cisco SG300 SG300-Router01(config)# int gi1 SG300-Router01(config-if)# switchport mode trunk SG300-Router01(config-if)# switchport trunk allowed vlan add 11 about vlan0, this is strange, because vlan 0 is no vlan. (I'm not sure that you can mix tagged and untagged...
  10. A

    Fencing with Dell Drac Does Not Work

    Hi, seem that drac_5 and some others script don't work anymore (all fencing script in python), because "nodename" argument https://bugzilla.redhat.com/show_bug.cgi?id=1068692 I'll work on this
  11. A

    pfSense AMD64

    the kvm64 bug + freebsd should be fixed with the final host kernel 3.10.
  12. A

    GPU Passthrough issue with HD7770 Sapphire Flex

    Sure no problem. Can you fill a proxmox bugzilla ? like this, I won't forget it ;)
  13. A

    trim discard support for ceph block device

    Hi, this is strange, because "-M pc", is the default configuration of kvm. this can be used to simulate previous qemu hardware implementation (('pc is an alias of last version) # kvm -machine ? Supported machines are: none empty machine pc Standard PC (i440FX...
  14. A

    Sheepdog usable or not?

    thanks,I'll update package next week
  15. A

    GlusterFS & Proxmox Future & QCOW2 Issues

    Re: GlusterFS & Proxmox Future & Issues Hi, vdmk should be use only for compatibility, if you import from vmware. The format is not super fast in qemu, and maybe it can have bugs depend of the version of vmdk. So, use raw, this is the fastest (but don't have snasphot features)
  16. A

    kvm qcow snapshot

    The external raw file is only to save the vm state (memory), if you want to rollback to a running vm. but it's optionnal. Disk data snasphot is internal in the qcow2 file.
  17. A

    PCIeX SSD doesn't work in Proxmox v3.1 [OCZ RevoDrive3]

    from http://ocz.com/enterprise/download/drivers: http://ocz.com/enterprise/download/drivers/oczpcie-centos_rhel_oracle6.x-v4.0.551.x86_64.rpm you can use "alien" to install rpm. (but maybe it's better to decompress it before to see what's inside exactly)
  18. A

    New 3.10.0 Kernel

    I think you can report bug on dev mailing list, it's better than the forum.
  19. A

    migration slow, disable encryption?

    yes sure, edit /etc/pve/datacenter.cfg and add migration_unsecure: 1
  20. A

    ZFS plugin works almost perfectly on Netgear ReadyDATA

    Hi, I'm not sure nexenta core have nexentastor api. (only nexentastor community and nexentastor commercial).