Recent content by oester

  1. O

    What task is this and what does this error mean?

    It’s a local disk, nvme, 4Tb. These only occur during the data store sync from nvme1->pbsbackup(nfs share on my NAS) the sync process finishes without error, it was only by chance I saw these when I looked at the individual tasks.
  2. O

    Why does pveproxy still think I have a second node?

    Thanks, yes this was the procedure I followed, and I did restart these process, and rebooted as well.
  3. O

    Why does pveproxy still think I have a second node?

    I separated two of my nodes that used to be in a cluster, and it all appeared to go fine, but I still see this error in the log that pveproxy is trying to connect to that node: Dec 11 10:10:12 pve-unas pveproxy[2497]: '/etc/pve/nodes/pve01/pve-ssl.pem' does not exist! Dec 11 10:10:39 pve-unas...
  4. O

    What task is this and what does this error mean?

    Can anyone tell me why this error is occurring? 2025-12-10T02:29:53-06:00: starting new backup reader datastore 'nvme1': "/nvme1" 2025-12-10T02:29:53-06:00: protocol upgrade done 2025-12-10T02:29:53-06:00: GET /download 2025-12-10T02:29:53-06:00: download...
  5. O

    Intel IGB Driver and Proxmox

    Did you ever firgure out how to update the driver?
  6. O

    VM with docker crashes proxmox host

    Following up here - this appears to be unrelated to the PCIe passthru - it seems related to the network interface being renamed (briefly) during docker startup. If I run the docker command directly on the VM console, it works. I see these message about the port (eth0) entering blocking state...
  7. O

    VM with docker crashes proxmox host

    Thanks. And just to confirm your suspicions, switching to LXC's 100% cures the issue. And I would 100% switch to newer hardware if I had the budget for it!
  8. O

    VM with docker crashes proxmox host

    I have a brand-new server (HP Z440) with a 3090 installed, and I'm having an issue where I'm trying to bring up a number of docker containers, and it crashes the host during the image pull. The VM is Ubuntu 24.04 with the nvidia drives, PCI passthru to the VM. I can see the 3090 in the VM. I...
  9. O

    Help me understand sync jobs

    Changing the config as stated seems to have resolved it.
  10. O

    Help me understand sync jobs

    Yep, I understand that. Looking at the documentation a bit further I see this as the first line under the "Managing remotes and sync" section: Sync jobs are configured to pull the contents of a datastore on a Remote to a local datastore. That being the case, I think what I really to do is...
  11. O

    Help me understand sync jobs

    I have a single PBS instance with a 4TB local nvme datastore called "nvme1". What I want to do is sync (copy) that datastore to another directory (datastore) on that same PBS server that's mounted as "pbsbackup". This PBS server has both datastores (nvme1 and pbsbackup) defined - I configured a...
  12. O

    Renaming storage on a node in the cluster

    That's my guess, I don't know.
  13. O

    Renaming storage on a node in the cluster

    I combined them into one entry: zfspool: vmstore pool vmstore1 content rootdir,images mountpoint /vmstore1 nodes pve03,pve01 sparse 1
  14. O

    Renaming storage on a node in the cluster

    Thanks. After I edit the storage.cfg file, I'll have entries that look like this: zfspool: vmstore pool vmstore1 content images,rootdir mountpoint /vmstore1 nodes pve01 sparse 1 zfspool: vmstore pool vmstore1 content images,rootdir...
  15. O

    Renaming storage on a node in the cluster

    I have a 2 node cluster (3rd node a qdevice) with nodes pve01 and pve03. Node pve01 has a vm storage ZFS pool called "vmstore" Node pve03 has a vm storage ZFS pool called "vmstore1" The fact that the 2 nodes have different VM storage names, makes it difficult for me to create templates on one...