Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revize Předchozí verze
Následující verze
Předchozí verze
proxmox_lxc [2020/01/05 10:14]
simandl
proxmox_lxc [2021/12/11 01:19] (aktuální)
simandl
Řádek 72: Řádek 72:
   a34be8e22abe ​       ubnt/​unms-fluentd:​1.1.2 ​  "/​entrypoint.sh /​bin…" ​  17 seconds ago      Up 15 seconds ​      ​5140/​tcp,​ 127.0.0.1:​24224->​24224/​tcp ​            ​unms-fluentd   a34be8e22abe ​       ubnt/​unms-fluentd:​1.1.2 ​  "/​entrypoint.sh /​bin…" ​  17 seconds ago      Up 15 seconds ​      ​5140/​tcp,​ 127.0.0.1:​24224->​24224/​tcp ​            ​unms-fluentd
   UNMS is running   UNMS is running
 +
 +====== Proxmox cluster ======
 +==== Prodloužení timeoutu na 10 sekund ====
 +
 +
 +dle https://​www.thegeekdiary.com/​how-to-change-pacemaker-cluster-heartbeat-timeout-in-centos-rhel-7/​ jsem dal do /​etc/​pve/​corosync.conf "​token:​ 9500" a to by mohlo prodlouzit quorum timeout na 10sekund
 +
 +=== proxmox 7 centos 7 ===
 +With old systemd there is no console and network in centos and other systems in proxmox 7. Solutin is to install newer version of systemd.
 +
 +Workaround proposed on https://​forum.proxmox.com/​threads/​pve-7-wont-start-centos-7-container.97834/​post-425419:​
 +  - gain access to the CT with pct enter <​CTID>​
 +  - enable the network with ifup eth0
 +  - download this yum repository: https://​copr.fedorainfracloud.org/​coprs/​jsynacek/​systemd-backports-for-centos-7/​
 +  - curl -o /​etc/​yum.repos.d/​jsynacek-systemd-backports-for-centos-7-epel-7.repo https://​copr.fedorainfracloud.org/​coprs/​jsynacek/​systemd-backports-for-centos-7/​repo/​epel-7/​jsynacek-systemd-backports-for-centos-7-epel-7.repo
 +  - issue yum update
 +  - exit from the CT
 +  - stop the CT with pct stop <​CTID>​
 +  - start the CT normally
 +
 +=== proxmox two node cluster ===
 +add to file /​etc/​pve/​corosync.conf
 +  quorum {
 +      provider: corosync_votequorum
 +      two_node: 1
 +      wait_for_all:​ 0
 +  }
 +
  
Tisk/export