Search results

  1. E

    DRBD9: Multiple volume groups

    Do you have to specify just the "auto-promote" option on the resource or is it necessary to also specify "allow-two-primaries" to use the auto-promote feature?
  2. E

    DRBD9: Multiple volume groups

    Well, looks like dual primary is unsupported until DRBD 9.1: http://drbd.linbit.com/users-guide-9.0/s-enable-dual-primary.html#ftn.idm45543228546144
  3. E

    offsite backup solution

    Here is my hook script code to mount/dismount the LUKS encrypted disk: #!/bin/bash if [ "$1" == "job-start" ] then #echo "INFO: Calling cryptsetup" cryptsetup luksOpen /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1 backup --key-file=/path/to/backup.key mount...
  4. E

    DRBD9: Multiple volume groups

    I am in the same boat as you, looks like this is not supported directly in Proxmox 4: http://forum.proxmox.com/threads/23968-DRBD9-with-Proxmox-4-and-diverse-storage WARNING: I've not actually used DRBD9 yet, only read some of the documentation so the following could be complete useless...
  5. E

    DRBD9 with Proxmox 4 and diverse storage

    Yes, the important thing to me is to be able to select the specific nodes for the storage. Is this something that you could add to Proxmox VE?
  6. E

    DRBD9 with Proxmox 4 and diverse storage

    Most of my servers were built in identical pairs over time because we used DRBD. But no two pairs of servers are identical, they were all built to serve specific needs. Example Server A and B are identical and have small SSD disks where Server C and D are identical and have giant slow...
  7. E

    Linux guest problems on new Haswell-EP processors

    This seems like a significant clue.
  8. E

    Linux guest problems on new Haswell-EP processors

    I have a few Ubuntu 14.04 VMs running 3.16 and they have never had this problem. That seems to support the idea that the problem might be in the guest kernel.
  9. E

    jfs module missing?

    It is used less than other filesystems but it is very stable and maintained, I see JFS related commits in mainline just last week. I have several VMs using JFS mostly because it can be formatted case-insensitive which is really handy when moving files from Windows to Linux.
  10. E

    On backup run a command before and after snapshot to lock mysql db inside VM

    The roadmap contradicts Wolfgang's statement: http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_3.4 I think most important thing to point out to future readers of this thread is that this ability was only added in 3.4. If you don't have >= 3.4, its not going to work.
  11. E

    On backup run a command before and after snapshot to lock mysql db inside VM

    Upgrade, functionality you desire was added in 3.4 according to the roadmap: http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_3.4
  12. E

    On backup run a command before and after snapshot to lock mysql db inside VM

    I think you did not understand my suggestion. In your guest run qga In your guest add a qga hook script so when fsfreeze-freeze is requested the qga hook script performs whatever db actions you want to freeze the db. In your guest add qga hook script so when fsfreeze-thaw is requested the...
  13. E

    On backup run a command before and after snapshot to lock mysql db inside VM

    You can create hook scripts for qga. That would be where you would add code to issue your db commands. You will need to read qga documentation to figure out how to do this, I only know it's possible and have never done it myself. I believe qga writes logs in the guest, did you look there...
  14. E

    VM blocked due to hung_task_timeout_secs

    Is this problem limited to Debian 7 guests or has it been observed with other guest OS? I've only seen it with Debian guests and only fix I found is to use IDE instead of virtio.
  15. E

    Linux guest problems on new Haswell-EP processors

    I've not tried SATA.... I find it most strange that I only see this on VMs with very little disk IO. VMs running nothing but memcached have the problem where a busy web server constantly writing logs never had the problem. Wish I had a way to trigger the problem on demand, that would help...
  16. E

    Linux guest problems on new Haswell-EP processors

    The only solution I have found is to not use virtio for the disk. When using IDE this problem never happens.
  17. E

    Sporadic Buffer I/O error on device vda1 inside guest,RAW on LVM on top of DRBD

    Apparently writethrough seems to be the best option when using DRBD. All other cache modes are known to cause out of sync (OOS) blocks in DRBD. Oddly I have issues with some nodes where if I have guests using writethrough DRBD split brains under heavy IO load (eg during backups)
  18. E

    Infiniband Partition in Proxmox

    I've looked into this a couple years ago and my conclusion was its not possible. The only way to get IB into a guest that I can think of is to pass the IB card directly to the guest but thats not much of a solution. Maybe something like this could solve the problem: http://vde.sourceforge.net/...
  19. E

    Venom vulnerablity

    They are on top of this: http://pve.proxmox.com/pipermail/pve-devel/2015-May/015123.html I suspect that once an update is out you will be able to live migrate into the updated QEMU/KVM on another server or you will need to stop/start your VMs.
  20. E

    porxmox 3.4 kernel: waiting module removal not supported: please upgrade

    I have posted about this problem long ago and never found a solution. Very annoying as it causes the reboot to take many minutes longer than necessary.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!