Recent content by oester

  1. O

    Intel IGB Driver and Proxmox

    Did you ever firgure out how to update the driver?
  2. 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...
  3. 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!
  4. 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...
  5. O

    Help me understand sync jobs

    Changing the config as stated seems to have resolved it.
  6. 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...
  7. 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...
  8. O

    Renaming storage on a node in the cluster

    That's my guess, I don't know.
  9. 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
  10. 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...
  11. 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...
  12. O

    Move of TPM State disk fails

    That did the trick, thanks!
  13. O

    Move of TPM State disk fails

    I'm trying to move a Win11 VM storage from and NFS share back to a local (ZFS) store. I moved the system disk and EFI disks, but when I try and move the TPM disk it fails with this error: create full clone of drive tpmstate0 (vmstore-NFS:500/vm-500-disk-0.qcow2) transferred 0.0 B of 4.0 MiB...
  14. O

    Updating node IPs after 10G addition

    Thanks, I didn't know that option existed. I'd actually ended up switching the IP of one of the two nodes using the procedure in this post: https://forum.proxmox.com/threads/change-the-ip-address-of-one-node-inside-a-cluster.90213/
  15. O

    Updating node IPs after 10G addition

    I have a 2 node cluster that I originally setup with a 1G network (192.168.15) and I've added 10G cards to the servers. I've migrated the back-end NFS storage over to the 10G network (192.68.10) and that seems to be working well. However, I think there is still traffic (for instance live...