Search results

  1. F

    Configure fence device /etc/pve/ha/fence.cfg ?

    Hello UdoB, Thank you for your reply I have already read this documentation, in fact I think I have read "all" the documentations... The cluster is a test but for the corosync/dlm (I used iSCSI/LVM/gfs2) I have a back to back Ethernet cable. For a two nodes cluster I have to configure a fence...
  2. F

    Configure fence device /etc/pve/ha/fence.cfg ?

    Hello, I have a two node cluster. How can I configure a fence device with proxmox VE 7.x ? What is the schema of the /etc/pve/ha/fence.cfg file ? Best regards. Francis
  3. F

    Proxmox Cluster with local Gluster servers.

    Hello, At the system shutdown/reboot the glusterd service stop but the glusterfsd process do not so the umount of the brick failed. I see some articles about a change in gluster where a stop of the glusterd do not stop the glusterfsd process. To stop the glusterfsd process we have to stop the...
  4. F

    [TUTORIAL] PVE 7.x Cluster Setup of shared LVM/LV with MSA2040 SAS [partial howto]

    Hello, I changing "Before=pve-guests.service" by " Before=pve-ha-lrm.service pve-guests.service" all work fine I can start/stop the nodes. [Unit] Description=LVM locking LVs and mount LVs start and stop Documentation=man:lvmlockd(8) After=lvmlocks.service lvmlockd.service sanlock.service...
  5. F

    [TUTORIAL] PVE 7.x Cluster Setup of shared LVM/LV with MSA2040 SAS [partial howto]

    Hello, With " Before=pve-guests.service" the node startup work fine. But when I shutdown/restart the node, the HA VMs do not stop and the gfs2 filesystem cannot umount... (fuser say filesystem in use by kvm). I tested the command "pvesh create /nodes/localhost/stopall" used by the...
  6. F

    Proxmox Cluster with local Gluster servers.

    Hello Dark26, Thank you, I know the problems with two nodes I have only two servers so no node for arbiter but I planned to use fence. my gluster nodes = proxmox nodes, the gluster network is in back to back (corosync network is also back to back). Volume Name: gv1 Type...
  7. F

    Proxmox Cluster with local Gluster servers.

    Hello, My purpose is to use gluster to implement a very easy replicated local storage (like VMWare vsan). I have a Proxmox cluster with node1 and node2 and some local disks. I installed the gluster server on each nodes and create a gluster volume (distributed/replicated) with the local disks...
  8. F

    [TUTORIAL] PVE 7.x Cluster Setup of shared LVM/LV with MSA2040 SAS [partial howto]

    Hello, LVM shares need to be up before the guests starts we can add this to the unit lvmshare.service "Before=pve-guests.service" [Unit] Description=LVM locking LVs and mount LVs start and stop Documentation=man:lvmlockd(8) After=lvmlocks.service lvmlockd.service sanlock.service dlm.service...
  9. F

    [TUTORIAL] PVE 7.x Cluster Setup of shared LVM/LV with MSA2040 SAS [partial howto]

    Hello, About "- activate the shared LV" and "- mount the LV on the filesystem" we can to that with only "/etc/fstab" entries and an "unitfile". For your purpose add the line to "/etc/fstab" /dev/cluster02/backups /data/backups gfs2 noatime,nodiratime,noauto 1 2...
  10. F

    [TUTORIAL] PVE 7.x Cluster Setup of shared LVM/LV with MSA2040 SAS [partial howto]

    Hello, About the "sleep 10" added int the unitfile "lvmlockd.service" you do not have to modify the file. You can create a directory "/etc/systemd/lvmlockd.service.d/" and create a file "sleep.conf" (exemple) with the content [Service] ExecStartPre=/usr/bin/sleep 10 or you can create a...
  11. F

    Upgrade Proxmox without Internet.

    Hi, Thank you ! Best regards. PS: We need to install dpkg-dev. Francis
  12. F

    Upgrade Proxmox without Internet.

    Hi Rhonda, Thank you for the fix in the next release (the compatibility problem is also with "apt-get" not only with "apt-cdrom"). Before I see your reply I used "apt-get" to install the deb files from "dists/stretch/pve" and "dpkg -i" to install deb files in "proxmox/packages". When I used...
  13. F

    Upgrade Proxmox without Internet.

    Hello, I uploaded screenshot of the "apt-cdrom" errors, the "sources.list" modified manually and the "apt-get" errors. All the errors are related with the one line file "proxmox/packages/Packages". Best regards. Francis
  14. F

    Upgrade Proxmox without Internet.

    Hello, I have a Proxmox 5.2.8 and want to upgrade to 5.4.1, the server do not have Internet access. I mounted the Proxmox ISO on "/media/cdrom" and I tried to use "apt-cdrom" but the iso is not recognized (there is a problem with the one line "Packages" file in "proxmox"). How can I upgrade...