Hi all!
I'm trying to start a VM and get this message at startup task:
pveversion -v output:
The VM configuration:
The machine was running for along time, the las time I stop it I was doing a disk wipe with ddrescue, the command: "sudo ddrescue --force /dev/zero /dev/sde ddrescue_mapfile".
ddrescue found too many error in the disk, that confirm my suspects and I decided to kill ddrescue from other terminal. Due to I can't stop the process I decided stop the machine throught PVE GUI... the VM stoped but not start again.
Any help? thanks in advanced!
I'm trying to start a VM and get this message at startup task:
Code:
TASK ERROR: volume 'local:iso/gparted-live-1.1.0-1-amd64.iso' does not exist
pveversion -v output:
Code:
root@jros:~# pveversion -v
proxmox-ve: 8.1.0 (running kernel: 6.5.13-1-pve)
pve-manager: 8.1.4 (running version: 8.1.4/ec5affc9e41f1d79)
proxmox-kernel-helper: 8.1.0
pve-kernel-5.15: 7.4-11
proxmox-kernel-6.5.13-1-pve-signed: 6.5.13-1
proxmox-kernel-6.5: 6.5.13-1
pve-kernel-5.4: 6.4-19
pve-kernel-5.0: 6.0-11
pve-kernel-5.15.143-1-pve: 5.15.143-1
pve-kernel-5.15.39-1-pve: 5.15.39-1
pve-kernel-5.4.195-1-pve: 5.4.195-1
pve-kernel-5.4.189-2-pve: 5.4.189-2
pve-kernel-5.0.21-5-pve: 5.0.21-10
pve-kernel-5.0.15-1-pve: 5.0.15-1
ceph-fuse: 17.2.7-pve2
corosync: 3.1.7-pve3
criu: 3.17.1-2
glusterfs-client: 10.3-5
ifupdown: residual config
ifupdown2: 3.2.0-1+pmx8
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-4
libknet1: 1.28-pve1
libproxmox-acme-perl: 1.5.0
libproxmox-backup-qemu0: 1.4.1
libproxmox-rs-perl: 0.3.3
libpve-access-control: 8.1.1
libpve-apiclient-perl: 3.3.1
libpve-common-perl: 8.1.0
libpve-guest-common-perl: 5.0.6
libpve-http-server-perl: 5.0.5
libpve-network-perl: 0.9.5
libpve-rs-perl: 0.8.8
libpve-storage-perl: 8.0.5
libqb0: 1.0.5-1
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 5.0.2-4
lxcfs: 5.0.3-pve4
novnc-pve: 1.4.0-3
proxmox-backup-client: 3.1.4-1
proxmox-backup-file-restore: 3.1.4-1
proxmox-kernel-helper: 8.1.0
proxmox-mail-forward: 0.2.3
proxmox-mini-journalreader: 1.4.0
proxmox-offline-mirror-helper: 0.6.5
proxmox-widget-toolkit: 4.1.3
pve-cluster: 8.0.5
pve-container: 5.0.8
pve-docs: 8.1.3
pve-edk2-firmware: 4.2023.08-4
pve-firewall: 5.0.3
pve-firmware: 3.9-2
pve-ha-manager: 4.0.3
pve-i18n: 3.2.0
pve-qemu-kvm: 8.1.5-3
pve-xtermjs: 5.3.0-3
qemu-server: 8.0.10
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.2-pve2
The VM configuration:
Code:
root@jros:~# cat /etc/pve/nodes/jros/qemu-server/100.conf
bootdisk: scsi0
cores: 4
ide2: local:iso/gparted-live-1.1.0-1-amd64.iso,media=cdrom,size=355M
memory: 8192
name: dockerhost
net0: virtio=66:A3:2F:F8:C2:30,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: VMs1:vm-100-disk-1,size=100G
scsi1: /dev/sdb,size=3907018584K
scsi2: /dev/sdc,size=3907018584K
scsi3: /dev/sdd,size=3907018584K
scsi4: /dev/sde,size=3907018584K
scsihw: virtio-scsi-pci
smbios1: uuid=0203619a-0651-4d51-b983-1e657a63d43a
sockets: 1
vmgenid: 212c2cba-ee84-4cd1-9dec-af0da3dcfbdf
The machine was running for along time, the las time I stop it I was doing a disk wipe with ddrescue, the command: "sudo ddrescue --force /dev/zero /dev/sde ddrescue_mapfile".
ddrescue found too many error in the disk, that confirm my suspects and I decided to kill ddrescue from other terminal. Due to I can't stop the process I decided stop the machine throught PVE GUI... the VM stoped but not start again.
Any help? thanks in advanced!