Recent content by copymaster

  1. C

    Udev Rules for encrypted USB HDD no longer working

    Hi! After successfully adding a proxmox5 Node to my cluster, i adapted the udev rules (/etc/udev/rules.d) to what the old server with PROXMOX 4 was configured. I have 3 USB HDD's used for copying Backups to a second location. My udev rule is this one...
  2. C

    Upgrade Proxmox via soft migration

    Hi! We are using a 5 node proxmox 4.2 cluster with several VM's. Now i want to upgrade to proxmox 5 and read in the wiki that it should be possible to ADD a Proxmox 5 node to the existing Proxmox 4.2 cluster. I just want to make sure i am right with my view of the procedure. Plan is as...
  3. C

    pass external usb3.0 hdd to vm (kvm)

    hi! I have a server with usb3.0 and a toshiba external USB3.0 harddisk. Tried to edit config of vm with values: usb0: hostusb=0480:a006 But then the vm (windows7) says "unknown device" and i can nit use the disk I read in the wiki about passing USB3.0 devices to vm and tried the line (from...
  4. C

    gluster slow on restore and backup?

    Hi i have a proxmox cluster 3.4 with 3 nodes. 2 of them have glusterfs-server installed and share a 16TB volume. Each server is connected to a 10Gb switch with a single 10Gb nic Local writes to the mounted raid 5 partiotion can be done with about 450 MB/sec I configured glusterfs as storage...
  5. C

    3 node cluster (2 of them use glusterfs) supported?

    Hi As my tests went on and i visited the Cebit yesterday, i think my actual setup is the best i can get with the hardware i have. Dear Proxmox team, please answer the questions below: 1) I have a proxmox cluster with 3 nodes, 2 of them are really big (2 XeonV3 12 core, 256GB RAM, 1 Raid 1 for...
  6. C

    Glusterfs problems with proxmox 3.4

    Yes, it does. Problem was, when shipped gluster is configured, and already used, there seems to be problems when you then upgrade to gluster.org packages. One should FIRST of all add the gluster repository, upgrade gluster and install gluster-server before doing anything else
  7. C

    Glusterfs problems with proxmox 3.4

    some news for all who are interested: I installed proxmox 3.4 from scratch. then edited the repos for using glusterfs from gluster.org. You can do: wget -O - http://download.gluster.org/pub/gluster/glusterfs/3.6/3.6.2/Debian/wheezy/pubkey.gpg | apt-key add - then echo deb...
  8. C

    Change kvm harddisk from ide to sata (Windows 2008)

    thank you. i tried virtio for a windows system harddisk but it has some strange behaviour. i will leave it with ide.
  9. C

    Change kvm harddisk from ide to sata (Windows 2008)

    Hi! I have a windows 2008 R2 Server (64 bit) in a kvm vm. I tested harddisk with hd-tune and got about 150 MB/s. This harddisk is an IDE one. Now i added a second harddsik, SATA and tested this disk also with hd-tune. Here i got 250 MB/s which is really good. I powered off the vm and removed...