Search results

  1. R

    Proxmox VE4: HA failover test

    Hi, How can I do a VM's-fail-over test on a PVE4 node of a HA-cluster? In PVE3 I used to restart RGManager to test this, but in PVE4 this program isn't available anymore. Can the tool 'ha-manager' provide in this, and how? Thanks! Best Regards, Ruben
  2. R

    DRBD 9 setup Proxmox VE4

    After some more testing it seems that running LXC on DRBD9 works fine! ;)
  3. R

    DRBD 9 setup Proxmox VE4

    Hi Udo, Thank you for trying. That makes sense. In my case MBs should be GBs! I see that you've created a VPS of type VM (harddisk type: raw disk image). That works for me too! Now I understand what went wrong. I tried to create LXC containers on the DRBD storage, but I couldn't select it in...
  4. R

    DRBD 9 setup Proxmox VE4

    Interesting possibilities! To get back to my initial question (no drbd disk-space in Proxmox VE UI), first entry in this thread, I've collected some information. I've setup a testlab with two proxmox4 nodes (pve01 and pve02) on VirtualBox. @Udo, this is my configuration.... root@pve01:~#...
  5. R

    DRBD 9 setup Proxmox VE4

    Hi, If I follow the wiki (https://pve.proxmox.com/wiki/DRBD9) to setup DRBD9, the DRBD storage in the UI is only 3 MB. Also I can't put content on it. What can I do about it? How to test/debug, etc? Thanks in advance. Regards, Ruben
  6. R

    pty issue with ve 4 containers (converted from 3)

    In addition to this topic. If you experience this error "Server refused to allocate pty" while connecting with SSH to the container, try the following. From the host-node connect to the container with the following command: "pct enter [container-ID]". Then edit /etc/rc.sysinit and look for...
  7. R

    Proxmox 3.2 with 3-nodes cluster and ceph server: running openvz/containers possible?

    Hi all, I'm a noob on this subject, but is it possible to run openvz containers (not KVM!) stored on proxmox "ceph" powered nodes? Maybe with Ceph File System (http://ceph.com/ceph-storage/file-system/) implementation? Now I'm running the containers on the cluster from a separate NFS server...
  8. R

    extracting just *vm*.conf from .tar.lzo backup

    I use this for container backups, works great! $ lzop -d < vzdump-openvz-101-2013_01_01-00_00_00.tar.lzo | tar -xvf - ./etc/vzdump/vps.conf
  9. R

    Sheepdog 3 node HA storage for Containers (OpenVZ) possible?

    Hello, In this article (http://pve.proxmox.com/wiki/Storage:_Sheepdog) a sheepdog cluster is configured on proxmox nodes. Is it possible to put/run Containers (not KVM!) on the Sheepdog cluster consisting of 3 nodes in High Availability (HA) mode? I hope someone can help. Best Regards, Ruben...
  10. R

    route WAN through eth0 and LAN through eth1 for containers with VENET only?

    Hi, Suppose there are 2 hardware nodes with two nics (eth0 and eth1). Is het possible to route OpenVZ-container's WAN traffic through eth0 and LAN traffic through eth1, in such a way that only VENET is used? (I know it's possible with VETH) I've tried some configurations but it seems that LAN...
  11. R

    3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT's ?

    Re: 3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT' Hi Udo, Thank you for this clarification. (If you think about it, it's quite understandable that blockdevices aren't shareable) Ruben
  12. R

    3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT's ?

    Re: 3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT' Thank you! Suspend mode is sufficient for now. I was concerned that user-sessions (to a webserver on a CT) could get lost, but seemingly this is not the case. (Maybe AoE (ATA over Ethernet) is a final...
  13. R

    Live-Migration and Snapshot-Backups - possible with NFS?

    Thanks Edwin! I will look at it and try if I can bend it to our situation. (Our setup is quite different) M.v.g./Regards, Ruben
  14. R

    Live-Migration and Snapshot-Backups - possible with NFS?

    Dear Solliecomm, Can you post some thoughts/hints on how to configure an AoE setup? We got stuck on making online snapshots (LVM) backups for our OpenVZ containers. We tried NFS, but that doesn't support LVM. Then we tried iSCSI, but LUNS in an LVM aren't sharable through Proxmox cluster nodes...
  15. R

    3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT's ?

    Re: 3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT' Dear Dietmar, I've retried to make online backups of OpenVZ containers residing on a NFS storage, but it falls back into suspend mode. After some digging in the forums I found your colleague Tom saying this...
  16. R

    3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT's ?

    Re: 3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT' Dear Dietmar, Thank you for your quick reply. I will enable NFS again to test again. If I recall it correctly, the backup system falls back from "online/snapshot" to "suspend" mode. (Furthermore there are...
  17. R

    3 nodes cluster+High Availability+ iSCSI storage/LVM+online backup for Openvz CT's ?

    Hi everybody, I'm new to this forum and this is my first post. I've become stuck in a High Availability cluster setup with an iSCSI datastorage back-end. NFS For a couple of weeks I've a 3-nodes Proxmox VE 2 High Availability cluster running. For datastorage I used a separate NFS-server, which...