Update upd5000.sh

This commit is contained in:
2025-11-13 09:16:28 +00:00
parent 70f6497562
commit 9620492cae

View File

@@ -7,7 +7,7 @@ wget -P /var/lib/vz/template/iso/ https://cloud-images.ubuntu.com/daily/server/r
sed -i "s/unused0*//" /etc/pve/qemu-server/5000.conf &>>log.txt
qm importdisk 5000 /var/lib/vz/template/iso/ubuntu-24.04-server-cloudimg-amd64.img ceph-pool &>>log.txt
qw set --scsi0 ceph-pool:vm-5000-disk-0 &>>log.txt
qm set 9000 --boot c --bootdisk scsi0 &>>log.txt
qm set 5000 --boot c --bootdisk scsi0 &>>log.txt
)
echo "END LOG ENTRY $(date +%Y-%m-%d_%H:%M:%S)" >>log.txt
echo "" >>log.txt