Re: [pve-devel] [PATCH manager] fix maxfiles behavior

2020-11-09 Thread Stefan Reiter
On 11/9/20 9:56 AM, Fabian Ebner wrote: Commit 5ba2a605ac14de58572f7b8d6e04b45b34724b0a hard-coded 0 as the default for maxfiles in the --storage case, but the actual default should be the value from read_vzdump_defaults(), which obtains the value from /etc/vzdump.conf or the VZDump schema if the

[pve-devel] [PATCH manager] fix maxfiles behavior

2020-11-09 Thread Fabian Ebner
Commit 5ba2a605ac14de58572f7b8d6e04b45b34724b0a hard-coded 0 as the default for maxfiles in the --storage case, but the actual default should be the value from read_vzdump_defaults(), which obtains the value from /etc/vzdump.conf or the VZDump schema if the value has not been modified in that file.