]> git.proxmox.com Git - pve-manager.git/commit
ui: restore: improve warning for restoring container with same ID
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 5 Jul 2022 08:52:39 +0000 (10:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 Jul 2022 08:03:39 +0000 (10:03 +0200)
commit5f855ccf2734ec95a0aa49671fede0278191d69f
tree1195978efb2caa9b5a9f5d24975f1362d61aee63
parentef336a1fe29acff56c474c937b3dd6e802a925b8
ui: restore: improve warning for restoring container with same ID

It's not clear to users that the "VM data" includes mount point
volumes including those that are not marked for backup. This is
different from VM restore, where volumes attached at drives not
present in the backup will be kept around as unused volumes.

Several (supposedly newer) users got tripped up by this over the
years, the latest report being [0]. The long term plan is to make the
restore dialog more flexible to be able to select actions for disks
individually, but that will take a bit of time. In the mean time, make
the warning more explicit.

[0]: https://forum.proxmox.com/threads/111760/#post-482045

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