# qm template 100
실행 예시:
Renamed "vm-100-disk-0" to "base-100-disk-0" in volume group "pve"
Logical volume pve/base-100-disk-0 changed.
WARNING: Combining activation change with other commands is not advised.
# pvesm status
실행 예시:
Name Type Status Total Used Available %
directory01 dir active 134151148 45757316 88393832 34.11%
local dir active 75537236 20369108 51285328 26.97%
local-lvm lvmthin active 161591296 14413943 147177352 8.92%
lvm lvmthin active 268165120 0 268165120 0.00%
# qm clone 100 103 --name Rocky94-02 --full --storage directory01
실행 예시:
create full clone of drive scsi0 (local-lvm:base-100-disk-0)
Formatting '/mnt/pve/directory01/images/103/vm-103-disk-0.raw', fmt=raw size=137438953472 preallocation=off
transferred 0.0 B of 128.0 GiB (0.00%)
transferred 1.3 GiB of 128.0 GiB (1.00%)
...
transferred 126.8 GiB of 128.0 GiB (99.10%)
transferred 128.0 GiB of 128.0 GiB (100.00%)
transferred 128.0 GiB of 128.0 GiB (100.00%)
# qm list
실행 예시:
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
100 Rocky94-01 stopped 8192 128.00 0
101 Win11-01 stopped 8192 128.00 0
102 Win11-02 stopped 8192 128.00 0
103 Rocky94-02 stopped 8192 128.00 0
template: 1
항목을 삭제할 수 있습니다.# sed -i '/template: 1/d' /etc/pve/qemu-server/500.conf
https://youtu.be/nNDRk8bt3c4 1. 개요 virt-manager를 사용하여 KVM/QEMU 가상화 환경에서 Windows 11을 설치하는 방법을 소개합니다. 설치 과정에서는 virtIO…
https://youtu.be/YL23ogmZhuY 1. 개요 이 문서에서는 Windows 11 24H2 버전 설치 방법에 대해 설명합니다. USB 설치 디스크를…
https://youtu.be/Nm9swsyeXlY 1. 개요 virt-install 명령어를 이용해 Rocky Linux 9.5 기반 KVM 가상 머신을 생성하는 방법을…
https://youtu.be/zZQl7OJZf7Q 1. 개요 virt-manager를 이용하여 KVM 가상 머신을 생성하는 방법을 설명합니다. Rocky Linux 9.5 ISO…
https://youtu.be/UPeCJbP3UIE 1. 개요 KVM 기반의 가상화 시스템 설치하는 방법을 소개합니다. 2. 버전 Rocky Linux 9.5…
https://youtu.be/wqTxt1H31y4 1. 개요 서버에 2개 이상의 NIC(Network Interface Card)가 있을 때, 고가용성과 장애 대응을 위해…