Linux command
qm-nbdstop 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Stop the embedded NBD server for VM 100
qm nbdstop [100]
说明
qm nbdstop stops the embedded NBD (Network Block Device) server for a virtual machine. The NBD server is used internally during disk operations such as backup and live migration to export VM disk images over the network. This command terminates any active NBD export for the specified VM.
参数
- _vmid_
- The unique ID of the VM (integer, 100 to 999999999).
FAQ
What is the qm-nbdstop command used for?
qm nbdstop stops the embedded NBD (Network Block Device) server for a virtual machine. The NBD server is used internally during disk operations such as backup and live migration to export VM disk images over the network. This command terminates any active NBD export for the specified VM.
How do I run a basic qm-nbdstop example?
Run `qm nbdstop [100]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does _vmid_ do in qm-nbdstop?
The unique ID of the VM (integer, 100 to 999999999).