This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:linux:proxmox [2024/11/18 16:46] – [Renouveler le certificat] yahiko | informatique:linux:proxmox [2025/04/07 11:55] (current) – yahiko | ||
---|---|---|---|
Line 38: | Line 38: | ||
</ | </ | ||
+ | ===== Sauvegarde plantée ===== | ||
+ | <code bash> | ||
+ | vzdump -stop | ||
+ | # si pas fonctionnel | ||
+ | ps -aux | grep vzdump | ||
+ | kill -9 PROCESS_ID | ||
+ | # si pas fonctionnel | ||
+ | umount -f / | ||
+ | qm unlock ID_VM | ||
+ | </ | ||
+ | |||
+ | ===== Problème de montage ===== | ||
+ | |||
+ | Vérifier le status du service '' | ||