Search results

  1. C

    Proxmox Network Load Balancer?

    Thoughts?: https://bugzilla.proxmox.com/show_bug.cgi?id=6659
  2. C

    Ceph and multiple pools

    High!, Out of curiosity, how would you handle different Ceph based disk tiers or services?. Given a 4 node NVME only setup, when I'm in need of adding a cost effective backend in the form of Ceph and additional 4 nodes with mechanical disks for archival-like workloads, would you create a...
  3. C

    Removable disks

    Hi!, in PBS current state, is it possible to use USB disks in a similar way to tapes?. I would like to use a pool of media composed by disks, with PBS asking me to connect a given disk by ID/serial/label when needed and handling the rescue/rotation for me.
  4. C

    SMT and NUMA for Containers

    Hello!, I have a testing environment that's running different workloads. I need to setup a container with particular requirements: - Disable SMT - assign cores from NUMA node 1 (second CPU) - align memory assignment to memory directly connected to NUMA node 1 Given other workloads run on the...
  5. C

    xterm & selecting serial port

    Hello!, Is it possible to select the desired port for xterm to connect to on a VM that has more that one serial port?
  6. C

    PVE as FreeIPA client

    Hello!, We add all our Linux machines under FreeIPA administration (+AD trust) and would like to include over hosts too to achieve: - no root password is shared to admins - named users are always used - password expiration is handled centrally - HBAC managed centrally - sudoers managed...
  7. C

    Limit hosts on which a VM can run

    Would it be possible to limit any given VM to a subset of nodes in a cluster?. Use case: - I have a 4 node cluster, which run Ceph as a storage layer - I need to run VMs equivalent to 1 physical node with Windows Server - I will license 2 nodes for Windows Server (node1 & node2) - I want to...
  8. C

    Enabling Firewall

    Hello!, I have a cluster up & running, with several network interface, EVPN/VXLAN, external BGP peering and Ceph. Now I would like to enable PVE firewall to manage filtering. Given a complex network environment already built, I'm worried about breaking the cluster beyond repair activating the...
  9. C

    DCM & SDN/EVPN

    Hello! I wonder if anybody deployed Datacenter Manager connected to a SDN overlay segment. I'm having issues connecting virtual machines & hosts via an external node doing the leaking. EVPN/EVPN overlay BGP peering to a firewall Firewall interconnecting VLAN based segments on the switch with...
  10. C

    [SOLVED] Management plan vs VM on overlay

    Hello!, I'm trying to integrate PVE via OIDC to a Keycloak server. The thing is, the server is running as a VM on top of the same cluster and is a client of a EVPN/VXLAN VNI/Subnet. Even though the anycast GW is attached to a VRF, the traffic originated from the Management plane seems to exit...
  11. C

    eBGP & ASN

    Hello!, I'm trying to cobble together the configuration for a North/South integration of a Proxmox cluster running EVPN/VXLAN overlay. So far it's a very poor collage of forum posts spanning 2021 to 2024. My understanding is I can have an external router peering towards 4 servers, all of them...
  12. C

    No HA?

    Hello! On a new PVE 8.3 testing cluster: - 4 nodes - Ceph * 4 nodes with OSD * 3 nodes with managers & monitors * Dedicated corosync VLANs on management bond (2*10GbE) * Separate bonds for Ceph Access, Ceph Replica and VM traffic I mistakenly rebooted a node without moving the VMs beforehand...
  13. C

    Switches as exit nodes?

    hi!, I'm planning to implement another PVE solution, this time a more capabilities on the SDN front. I'm reading about the "exit on the host" option and I'm not clear about what does it mean for management vs workload traffic isolation. Reading also than an external node is recommended for...
  14. C

    Nested virtualization: ESXi 8.0 running on PVE 8

    In case anybody is looking for an easy way to run ESXi on PVE: https://iriarte.it/homelab/2023/09/05/esxi-on-proxmox-as-nested-hypervisor.html
  15. C

    non ZFS VM storage

    Hello!, I've used ZFS data stores in the past with plain SAS HBAs before and have been pretty happy with it, handling protection & compression. For a given setup, I have: - OS boot: LSI SAS HBA + 1 x KINGSTON SA400S3 + 1 x SanDisk SD5SB2-1 + ZFS Mirror. - Datastore storage: RAID controller...
  16. C

    PBS as a VM

    Hello!, As part of a little lab, I have two PVE servers that I would like to setup in a 2-nodes cluster. I have a third node that has a lot of resources that would be probably wasted with PBS (it's similar to the first two nodes). Anyhow, with PVE or PBS, I plan to run QDevice on the third node...
  17. C

    Amazon Linux 2

    Hello!, Anybody tested the qcow2 Amazon Linux 2 image?, they seem to be prepared to use cloud-init but doesn't seem to work as is with Proxmox 7. There's a seed.iso they provide and you should adjust by hand, but would like to use the stock cloud-init support in PVE. Ref...
  18. C

    Sharing CEPH storage

    Hello!, Would it be possible to have an HCI cluster running ceph and VMs and at the same time a second cluster consuming CEPH based storage from the first one without clashing VM IDs for example?
  19. C

    ZFS replication without cluster

    Hello!, I have two nodes running PVE7, and would like to replicate some VMs between them. I don't see how to add a second node without creating a cluster, is that possible?. I would like to have them as independent nodes, and expect to start the failed VMs manually when needed. Regards.
  20. C

    Moving to SR-IOV

    Hello!, I've setup PVE7 with a failover bond setup and it's working fine. I would like to activate SR-IOV to provide VF directly to a VM. My only doubt is what should I change regarding the host's network configuration, can I keep it using the "parent" devices or should I reconfigure it also...