Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. O

    Proxmox backup client for arm64?

    Any plans to support arm64 backup client (raspberry pi) ? Bob
  7. O

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    I was doing a test upgrade today on on server, followed the upgrade guide. I had a number of turnkey core 16.0 LXC's running docker, and after upgrade these failed to start docker. I eventually chased the first issue down to "overlay" not being available, so I added that to...
  8. O

    Proxmox Backup Server backup

    OK, so now I have a PBS installed and backing up my PVE VM's. What steps do I need to do "backup" the PBS? If the server fails (the Linux OS drive) but the backup drive is intact can I recover? This is the case where you have a single backup data source and no tape backup or a second server. Bob
  9. O

    Native VLAN + tagged VLAN

    I'm trying to convert over from a native vlan to a native vlan + tagged vlan and I can't seem to make it work. Right now my /etc/network/interfaces looks like this: auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual auto bond0 iface bond0 inet...
  10. O

    New 5019D-FTN4 - storage configuration advice

    Looking for advice on how to move my current odd collection of services hosted across multiple raspberry pi 4's (4gb) and and old Macbook Air (4gb) over to a new Proxmox server I have on the way. It's a Supermicro 5019D-FTN4 with 64gb, 4x1TB SSD, 1tb nvme. I'm thinking of setting up the SSD's...