mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 17:05:48 +03:00
[GH-ISSUE #10] Trouble on Cloudlinux VPS KVM istance #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#7
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 @plant75 on GitHub (Jan 23, 2019).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/10
Using eve4 to snap a Cloudlinux istance, the freeze option
cause filesystem lock.. it becomes read only.
We have tested it on 8 Server ( ZFS Filesystem )
The Web interface snap or replication snap are safe.
My question is, why do you use "freeze" ?
Is it possible to disable it and perform a standard zfs snapshot ?
Versione Italina:
Ciao Ragazzi, sempre molte grazie per il vostro tool veramente utilissimo.
Lo stiamo testando su 8 nodi Proxmox 5 (ZFS) ultima versione ma sulle istanze Cloudlinux ci causa un problema al kernel, che va in Read Only.
Gli snapshot fatti a riga di comando, via interfaccia web o quelli eseguiti dalle repliche sono OK.
Abbiamo notato che eve usa un opzione di freeze del Filesystem del VPS... e sembra questa la causa.
Forse è usato per renderlo compatibile con LVM ?.. sarebbe possibile poterlo disabilitare ?
Grazie!
@plant75 commented on GitHub (Jan 23, 2019):
Cloudlinux response:
Our devs have checked the dump, and the situation is next:
The issue is not related to CloudLinux directly, but to Qemu agent, which does not freeze the file system(s) correctly. What is actually happening:
When VM backup is invoked, Qemu agent freezes the file systems, so no single change will be made during the backup. But Qemu agent does not respect the loop* devices in freezing order (we have checked its sources), which leads to the next situation:
---> send async reqs to loopback thread
You can check your other VMs, I believe there will be no such mounts:
/dev/loop0 /tmp ext3 rw,nosuid,noexec,relatime,data=ordered 0 0
/dev/loop0 /var/tmp ext3 rw,nosuid,noexec,relatime,data=ordered 0 0
@franklupo commented on GitHub (Jan 24, 2019):
Hi,
new version in test. New version is a client to connect via API.
@franklupo commented on GitHub (Jan 24, 2019):
The command used are "qm vmid snapshot" no parameter freeze. If you install tools in guest the proxmox execute operation. What is the command that uses for snapshot?
Best regards