- Proxmox High Availability
- Simon M.C. Cheng
- 199字
- 2021-08-05 17:23:53
Virtual disk options under Proxmox VE
During the virtual machine creation, the following virtual disk options are available:
- RAW: This is a raw file format. The disk space is allocated during the creation and will use up the specified size. When compared with QCOW2, it gives a better overall performance.
- QCOW2: This is an enhanced version of QCOW, which offers a provisioning ability for disk storage used by QEMU. QCOW2 offers a capability to create multiple virtual machine snapshots compared to the older version. The following features are supported:
- Thin-provisioning: During the disk creation, a file smaller than the specified size is created, and the specified size will be configured as the maximum size of the disk image. The file size will grow according to the usage inside the guest system; this is called thin-provisioning.
- Snapshot: QCOW2 allows the user to create snapshots of the current system. With the use of the copy-on-write technology and a read-only base image, differential backup can be achieved.
- VMDK: This file format for a disk image is used by VMware. The virtual disk file can be imported back to VMware Player, ESX, and ESXi. It also provides a thin-provisioning function such as QCOW2.
推薦閱讀
- 物聯網之魂:物聯網協議與物聯網操作系統
- 異構基因共表達網絡的分析方法
- Hands-On Industrial Internet of Things
- 數字烏托邦
- 計算機網絡安全實訓教程(第二版)
- 電力物聯網工程技術原理與應用
- 物聯網技術與應用
- WordPress Web Application Development
- 新手易學:新手學淘寶開店
- Android UI Design
- Selenium WebDriver 3 Practical Guide
- 全聯網標識服務
- 物聯網基礎及應用
- Building RESTful Web Services with .NET Core
- Laravel Application Development Cookbook