Outils pour utilisateurs

Outils du site


kb:linux:proxmox:cluster_deux_nœuds_proxmox

Ceci est une ancienne révision du document !


Cluster deux nœuds Proxmox

FIXME PAGE EN COURS DE RÉDACTION

logging {
  debug: off
  to_syslog: yes
}
nodelist {
  node {
    name: pve1
    nodeid: 1
    quorum_votes: 1
    ring0_addr: 10.50.0.221
  }
  node {
    name: pve2
    nodeid: 2
    quorum_votes: 1
    ring0_addr: 10.50.0.222
  }
}

quorum {
  provider: corosync_votequorum
  two_node: 1
}

totem {
  cluster_name: pve2node
  config_version: 2
  interface {
    linknumber: 0
  }
  ip_version: ipv4-6
  secauth: on
  version: 2
}
resource vol {
  meta-disk internal;
  device /dev/drbd0;
  startup {
    become-primary-on both;
  }
  syncer {
  }
  net {
    allow-two-primaries;
  }
  on pve1 {
    disk /dev/sdb;
    address 10.50.0.221:7798;
  }
  on pve2 {
    disk /dev/sdb;
    address 10.50.0.222:7798;
  }
}

Ajout d'une Raspberry pi en tant que QDevice

kb/linux/proxmox/cluster_deux_nœuds_proxmox.1569272590.txt.gz · Dernière modification : 2019/09/23 21:03 de beu