mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[GH-ISSUE #73] Is it safety to use cv4pve-autosnap in conjunction with Storage Replication (pvecm)? #71
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#71
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 @GusevVictor on GitHub (Jan 24, 2023).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/73
Hi all!
I'm very like to use cv4pve-autosnap for years. In all time when I use it, I have a question about safety use it with Storage Replication (pvecm).
For example:
There is vm lock, but I have doubt about that will be work good.
It there any dangerous when use both tools?
@franklupo commented on GitHub (Jan 24, 2023):
what command do you use with pvecm?
@GusevVictor commented on GitHub (Jan 24, 2023):
First of all: Thank a lot for your answer.
I use gui of proxmox replication. I mean this one:

@franklupo commented on GitHub (Jan 24, 2023):
Hi,
this is replication vm. cv4pve-autosnap uses the API and there is no problem
Best regards
@GusevVictor commented on GitHub (Jan 24, 2023):
Thank you so much. Yes, I understand about API. Below of the API resides zfs layer and I don't know what about when zfs send snapshot and during this cv4pve-autosnap send by API - "HEY! We need delete this snap." - Is there possible to destroy of zfs tank at all? :)
@GusevVictor commented on GitHub (Jan 27, 2023):
Will be glad for any update :)
@turrini commented on GitHub (Feb 5, 2023):
Don't worry, it will be safe. The PVE API serializes all commands and organizes them to avoid conflicts (snapshoting while replicating is an example). I've been using autosnap for months on 8 nodes, replicating vms between them.
@GusevVictor commented on GitHub (Feb 6, 2023):
Thank a lot. I have some error messages like this one:
command 'zfs snapshot tank/vm-113-disk-1@__replicate_113-0_1675396830__' failed: got timeoutThink this is no so dangerous.