adrian_vg's latest activity

  • A
    adrian_vg replied to the thread Removing Snapshots CLI.
    Conf-files edited. The faulty snapshots disappeared as soon as I saved the conf-file. Thanks @bbgeek17 !
  • A
    adrian_vg reacted to bbgeek17's post in the thread Removing Snapshots CLI with Like Like.
    You can carefully edit the VM config file to remove snapshot information, since those volumes appear to have been deleted: /etc/pve/qemu-server/113.conf Make sure to make a backup of the file first. Ultra low latency all-NVME shared storage...
  • A
    adrian_vg replied to the thread Removing Snapshots CLI.
    That simple? Thanks, will try! Also, when looking for the actual snapshot file I couldn't find it on the node. Would this be an indication the snapshot file is actually gone but remains in the 113.conf only for some reason?
  • A
    adrian_vg reacted to bbgeek17's post in the thread Removing Snapshots CLI with Like Like.
    Perhaps you have orphaned snapshots, this quick loop should tell you what proxmox thinks is present and deleteable: for v in $(qm list|egrep -v VMID|awk '{print $1}');do for s in $(qm listsnapshot $v|egrep -v current|awk '{print $2}');do echo qm...
  • A
    adrian_vg replied to the thread Removing Snapshots CLI.
    Hello! I have just recently run into a similar problem. See output below. Any advice on how to delete the snapshots dckr01 and j4? The auto snapshots are readily deletable from both GUI and CLI, the two mentioned above I snapshot manually...