Search results

  1. dakralex

    Proxmox is converting my disk when it should be importing it

    Hi! This is unrelated to Proxmox VE directly, but from a quick glance it seems that nixmoxer has a own option for import-form at [0]. Apart from that, the task log you added shows that there is no space left on the device: qemu-img: error while writing at byte 19797114880: No space left on...
  2. dakralex

    Crash / unresponsive every 2-3 weeks

    Hi and welcome to the Proxmox forum, philtao! These ACPI errors could be anywhere in between informational to suggesting a hardware failure. Do you have the latest BIOS firmware for your mainboard installed? Does (temporarily) booting the opt-in 6.11 kernel change anything on these error...
  3. dakralex

    Backup auf PBS schlägt mit Fehler "job failed with err -61 - No data available" fehl

    Hi! Könntest du einen Auszug von dem Syslog (dmesg/journalctl --system) posten während das Backup dieser VM fehlschlägt? Eine Vermutung wäre, dass es zu Lesefehlern an der Quelle gekommen ist, aber der Syslog würde mehr Information geben.
  4. dakralex

    Ceph

    Welcome to the Proxmox forum, ushiromawashi! Which problems did you encounter with Ceph Reef exactly? Do you have the Ceph log of the previous installation available? If so, please post it. If I understood it correctly, downgrading Ceph and using the disks is not really possible and not...
  5. dakralex

    API key only for one node in cluster

    Welcome to the Proxmox forum, maximcpp! It depends on what you mean with restricting access to one or two nodes. In general, there's no general solution for this currently, since VMs are viewed as independent objects (except if they're limited in hardware capabilities, e.g. because of...
  6. dakralex

    Issue with VM Migration from Proxmox 7.4 to 8.3 Involving CloudInit Drive

    Hi! Is this a migration within a cluster or a remote migration between two mixed version PVE nodes? Could you post the full command and/or output of the migration? Either way, we discourage the mixed usage of different major versions of Proxmox VE, especially since Proxmox VE 7 is end-of-life...
  7. dakralex

    [SOLVED] qemu guest agent vss provider stopped (after backup?)

    Yes, correct! You can leave/set it in manual mode since the QEMU Guest Agent will start it when needed anyway.
  8. dakralex

    [SOLVED] qemu guest agent vss provider stopped (after backup?)

    Hi @trigg3r! Oh, yes, but it is only vital that the Qemu Guest Agent itself is running as a service. The Qemu Guest Agent VSS Provider is only the implementation for the two guest-fsfreeze-freeze and guest-fsfreeze-thaw QMP commands that I've mentioned above, as those are implemented by...
  9. dakralex

    Cannot connect to interface after ISP change

    Hi and welcome to the Proxmox forum, lkprime! So, the port is reported as open, but the WebGUI is not reachable? Have you tried reaching the WebGUI with https://10.0.0.186:8006? It could be that you're not automatically redirected from the HTTP to the HTTPS version of the page.
  10. dakralex

    no swap on one node?

    Hi! This might depend on the disk setup that was selected during installation (ext4, zfs, btrfs, ...), which did you chose? Do you currently have unpartitioned space on the boot disk? Depending on the initial Proxmox VE version, there might be some intentionally free space to setup a swap...
  11. dakralex

    node-maintenance does not live migrate VMs

    Hi! You can query the logs of the HA CRM with journalctl -u pve-ha-crm, which needs to be run on the manager / master node. The same applies for any HA LRM, which can be queried on any node with journalctl -u pve-ha-lrm. Please post the output of the HA CRM when maintenance mode is enabled and...
  12. dakralex

    How to change the vm disk type(thin or Thick )

    Hi! I'm not familiar how VMware exactly exposes these settings, but the concept of "thick provisioning" should equal to a volume on any Proxmox VE storage type that does not support thin provisioning and is not in the qcow2 file format. But AFAIK there's no option that I am aware of that allows...
  13. dakralex

    [SOLVED] qemu guest agent vss provider stopped (after backup?)

    Hi @trigg3r! Btw do you experience any problems because the service is stopped? Because AFAIK this service is only run exactly for backups, so that the guest filesystem is synchronized and frozen (guest-fsfreeze-freeze) and then unfrozen again (guest-fsfreeze-thaw). That's the only use case for...
  14. dakralex

    Error Storage VM's 100% utilization

    Yes, this should be correct AFAICS. No, adding/removing a storage in "Datacenter > Storage" is only removing the entry in the /etc/pve/storage.cfg file, i.e. whether Proxmox VE does have awareness that the storage exists. Adding/Changing/Removing data is only done after checks and on user...
  15. dakralex

    [SOLVED] qemu guest agent vss provider stopped (after backup?)

    Thanks for getting back with those logs! I'll have to take a closer look at this next week, but I noticed that the backup is already finishing some minutes before that (except one of the clocks in out-of-sync): but the service is only stopped at 03:06:06 AM:
  16. dakralex

    Error Storage VM's 100% utilization

    Since snapshots are not available for the LVM storage plugin... Could it be the deleted storage was a LVM thin pool before? Just for clarification, the storages added in "Datacenter > Storage" are just to make Proxmox VE aware of these storages, so that PVE can use them for its various...
  17. dakralex

    Error Storage VM's 100% utilization

    And what is the output of lvs? At least the output of both (1) pvs and (2) vgs show that (1) the physical disk /dev/sdb4 is completely assigned to volume groups and (2) the volume group vg_SSD was assigned all its space.
  18. dakralex

    Error Storage VM's 100% utilization

    Hi! How was the storage recreated? Could you post the /etc/pve/storage.cfg? I assume that all of these commands did not produce any output. Have you tried to run pvscan --cache?
  19. dakralex

    Install specific proxmox/ceph versions

    apt full-upgrade is the same thing as apt dist-upgrade. The latter is there for muscle memory, because of apt-get dist-upgrade.
  20. dakralex

    [SOLVED] qemu guest agent vss provider stopped (after backup?)

    Hi! Could you check if there's anything logged in the PVE host's syslog or in the guest itself? Does changing the service from starting automatically to starting manually change the behavior?