- KVM Virtualization Cookbook
- Konstantin Ivanov
- 88字
- 2021-07-02 22:07:12
Inspecting and editing KVM configs
In this recipe, we are going to use the virsh tool to inspect and edit the configuration for an existing virtual machine. As we saw earlier, once we define and start a KVM instance, libvirt creates the XML definition file in the /etc/libvirt/qemu/ directory. We can dump the guest configuration to disk, for inspection, or to back it up. With the virsh command we can also perform updates to the configuration in place, as we will see later in this recipe.
推薦閱讀
- Node.js+Webpack開發實戰
- ASP.NET Core 5.0開發入門與實戰
- Oracle從新手到高手
- Microsoft Application Virtualization Cookbook
- FreeSWITCH 1.6 Cookbook
- Python Deep Learning
- Python機器學習實戰
- WordPress 4.0 Site Blueprints(Second Edition)
- Webpack實戰:入門、進階與調優
- C++編程兵書
- Orchestrating Docker
- 跟戴銘學iOS編程:理順核心知識點
- Java EE Web應用開發基礎
- 從零開始學算法:基于Python
- 量子計算機編程:從入門到實踐