Search results

  1. E

    4.15 based test kernel for PVE 5.x available

    pve-kernel-4.15.10-1-pve working perfectly on our various Intel based servers.
  2. E

    AMD EPYC 7401P 24-Core and SSDs for ZFS

    This repo has some helpful scripts which will be beneficial to this thread: Convert from LVM to ZFS, Create a zfs pool from specified devices https://github.com/extremeshok/xshok-proxmox
  3. E

    Proxmox private mesh vpn/network script

    Very... Used in production for more than 18 months with full HA.
  4. E

    Proxmox private mesh vpn/network script

    eXtremeSHOK.com :: Create Private mesh vpn/network (tincvpn.sh) tinc private mesh vpn/network which supports multicast, ideal for private cluster communication https://github.com/extremeshok/xshok-proxmox Example for 3 node Cluster First Host (hostname: host1) bash tincvpn.sh -i 1 -c host2...
  5. E

    Script Creates default routes to allow for extra ip ranges to be used

    eXtremeSHOK.com :: Creates default routes to allow for extra ip ranges to be used Creates default routes to allow for extra ip ranges to be used (addiprange.sh) If no interface is specified the default gateway interface will be detected and used. https://github.com/extremeshok/xshok-proxmox
  6. E

    Convert from LVM to ZFS script

    eXtremeSHOK.com :: Convert from LVM to ZFS (lvm2zfs.sh) Converts the storage LVM into a ZFS raid 1 (mirror) Uses the LVM with the path/mount of /var/lib/vz Will automatically detect the required raid level and optimise 1 Drive = zfs (single) 2 Drives = mirror (raid1) 3-5 Drives = raidz-1...
  7. E

    proxmox post installation script

    eXtremeSHOK.com :: proxmox post installation script Disables the enterprise repo, enables the public repo Adds non-free sources Adds the latest ceph Fixes known bugs (public key missing, max user watches, etc) Updates the system Installs openvswitch-switch, zfsutils and common system utilities...
  8. E

    [SOLVED] Upgrade hanging

    Did this as a fix on our HA clusters. Run the following either before the update or whilst the update has frozen sed -i "s/=ceph.target/=multi-user.target/" /etc/systemd/system/ceph.service systemctl daemon-reload; systemctl disable ceph.service; systemctl enable ceph.service; systemctl...
  9. E

    [SOLVED] PVE suddunly stopped working, all CTs unrecheable

    Applied the updated packages via "dbkg -i" will keep you posted.
  10. E

    [SOLVED] PVE suddunly stopped working, all CTs unrecheable

    Had this issue for 2 weeks and only since upgrading to the latest kernel
  11. E

    [SOLVED] PVE suddunly stopped working, all CTs unrecheable

    Containers are running, but unresponsive. Containers will not shutdown and the only way to restart/recover the host is to hard reset. root@px-a:~# pct shutdown 801 command 'lxc-wait -n 801 -t 5 -s STOPPED' failed: exit code 1 Mar 14 15:05:20 px-a kernel: [94764.686192]...