mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[GH-ISSUE #79] Can't snapshot a VM without disk #73
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Impact123 on GitHub (Sep 5, 2023).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/79
What happened?
When attempting to snapshot a VM without a hard disk an error is thrown.
Skip VM problem storage space out of 95%When a disk exists, whether attached or not, it works fine. As you can see below I also have enough space available.
A VM without a disk is very rare thing, of course, but since this works perfectly fine via the proxmox GUI I consider this a bug.
Expected behavior
A snapshot should be possible even without a disk attached.
Relevant log output
@franklupo commented on GitHub (Sep 5, 2023):
Hi,
Why vm without disks? You can exclude using "-104" from the vmid parameter.
Best regards
@Impact123 commented on GitHub (Sep 5, 2023):
This particular VM is mostly used for testing various live distributions. I wanted to still be able to easily revert to older VM settings.
It took me a minute to figure out how to build this but it works fine. Thanks!
@franklupo commented on GitHub (Sep 5, 2023):
I fix the problem
@Impact123 commented on GitHub (Sep 5, 2023):
You did. I just wanted to let you know that I tested the change and the issue is fixed.