mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 06:17:23 +00:00
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:
parent
0f8d3e0e34
commit
4b6051485e
@ -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 $@;
|
||||
|
Loading…
Reference in New Issue
Block a user