Search results

  1. R

    Best practice for Proxmox self-backup

    @DerDanilo, I know this is an old post but I see that the backup script was updated a year ago. Will the backup script support configs such as SDN, Ceph (config not data), OVS switch, etc.?
  2. R

    Issue with SDN on 2 indepedent different system, 1 other independent system works fine

    I am running into the same issue. I have a 4 node cluster - all up to date with no-enterprise repository. I was seeing an IP assigned via the IPAM screen but the VMs (ubuntu server and mint 21.3) both reported no wired connection. I switched the mint VM to vmbr0 and it connected fine. I was...
  3. R

    Create virtual 10G SFP+ switch for Ceph?

    I have this partially working now using the OVS Switch / rstp-loop scenario. PVE4 has a dual-port NIC with both assigned to the OVS switch. PVE2 and PVE3 each have a single port 10G SFP+ NIC with DAC cables connected into the OVS switch and PVE2, PVE3, and PVE4 can ping 10.15.15.52...
  4. R

    Create virtual 10G SFP+ switch for Ceph?

    Thanks for the reply @sb-jw, This is a home-lab though, so I am not storing any critical data. It will host my VMs which I also backup via ProxMox Backup server - using separate storage of course. I want to learn the networking in ProxMox better, but I also don't want to put Ceph on a setup...
  5. R

    Create virtual 10G SFP+ switch for Ceph?

    I read the full mesh article for ceph > https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server?ref=x14-kod-infrastruktur-ab While I did get three nodes to be able to ping each other over DAC, I have 4 PVE nodes that I would like to use for Ceph with 10G SFP+ DAC connections. With the SDN...
  6. R

    4 PVE8 host homelab with Ceph Reef reliable "rollback" suggestions

    Hello, I am looking for a common and reliable way to be able to recover/rollback my 4 node homelab if one (or all) hosts needs a full reinstall (hardware failure of self-induced). I used Proxmox backup server (as a VM) to backup my VMs in the past and it was great. However, I never did...
  7. R

    Default install defaulting to system.d???

    I recently installed Proxmox 8 in a homelab. I had used Proxmox 7.x in the past and easily configured PCI passthrough - passing a disk to a virtual Proxmox backup VM, etc. I have 4 HP Z series machines - the latest being a Z6 G4. I had used the other 3 (Z440, Z240, Z230) with Proxmox 7 and...
  8. R

    [SOLVED] PBS add NFS Storage

    Thanks for the response. For my simple needs, I have been impressed with how fast PBS runs in a virtual PVE environment against a single spinning disk currently. Obviously, if I had a large production environment (and enough hardware) I would dedicate a box to PBS. I'm considering the NFS on...
  9. R

    [SOLVED] PBS add NFS Storage

    I have multiple PVE hosts and I was planning on the virtualized PBS and virtualized UnRaid both being on the same host. Other PVE hosts with many VMs would point to that virtual PBS with the virtualize UnRaid NFS (on the same host). If any host fails, I could easily recover. The "data" disks...
  10. R

    [SOLVED] PBS add NFS Storage

    I read through this chain to see if this is a viable option. Currently, I have PBS and UnRaid both virtualized in Proxmox. PBS is using a dedicated disk passed through via PVE. I was thinking of changing my setup so my virtualized PBS would use a NFS share (on the virtualized UnRaid) so the...