Search results

  1. X

    Run GUI in lxc container

    Hi mattlach, I'm using locally installed vnc client (remmina) on my client.
  2. X

    Right permissions to stop VM with "fence_pve"

    Hi, I'm testing "fence_pve" [1] stonith agent right now, it works fine with root@pam user, but not with dedicated one. I've created new role "Stonith-role" with "VM.PowerMgmt" and "VM.Audit" permissions and attached it to hitman@pam user, I can login with this user in Proxmox GUI and...
  3. X

    Run GUI in lxc container

    ok, nevermind, I've just installed xfvb and vnc4server, it works fine, this thread can be closed.
  4. X

    Run GUI in lxc container

    HI all, general question - is it possible to run X server in lxc container on Proxmox? Fast googling shows it certainly possible, but if I start X with "startx" in debian 8 template's container I get fatal errors since /dev/tty0 does not exist, creating the later per hand doesn't solve...
  5. X

    stonith / fencing for guest VMs

    Thank you LnxBil and t.lamprecht, this is exactly what I was looking for!
  6. X

    stonith / fencing for guest VMs

    Hi guys, we are running few pacemaker cluster setups in our VMs (KVM), the problem is, sometimes resource migration doesn't work if a node is in undefined state, stonith (kill the VM) could resolve this problem, unfortunately I can't find any info if it possible with Proxmox. I know pacemaker's...
  7. X

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

    Unfortunately, changing caching method to "directsync" or "writesync" doesn't fix it for us, we are still have problems with "Buffer I/O" errors, upgrade to kernel to 3.10 and drbd 8.4 doesn't help either, even switching to slave on drbd and "invalidating" one of the node brings nothing, strange...
  8. X

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

    Hm, interesting, we've used "directsync" since it's like "writethrough" but even more "harder" with caching (if I understand it correctly) and it didn't help, but I will try "writethrough" nevertheless, thanks.
  9. X

    what is the current state of "3.10" kernel branch?

    Hello, I mean wiki says it's for testing, but the page was last edited more than year ago and 3.10 kernel is in subscription (enterprise) repository, so is it stable now? Thanks for clarification.
  10. X

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

    Hi gianni.bet, what I/O subsystem do you use? HW RAID + DRBD? It's interesting on what layer did this happen.