]> git.proxmox.com Git - pve-manager-legacy.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)
commitcdf2f6d038c22a68787f42b501fb1b59b5fc8235
tree17a4f134255252057876e8f902258bd221a55cbe
parentd0dd0e8598c2bc6b4cbe10fb6466dd6e27b15454
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