proxmox中的好用qm命令,救命就用它了!解决locked的问题

Locks
Online migrations, snapshots and backups (vzdump) set a lock to prevent incompatible concurrent actions on the affected VMs. Sometimes you need to remove such a lock manually (e.g., after a power failure).

qm unlock

root@proxmox1:/etc/apt# qm
ERROR: no command specified
USAGE: qm [ARGS] [OPTIONS]

   qm guest cmd  
   qm guest exec-status  
   qm guest passwd   [OPTIONS]
   qm guest exec  [] [OPTIONS]

   qm clone   [OPTIONS]
   qm config  [OPTIONS]
   qm create  [OPTIONS]
   qm delsnapshot   [OPTIONS]
   qm destroy  [OPTIONS]
   qm list  [OPTIONS]
   qm listsnapshot 
   qm migrate   [OPTIONS]
   qm move_disk    [OPTIONS]
   qm pending 
   qm reset  [OPTIONS]
   qm resize    [OPTIONS]
   qm resume  [OPTIONS]
   qm rollback  
   qm sendkey   [OPTIONS]
   qm set  [OPTIONS]
   qm shutdown  [OPTIONS]
   qm snapshot   [OPTIONS]
   qm start  [OPTIONS]
   qm stop  [OPTIONS]
   qm suspend  [OPTIONS]
   qm template  [OPTIONS]
   qm unlink  --idlist  [OPTIONS]

   qm cleanup   
   qm importdisk    [OPTIONS]
   qm importovf    [OPTIONS]
   qm monitor 
   qm mtunnel 
   qm nbdstop 
   qm rescan  [OPTIONS]
   qm showcmd  [OPTIONS]
   qm status  [OPTIONS]
   qm terminal  [OPTIONS]
   qm unlock 
   qm vncproxy 
   qm wait  [OPTIONS]

   qm help [] [OPTIONS]

root@proxmox1:/etc/apt#

你可能感兴趣的:(虚拟化)