[pve-devel] [PATCH container] pct status: mark suspend as experimental
Aaron Lauterer
a.lauterer at proxmox.com
Thu Sep 30 11:49:11 CEST 2021
since container suspend is actually very experimental and only works in
very specific situations.
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
src/PVE/API2/LXC/Status.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/API2/LXC/Status.pm b/src/PVE/API2/LXC/Status.pm
index 766c2ce..f7e3128 100644
--- a/src/PVE/API2/LXC/Status.pm
+++ b/src/PVE/API2/LXC/Status.pm
@@ -360,7 +360,7 @@ __PACKAGE__->register_method({
method => 'POST',
protected => 1,
proxyto => 'node',
- description => "Suspend the container.",
+ description => "Suspend the container. This is experimental.",
permissions => {
check => ['perm', '/vms/{vmid}', [ 'VM.PowerMgmt' ]],
},
--
2.30.2
More information about the pve-devel
mailing list