Search results

  1. A

    Pacemaker between two Virtual machines under Proxmox

    Hello i am trying to setup install and configure pacemaker of two vritual machines under proxmox. the OS is almalinux on both virtual machines everything goes well until i reached this step of configuring the cluster for fencing this is the link for the section in the documentation...
  2. A

    problem in proxmox disk paritions

    Good morning, i laundhed a proxmoxVE 7 server from a cloud provider with 2TB of storage when the installlation finishes and i open the dashboard, i see that my proxmox is using only a partition of 50Gb as mentioned in the picture bellow and the other portion of the disk is empty and not used...
  3. A

    connecting Ceph ProxmoxVE Nodes

    Hello everyone, I need some advice in my local proxmoxVE cluster. i am actually trying to set up a high availability ProxmoxVE cluster with Ceph inside of this cluster After installing ProxmoxVE on my physical nodes, I am asking about the way to link them together. I know that ceph Nodes...
  4. A

    shared storage over WAN

    i have a proxmox cluster with 3 nodes (the number could scale in the future) and these nodes are connected over WAN through public IP and they are located in different geographical location and i want to make a shared storage for this cluster to get east and fast VM migration between nodes and...
  5. A

    using HAproxy as a load blancer in proxmox

    i have a swarm containing 3 virtual machines one VM running as a manager node and the two others are runninng as workers i have services running inside of docker containers i want to use HAproxy as a loadblancer for this infrastructure i want to install HAproxy on a separated VM ? i want to...
  6. A

    HAProxy with Docker-swarm

    Hello, i have a swarm cluster of VMs, 1 manager and 2 workers what is the best way for using HAProxy with docker swarm ? running it on a container or directly inside of a virtual machine ?