Search results

  1. R

    Update issues on V8

    So I am trying to update my nodes and every single one is stuck at, "Processing triggers for pve-manager (8.0.4) ..." Looking at top there is nothing unusual going on and all the VM's are running with no issues. Anyone else seeing issues in the latest round of upgrades? Setting up...
  2. R

    Upgrade from 7 to 8 killed cluster

    So I upgraded from 7 to 8 following the directions and it has completely killed my cluster. Basic setup with 4 nodes, NFS backed for all the storage (no ceph), a linux bridge and two vlans on the bridge. When the nodes startup they seem to start ok, but logging into each one and looking at...
  3. R

    Upgrade failing trying to remove proxmox-ve meta=package

    I am trying to upgrade my Proxmomx from 7.3-4 to the latest. However, when I run the upgrade I am getting the below error. W: (pve-apt-hook) !! WARNING !! W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'! W: (pve-apt-hook) W: (pve-apt-hook) If you really want to...
  4. R

    [SOLVED] Hostname changed, now nodes gone from /etc/pve

    So there is probably a right way of changing the hostname than the way I did it, but curious as to why this happened. So I updated the hostname in /etc/hosts and /etc/hostname in the latest version of Proxmox. Rebooted, and had both the old and new hostname in the GUI and realized I forgot to...
  5. R

    Help understanding LXC RAM usage

    Hi all, I am having an issue when running rsync in an LXC pulling files in from a remote system where the remote has a rsync daemon running. So my command line in my LXC would look something like, "rsync -av --progress rsync://192.168.196.11/backup/ /mnt/restore/" Initially the restore will...
  6. R

    [SOLVED] Rsync on LXC slow

    So I have a file server setup in an LXC with 1TB of storage allocated backed by 1 3TB nvme drive. I have an offsite backup running on a Pi 4 with a 2TB USB3 drive attached and connectivity between the two using ZeroTIer. I am testing some basic restores and transfer rates using rsync in to the...
  7. R

    Vlan 1000 not working

    My network has a vlan 1000 defined in it. My Proxmox 10Gb NIC is setup as a bridge and not vlan aware. I am adding the vlan tag to the nic device. If I define the vlan as 1000, the VM fails to start. If I drop it down to 999, it starts with no issue. Doesn't matter what NIC type I am trying to...
  8. R

    GUI only node

    So one of the issues I have with Proxmox is the lack of a GUI that is accessible no matter which node is rebooted. For instance, is I happen to log into node 1, of three nodes, and I reboot that node, I then have to go through all the hassle of bringing up a new brower connection to another node...
  9. R

    No migration on reboot of node

    So I have just setup a 3 node cluster and when I reboot a node, the VM's on it shutdown instead of migrating. I do have the shutdown_policy set to failover, and the VM's set as a resource under HA. What am I missing? Manual migration works as it should and the VM's disk is on a shared NFS...
  10. R

    Migrate to new server/shared storage/no ha

    So I am getting ready to move to a new server and have around 10 or so machines. All of them are qemu based and use NFS storage. I am not looking to setup ha between the current server and the new server and am wondering the best way to migrate everything. Hopefully without having to recreate...