]> git.proxmox.com Git - pve-storage.git/commit
fix #4785: avoid overly noisy mkdir deprecation warning for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 17 Jun 2023 10:41:46 +0000 (12:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 17 Jun 2023 11:05:28 +0000 (13:05 +0200)
commitc61e609eb6917beb9fdcc30138be6e2c56df87fb
tree5ff2ef40439a729f9c3cbcbc66c647147e2fb93b
parent09f1f847ae5890d0b0ea351890c364a6de6b2780
fix #4785: avoid overly noisy mkdir deprecation warning for now

Move the warning over to creating and updating storage configs, which
is much less noisy as the constantly called activate storage (e.g.,
pvestatd).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/Storage/Config.pm
src/PVE/Storage/Plugin.pm