mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 00:58:33 +00:00
pvenode: Add CLI call interface for wake on LAN
Adds a CLI call interface to pvenode which allows to wake sleeping nodes in a cluster via a wake on LAN packet. pvenode wakeonlan <node> Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
b3d8454221
commit
10a3cb09b8
@ -206,6 +206,9 @@ our $cmddef = {
|
||||
revoke => [ 'PVE::API2::ACME', 'revoke_certificate', [], { node => $nodename }, $upid_exit ],
|
||||
},
|
||||
},
|
||||
|
||||
wakeonlan => [ 'PVE::API2::Nodes::Nodeinfo', 'wakeonlan', [ 'node' ], { } ],
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user