]> git.proxmox.com Git - pve-docs.git/commitdiff
pct.adoc: copied Locks section from qm.adoc
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Oct 2016 14:09:04 +0000 (16:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Oct 2016 14:09:04 +0000 (16:09 +0200)
Adopted for containers.

pct.adoc

index 205d5f5adea14ca62ac78e8d7ab525695754b7a4..44146629b10d30908eaaf9fca6ee7227fdfad93a 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -634,6 +634,18 @@ NOTE: If you have changed the container's configuration since the last start
 attempt with `pct start`, you need to run `pct start` at least once to also
 update the configuration used by `lxc-start`.
 
+Locks
+-----
+
+Container migrations, snapshots and backups (`vzdump`) set a lock to
+prevent incompatible concurrent actions on the affected container. Sometimes
+you need to remove such a lock manually (e.g., after a power failure).
+
+ pct unlock <CTID>
+
+CAUTION: Only do that if you are sure the action which set the lock is
+no longer running.
+
 
 Container Advantages
 --------------------