api: fix another non-ascii comment

replace a UTF-8 en-dash with a regular hyphen.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-12-09 11:56:46 +01:00
parent 0f8d3e0e34
commit 4b6051485e

View File

@ -4042,7 +4042,7 @@ __PACKAGE__->register_method({
if ($target) {
if (!$running) {
# always deactivate volumes avoids that LVM LVs are active on several nodes
# always deactivate volumes - avoids that LVM LVs are active on several nodes
eval { PVE::Storage::deactivate_volumes($storecfg, $vollist, $snapname) };
# but only warn when that fails (e.g., parallel clones keeping them active)
log_warn($@) if $@;