Search results

  1. J

    Reinstalling a Proxmox 7.4 node using backed-up files vs deleting and adding it back

    Hey everyone! So I have a 7-node cluster of PVE 7.4 and I need to reinstall one of the nodes because I did not REDACTED when installing it. I would like to keep the same IP address and hostname. The node is already empty (i.e., all LXCs and VMs have already been migrated to another node) and HA...
  2. J

    Clearing DNS cache in Debian 11/12 LXC

    Hey everyone! So I have a number of LXC in my Proxmox cluster, some of them Debian 11 and some others Debian 12 (templates provided by Proxmox), and I am trying to find a way to clear the local DNS cache as I need to force querying again the internal DNS server despite the TTL of the record. I...
  3. J

    Error while installing fupdown2 version 3.2.0-1+pmx7

    Hey everyone! So I have a server at OVH in France and just installed a Debian 12 Bookworm using their installer. And I started the installation of Proxmox Backup Server 3.0.1, just as I did a few days ago on a Debian 12 Bookworm on a server at Hetzner in Helsinki (one will be the replica of the...
  4. J

    Estimated full takes retention policy into consideration?

    Hey everyone! Quick question: the Estimated full column for a given datastore in the Dashboard: Datastore usage takes the retention policy into consideration when calculating the expected time until the disk is full? I assume it is statistically computed given the deduplication level that has...
  5. J

    Time synchronisation between PVE node/host and VM/guest without access to the Internet

    Hey everyone! As far as I understand, my Proxmox 7 cluster, installed on top of a Debian 11 Bullseye, uses systemd-timesyncd to keep the clock in sync via external NTP servers, configured either in /etc/systemd/timesyncd.conf or in a separate file inside /etc/systemd/timesyncd.conf.d/. All of...
  6. J

    HTTPS macro includes UDP?

    Hey everyone! Quick question: Does the HTTPS macro of the PVE Firewall include UDP traffic (to port 443) or is it still just TCP? I am on PVE 7.4-17, but if it is available in PVE 8.x I would also be interested in the answer, since I plan on migrate to it soon. Thanks in advance.
  7. J

    Periodically run fsck on LXC

    Good day everyone! So I have a number of LXC on a Proxmox VE version 7.4 cluster with 5 nodes at the moment, and recently I had a file corruption problem on one of the nodes that affected the LXC in it (both SSD-ext4 pool and ZFS pool). That's in the past, but it got me thinking how am I...
  8. J

    Migrate LXC leaves it with no access to network beyond other LXC in the same node

    Hello. As of lately (a week or two, using 7.3 and the problem persists after upgrading to 7.4), when I migrate a LXC from a node (e.g. proxmox1) to another node (e.g. proxmox4), the LXC cannot connect/ping to, or be connected/pinged from, any LXC but those in the same, new node. When I migrate...
  9. J

    How can I scrub the ZFS subvol of a LXC?

    As the title says, I can use the zfs command to get information about the subvolume of a LXC that resides in my zfspool pool, e.g. zfs get all zfspool/subvol-109-disk-0 How can I scrub that subvolume to make sure everything is fine after running into issues with the filesystem and having to...
  10. J

    Are remnants of old LXC in /var/lib/lxc safe to delete?

    Hey everyone! I had a problem with one of my nodes (proxmox3) on my LXC-only, 5-node, v7.4 cluster which lead to data corruption (filesystem) inside the LXC. I am still trying to figure out exactly what happened, but rebooting the machine triggered fsck on the main disks and the node was...
  11. J

    How to define levels of start order and delay for LXC

    Hey there! I have a 5-node cluster with a lot of LXC which basically fall into these categories: Common services (e.g., internal DNS) Database servers (e.g. PostgreSQL) Application servers (e.g. Python applications running with Gunicorn) Web servers (e.g. NGINX as reverse proxy for the...
  12. J

    Debugging sporadic networking problems on LXC

    I have a 5-node cluster with LXC only. From time to time, some LXC loses connectivity. It's sporadic, sort of random even. But when it happens I am very lost at how to properly debug it to know the specific cause of it. This weekend happened again. Took the chance to upgrade the node from...
  13. J

    [SOLVED] Error code 11 when moving storage from zfspool to local: "no space left on device" but there is plenty of space

    I have a 5-node cluster with LXC only and I am trying to move 3GB of storage of one of the LXC from the zfspool pool to the local pool on the same node (ext4), but I am getting this error: Formatting '/var/lib/vz/images/106/vm-106-disk-0.raw', fmt=raw size=3221225472 preallocation=off Creating...
  14. J

    [SOLVED] NGINX with kTLS on unprivileged LXC on Proxmox 7.3

    Good day everyone! I have a 5-node cluster on PVE 7.3-6 with a couple hundred unprivileged LXC, all using the Debian 11 Bullseye template. I was looking at how Netflix can serve 800Gb/s of TLS encrypted video content from a single server, and a large part of it appears to be kTLS. I also saw...
  15. J

    Display latency among nodes

    Hey everyone! Is there a way to display the latency among nodes, meaning from the node you currently are in (either console or WebGUI) to the rest of the nodes of the cluster? Like running the ping command to each node and displaying the end result together in a quick, useful and fashionably...
  16. J

    Changing the IP address and subnet in all cluster nodes

    Good evening everyone! I have a production cluster with 5 nodes. All of the nodes have one network card with: A dedicated public IP address on eno1. A vmbr4001 bridge for the public subnet of the guests (LXC). A vmbr4002 bridge for the private subnet of the guests (LXC). A vmbr4003 bridge for...
  17. J

    Disabling OTP renders login to WebGUI unusable

    Hey everone! So I had 2FA enabled for my root@pam user and wanted to add a new node to an existing cluster. Last time I had to do that (a couple of minor versions ago, if I recall correctly) I had to remove 2FA, then re-create it after the node was added and set up. So I am now on Proxmox...
  18. J

    [SOLVED] Proxmox VE API: provision LXC with two network interfaces

    Hello everyone! I am using the community.general.proxmox Ansible module to provision LinuX Containers into my Proxmox 7 cluster. At the moment I am using this value for the netif option: netif: {'net0':'name={{ proxmox_net_iface }},bridge={{ proxmox_net_bridge }},firewall=1,ip={{ ansible_host...
  19. J

    /var/run/clamav missing in brand-new installation on LXC

    Hello everyone! I just installed PMG 7.2 on a LXC with the Debian 11 Bulllseye template in my 4-node Proxmox cluster by using the following command: apt install libclamunrar p7zip-rar proxmox-mailgateway-container Then I configured a number of aspects via the Configuration: Mail proxy and...
  20. J

    How to configure the firewall of an LXC via Ansible module proxmox?

    Good day everyone! I am trying to provision some LXC in my 4-node Proxmox 7.2 cluster via Ansible using the proxmox module. After much struggle I've been able to provision the container but I am stuck at the firewall configuration. Currently I am trying to template a firewall.j2 file into a...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!