]> git.proxmox.com Git - pve-container.git/commitdiff
pct status: mark suspend as experimental
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 30 Sep 2021 09:49:11 +0000 (11:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 30 Sep 2021 15:30:03 +0000 (17:30 +0200)
since container suspend is actually very experimental and only works in
very specific situations.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/PVE/API2/LXC/Status.pm

index 766c2cef53920ea1fe35b3742a2767e415d77098..f7e31289d0995d6b2f69a4919df9d9bfc5f1e71e 100644 (file)
@@ -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' ]],
     },