]> git.proxmox.com Git - pve-manager.git/commit
Warn about file system state when a freeze would be needed, but isn't possible
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 6 Feb 2020 12:26:37 +0000 (13:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 21:31:39 +0000 (22:31 +0100)
commita6ebb96d7c0f1d5d4ed4c803ada284af8132b09d
treeed5b318561373d7aa6459624acade87a405376d1
parent7fb02366e0c95ae1f79f8442fbd3a820e1b6da42
Warn about file system state when a freeze would be needed, but isn't possible

If a snapshot of a running VM is taken and the RAM is not included, the backend
checks whether the QEMU Guest Agent is running inside the VM. If it is, it freezes
the file system, otherwise the snapshot is taken without freezing, which
could lead to an inconsistent file system state in the snapshot.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/window/Snapshot.js