Search results

  1. J

    Changing the IP address and subnet in all cluster nodes

    Unless I have misunderstood you, yes, you would have to change all the IP addresses at once. Otherwise, they would not be able to talk to each other.
  2. J

    Get current disk size of LXC via API

    Okay, so I went through all the LXC in my cluster and only this one did not have a disk size in its configuration file, so I'll consider this a bug that happened for whatever reason. I stopped the container, edited the file manually to add the disk size, run pct fsck 109 and started the...
  3. J

    Get current disk size of LXC via API

    Alright, so for some reason this container does not have a size in its configuration file /etc/pve/lxc/192.conf, whereas others do (all those I have checked, which are not all there are). I will create a script tomorrow to check all the containers, see if this is just some exception. Question...
  4. J

    Get current disk size of LXC via API

    Hey everyone! I am trying to get the current disk size of a LXC with its rootfs on the local pool, ext4-based. Nothing tricky. This is on PVE 7.4. The command I am executing, from the node where the LXC is, is as follows: # pvesh get /nodes/proxmox6/lxc/109/config --output-format=json...
  5. J

    Disk Usage Information Not Displayed for Specific VM in Proxmox GUI

    Same to me. I still have an instance running Proxmox 6 and it's been like this since then.
  6. J

    Disk Usage Information Not Displayed for Specific VM in Proxmox GUI

    It is useful when taking a quick look on the status of that VM or node, albeit imprecise. Whether those 50 GB actually only take 30 GB on the ZFS pool because of compression does not render such information impractical, in my opinion.
  7. J

    Disk Usage Information Not Displayed for Specific VM in Proxmox GUI

    I am having exactly the same issue. My setup: Proxmox 7.4-19 VM running Debian 12 (qemu-guest-agent version 1:7.2 installed and running correctly). SCSI controller: VirtIO SCSI single Qemu Agent enabled in VM options, with Type as Default (VirtIO). Running qm agent 242 get-fsinfo returns all...
  8. J

    [SOLVED] Possible IPV6 Only Cluster ?

    @fluorfr, would you happen to have the procedure you followed to set up such cluster with IPv4 and IPv6 and, if so, to share it? At the moment I am investigating how to do it.
  9. J

    Changing the IP address and subnet in all cluster nodes

    I ended up not attempting to perform the change. For now I am holding with what I have (although I don't have much room left) and I plan on creating a new cluster from scratch, as it will also serve to overcome the 32 MAC addresses limitation per NIC that Hetzner imposes on their vSwitches (I...
  10. J

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

    Anyone has information about this that could confirm the procedures explained above, and shed some pros and cons?
  11. J

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

    I have read on the forums that it is convenient (necessary?) not to have HA in use, albeit I don't really know why, as I have not found anything on the official documentation regarding this. What the documentation warns about is not to have replication on, but I am not sure why, as the node...
  12. 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...
  13. J

    Clearing DNS cache in Debian 11/12 LXC

    Hi, @Moayad, and thanks for your reply. I wasn't aware of the possibilities explained in the link you provided. However, if I understood correctly, creating the file /etc/.pve-ignore.resolv.conf would prevent Proxmox from updating the file /etc/resolv.conf with the DNS configuration made for...
  14. J

    Proxmox Helper Scripts

    Oh, you meant the LXC. I thought you meant the node. In that case, yes, you connect to the LXC via the WebGUI terminal or SSH and you run the commands.
  15. 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...
  16. J

    Proxmox Helper Scripts

    You either use the classic apt-get update && apt-get dist-upgrade console commands or you use the WebGUI, by selecting each node of the cluster and going to the Updates menu option.
  17. 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...
  18. J

    Estimated full takes retention policy into consideration?

    By the last usage data points, do you mean the total size on disk for all backups, not taking into consideration what is a backup, what is a snapshot and the deduplication level achieved over time (and, therefore, presumed to be achieved in the future)? Moreover, from your words I presume that...
  19. 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...
  20. J

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

    HI, @czechsys, and thanks for your reply. Yes, one of my pending tasks is to disable systemd-timesyncd and install and configure Chrony. It just never manages to move to the top of that list, heh :) Regarding setting up a NTP server, I take it that it would have to be a physical machine, but...