Re: [pve-devel] [PATCH manager] partially fix #3056: namespace vzdump tmpdir with vmid

2020-10-20 Thread Fabian Grünbichler
On October 19, 2020 4:15 pm, Dominik Csapak wrote: > this fixes an issue where a rogue running backup would upload the vm > config of a later backup in a backup job > > instead now that directory gets deleted and the config is not > available anymore > > we cannot really keep those directories ar

[pve-devel] [PATCH] disk management: Add support for additional Crucial SSDs

2020-10-20 Thread Jan-Jonas Sämann
Crucial SSDs do not necessarily contain their vendor name in the model string. Hence, some of them are not recognized by get_wear_leveling_info(). This patch adds support for some common consumer-grade crucial disks, such the CT500MX500SSD1. Signed-off-by: Jan-Jonas Sämann --- PVE/Diskmanage.pm

[pve-devel] [PATCH pve-common] Inotify: allow bond of bond

2020-10-20 Thread Alexandre Derumier
for example,some users need to do active-backup bond, on top of 2 lacp bond. --- src/PVE/INotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index f524672..c5067de 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -1509,7