Search results

  1. T

    Integration with OVS/OVN

    I’m eager to learn more about the integration of OVN with Proxmox for SDN, particularly regarding the Distributed Router. Is this project still in progress? Thank you for any updates you can provide!
  2. T

    PVE 8.2 / Kernel 6.8.4-2 does not boot - cannot find root device

    I'm experiencing a similar issue. After performing a clean installation using the PVE 7.4-1 ISO, I could not upgrade the kernel to either 6.5.12-5-pve or 6.11.0-2-pve. Additionally, I couldn't install it from the 8.3-1 ISO because it did not detect the disks, which seems to be part of the...
  3. T

    [SOLVED] Automated Installation

    Thanks to the Proxmox team for making this feature possible. I was wondering if it is possible to use the fully qualified domain name (FQDN) obtained from option 81 of the DHCP. Is this already implemented? If not, would it be added as a feature request? For example: [global … fqdn =...
  4. T

    pveupload temp file at /var/tmp is causing the OS disk to become full and system crash

    My genuine concern is not to redeploy; my installation is zfs, which makes it quite simple (grow the partition and allow zfs to grow, or use the boot disk to “install” with the new size and then rollback a saved snapshot). My concern is about a malicious attack; someone could explode that...
  5. T

    pveupload temp file at /var/tmp is causing the OS disk to become full and system crash

    Hey @t.lamprecht, hope you're doing well! I just wanted to quickly reach out to you regarding an issue that I believe needs to be addressed. While you're currently evaluating Bugzilla bug 5254, I wanted to draw your attention to a related issue that concerns image downloads. I really think that...
  6. T

    pveupload temp file at /var/tmp is causing the OS disk to become full and system crash

    I have been using a small root partition of about 16GB for my deployments since the 5.x versions. Typically, the OS occupies around 3.5GB to 6.5GB of space. However, recently, I noticed that the system was consuming more space than expected. I suspect that this happened because I left some old...
  7. T

    Is anyone here actually running kubernetes on their LXC containers?

    @dietmar , @tom , @fabian , @aaron Hi guys, I reached out to you because I already interacted with you on other treats. Some of us, like @tempacc346235 and myself, benefit from it. The suggestion gets some detractors, too, like @navigator. Can you bring some guidance? Does the proposed...
  8. T

    pveupload temp file at /var/tmp is causing the OS disk to become full and system crash

    Today, we face an issue where an OS disk gets full. The reason was that even though we were uploading files to a Proxmox Storage outside the OS partition (a CEPH-FS Storage), we identified that Today, we faced an issue where the OS disk got full. Despite uploading files to a Proxmox Storage...
  9. T

    Is anyone here actually running kubernetes on their LXC containers?

    A few months ago, I learned about Kata Containers, and those look to me like a good fit for Proxmox as an option to support application containers but keep them as infrastructure. Please review their website (https://katacontainers.io/)and check if my consideration is valid. The Kata Container...
  10. T

    [TUTORIAL] Ceph - Classes, Rules and Pools

    After you change a pool to a new rule, did you face that the "Optimal # of PGs" went to "n/a"? Package Versions: proxmox-ve: 7.4-1 (running kernel: 5.15.126-1-pve) pve-manager: 7.4-17 (running version: 7.4-17/513c62be) pve-kernel-5.15: 7.4-7 pve-kernel-5.13: 7.1-9 pve-kernel-5.15.126-1-pve...
  11. T

    Proxmox VLAN ID problem

    Look like you don't declare a vlan taggin for the host. Unless are you tagging the traffic on a VM... If you expect that the host send tagged traffic, you need to declare it. Example: auto ceph_clstr iface ceph_clstr inet static address 10.196.51.11/24 mtu 9000 vlan-id...
  12. T

    Issues with Active Directory logins

    I'm confronting similar issue. I test my user credentials on a domain computer, as @dcsapak suggest, with: powershell: runas /u:<username>@<domainname> notepad.exe and works, Notepad was open if credential are valid, if I on purpose mistype the password it fails. But when I try to login on...
  13. T

    Group names and Active Directory sync

    @dcsapak is possible to guide us what section on the code deal with this authentication, maybe someone on the community could be reviewing what could be done an propose as a solution. Also @gustavobada comment on the bugzilla ticket. The thing is that for non-green field Active Directory...
  14. T

    Windows VMs stuck on boot after Proxmox Upgrade to 7.0

    We have like six different clusters already running on 7.1 and I face similar issue, most of the when have the ha active for the vm. We no longer use sata-disk as HDD/SSD, we use SCSI with a virtio-scsi single controller, and face similar issue. That doesn't mean we don't use SATA at all, we...
  15. T

    [SOLVED] "Guest has not initialized the display (yet)" on new OVMF VMs after update to 7.0-13

    Well review the UEFI docs (https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_virtual_machines_settings) Sec. 10.2.10, I found something interesting. I did that and start the VM and that make it work. After that I change it back to default and the VM continue to reboot properly. Therefore...
  16. T

    [SOLVED] "Guest has not initialized the display (yet)" on new OVMF VMs after update to 7.0-13

    I'm confronting similar issue. I was able to identify that if I remove the EFI Disk the boot process continue. If I add it again (to confirm relation) the issue came back. Header Proxmox Virtual Environment 7.1-8 Search Node 'GUYNPR1-PVE-NAF1' Hour (average) CPU usage 5.05% of 32 CPU(s) IO...
  17. T

    LACP Issue on Dell Server with Intel(R) Ethernet 10G 4P X710/I350 rNDC

    After upgrading to version 19.5.12 of the NIC firmware from version 19.0.12 no LACP bond interface will come active. This is just a reference for those that face similar issue. I rollback to the previous version on the Dell Servers and everything came back to normal. Proxmox Software...