Found that on fresh Win2025 server install (+latest updates) retrim fails with strange errors:
Event log shows two items:
While Win10 and Win11 guest finish same command without error (I use this retrim command for many years on Desktop Windows guests).
Failing guest info:
Host info:
Question: Does anybody else experience same error?
Code:
C:> defrag c: /l /v
Invoking retrim on WIN20256-STD (C:)...
Retrim: skipped.
Data error (cyclic redundancy check). (0x80070017)
Event log shows two items:
Code:
The storage optimizer skipped slab consolidation on WIN20256-STD (C:) because: Slab size is too small. (0x8900002D)
The storage optimizer couldn't complete retrim on WIN20256-STD (C:) because: Data error (cyclic redundancy check). (0x80070017)
While Win10 and Win11 guest finish same command without error (I use this retrim command for many years on Desktop Windows guests).
Failing guest info:
- Windows Server 2025 Standard,
veroutput:10.0.26100.32995 - Virtio Drivers: BLK (known as "viostor" under Win) tested
0.1.271and0.1.285with same error results
YAML:
agent: 1
bios: seabios
boot: order=virtio0;ide0;net0
cores: 4
cpu: x86-64-v2-AES
description: [REDACTED]
ide0: none,media=cdrom
machine: pc-q35-11.0
memory: 8192
meta: creation-qemu=11.0.0,ctime=1782800479
name: win2025-std
net0: virtio=BC:24:11:57:85:D3,bridge=vnetnat1,firewall=1
numa: 0
ostype: win11
scsihw: virtio-scsi-single
smbios1: uuid=7a54ccab-bc38-4d3f-8659-9eeba54ff524
sockets: 1
vga: qxl
virtio0: nvme:260630001/vm-260630001-disk-0.qcow2,cache=writethrough,discard=on,iothread=1,size=55G
vmgenid: 0135fc04-00f8-4aab-b7a8-90eda5c23806
Host info:
- Proxmox VE 9.2.3
- one host has Enterprise repository (pveversion:
pve-manager/9.2.3/d0fde103346cf89a (running kernel: 6.17.13-7-pve)), other one Community (pveversion:pve-manager/9.2.3/d0fde103346cf89a (running kernel: 7.0.12-1-pve)). Both hosts use samepve-qemu-kvm: 11.0.0-4
Question: Does anybody else experience same error?