Search results

  1. 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...
  2. C

    Multi-clouds : Vms on Cluster Proxmoxve+Ceph+GPU...

    Well, all I see is kubernetes... Could you please explain what's the role of MAAS and Juju in your setup?
  3. C

    Multi-clouds : Vms on Cluster Proxmoxve+Ceph+GPU...

    Hello!, it's not that clear what's the use case or problem to be solved. Is this trying to match role/functionality of VMware's vCloud Director or Mist.IO?
  4. C

    [SOLVED] Issues with SRIOV-based NIC-passthrough to firewall

    Hello!, any update on this?. Does the VLAN filter comment apply if you do tagging/untagging in the guest? Currently I have everything on a virtio based NIC doing tagging on the OPNsense VM. I would like to move everything to an aggregation of two VFs with Intel NICs. I'm heavily using CARP.
  5. C

    Sharing CEPH storage

    Would any of those options allow to use the very same set of disks for both clusters? (Not having to separate physical disks per cluster)
  6. 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?
  7. C

    MTU limited to 3030?

    Hello!, I want to report that after upgrading to PVE7, Linux VMs with VMXNET3 now seem to work properly, but ESXi 7 still is limited to 3030 of MTU
  8. C

    Moving to SR-IOV

    Rephrasing the question: Should I use the PF for my bonding configuration on the host (enp129s0f0 + enp130s0f0)?, or should I configure the bond with the first VF (enp129s0f0v0+enp130s0f0v0)?. For each VM is clear I should passthrough the PCI device for the VF, not so clear how can I use the...
  9. C

    ZFS replication without cluster

    Is my understanding of the ZFS replication use case correct?, or is it expected to create a cluster & set vote to 1 in this scenario (no shared storage, just replication with manual takeover)? Is VM configuration expected to be copied by hand?
  10. 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.
  11. 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...
  12. C

    PVE 7 and Mellanox EN driver

    It seems neither would be "supported" in this case. I found a mapping here: https://askubuntu.com/questions/445487/what-debian-version-are-the-different-ubuntu-versions-based-on
  13. C

    dell r630 won't boot after proxmox installation

    I have PVE7 (updated from 6.7) running on a XFS mirror without issues on a R630. Is the server booting in UEFI mode instead of any legacy/compat/bios mode?. On the UEFI shell, can you reach the UEFI partition and boot by hand?
  14. C

    Trust other CAs

    Hello!, I'm integrating Proxmox with a Freeipa directory and would like to use TLS, how can I import the FreeIPA's CA certificate?. Should I just do it underneath?, I cannot find any CA management option in the GUI of PVE7.
  15. C

    Specific LDAP group missing

    Hello!, I'm trying to integrate PVE7 to FreeIPA. Testing the integration, one of the groups I'm insterested in importing is not visible, classes match other groups that are present in the dry-run, even deleted all the filters and still cannot see the group. Tested same filters with good old...
  16. C

    MTU limited to 3030?

    As a side note, I was able to test all but one device modifying the configuration file directly. If I use "e1000e", the device magically dissapears after reloading the GUI. Doesn't happen with the rest.
  17. C

    MTU limited to 3030?

    Thanks for providing feedback!. Pre-7.0 it seems "easily" porting linux drivers was an option. I'm eagerly investigating how to create a Virtio native driver for ESXi, but doesn't seem to be simple. Even with VMXNET3 on Linux I cannot configure MTU>9000 to be able to have a 9000 bytes payload...
  18. C

    MTU limited to 3030?

    Hello!, I'm attempting to run a lab of VMware vSphere on top of my Proxmox lab, the only out of the box supported network interface seems to be VMXNET3, but running a basic ping test within the VM I can send at most 3030 in the payload. Anybody has seen such limitation?. Meanwhile, I'll try to...
  19. C

    VMware guestinfo interface

    I know cloud-init implementation in Proxmox works similarly, can it be extended to support arbitrary volume name, file name/path and content, if we don't want to be VMware specific?. For example, an ISO file with volume name "OVF ENV" with a file named ovf-env.xml and the folowing content...