graphic: 0.957 architecture: 0.953 arm: 0.917 device: 0.815 semantic: 0.773 virtual: 0.733 register: 0.710 hypervisor: 0.690 debug: 0.681 vnc: 0.678 VMM: 0.672 files: 0.670 kernel: 0.668 socket: 0.665 performance: 0.658 mistranslation: 0.618 PID: 0.607 ppc: 0.593 boot: 0.583 permissions: 0.568 risc-v: 0.553 user-level: 0.533 assembly: 0.501 network: 0.461 TCG: 0.388 KVM: 0.144 peripherals: 0.102 i386: 0.096 x86: 0.010 Disk corruption on ARM64 (Apple Silicon) Linux VMs Description of problem: aarch64 Linux VMs will encounter disk corruption if they're set up with a filesystem that will notice it when it happens, e.g. BTRFS. This seems to be across the board with products, including Apple Hypervisor Framework, or just QEMU, so it very well might be an aarch64 Linux bug. Steps to reproduce: 1. Install an aarch64 Linux VM using BTRFS as the root filesystem. ZFS might recognize silent corruption readily as well. 2. Run `stress-ng --iomix 4` 3. Check your `dmesg` and/or `btrfs check --force ` to check for filesystem corruption. Additional information: This is discussed in two other tickets, but I'm hoping to get more attention to the problem here. [https://github.com/lima-vm/lima/issues/1957](https://github.com/lima-vm/lima/issues/1957) [](https://github.com/utmapp/UTM/issues/4840) ![Screenshot_2023-11-22_at_10.20.23_AM](/uploads/ae8ed51c7adb59933c4f7f9673dddd3d/Screenshot_2023-11-22_at_10.20.23_AM.png) ![Screenshot_2023-11-22_at_10.20.23_AM](https://i.imgur.com/HwqrFQE.png) I can't seem to figure out how to upload images, but you can probably get to the image that I'm trying to share somehow... ```