ca3139289c
Ampel / ampel (push) Failing after 13m17s
- VM-Konfiguration prüfen: Laufwerk ist am Host sichtbar - Anleitung für Proxmox Web-UI und CLI hinzugefügt - Skript proxmox-add-drive.sh für automatische Konfiguration
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
# Proxmox QEMU Konfiguration für Laufwerk-Durchreichung
|
|
# Füge diese Zeile zu /etc/pve/qemu-server/106.conf hinzu
|
|
|
|
# Option 1: Als SCSI Device (empfohlen)
|
|
scsi1: /dev/sr0,media=cdrom
|
|
|
|
# Option 2: Alternativ als SATA Device
|
|
sata1: /dev/sr0,media=cdrom
|