mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 16:33:55 +00:00
allow node name 'localhost'
This commit is contained in:
parent
3ada46c9b1
commit
4f1be36cdc
@ -706,7 +706,7 @@ __PACKAGE__->register_method({
|
||||
|
||||
my $remip;
|
||||
|
||||
if ($node ne PVE::INotify::nodename()) {
|
||||
if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {
|
||||
$remip = PVE::Cluster::remote_node_ip($node);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user