20051231

Members
  • Posts

    4
  • Joined

  • Last visited

20051231's Achievements

Noob

Noob (1/14)

0

Reputation

1

Community Answers

  1. please close the post, I managed to rebuild the parity and fix the issue. I am running parity and two disks got disabled but the parity disk is not sync so the emulated disk is corrupted for the metadata part which is written frequently. I am running fsck on physical disk which is not being used as they are disabled.
  2. After upgrading to 6.12.1, the first boot was success and all drives are mountable. Then I restarted the server again, after the next boot, two drives becomes unmountable and log shows following error. XFS (md1p1): Metadata CRC error detected at xfs_sb_read_verify+0x11e/0x1aa [xfs], xfs_sb block 0x0 I tried to run xfs_repair on two unmountable drive, it complete successfully but still cannot mount in array. tower-diagnostics-20230626-0347.zip
  3. I also seeing the same problem with Windows 11 VM. I suspect because my old custom scripts for installing TPM support before unraid officially supports it but removing the script still no luck. During boot, I can see the TPM module is being installed though. Reverting back to 6.11.0 works fine.
  4. I am trying to pass through a USB controller to a VM since I can't get my iPad working in a Mac guest via usb device passthrough. IOMMU group 3:[8086:a12f] 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) IOMMU group 12:[1912:0014] 02:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03) IOMMU group 13:[1912:0014] 03:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03) root@Tower:~# lspci -vs 0003:00.00 03:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03) (prog-if 30 [XHCI]) Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at f7400000 (64-bit, non-prefetchable) [size=8K] Capabilities: [50] Power Management version 3 Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+ Capabilities: [90] MSI-X: Enable- Count=8 Masked- Capabilities: [a0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [150] Latency Tolerance Reporting Kernel driver in use: vfio-pci append intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 vfio-pci.ids=1b4b:9230,8086:a170,10ec:8168,1912:0014 modprobe.blacklist=i2c_i801,i2c_smbus kvm-intel.nested=1 kvm-amd.nested=1 initrd=/bzroot If I passthrough the onboard USB controller, everything works fine but I want to use a dedicated USB controller for my other Windows VM too. When I passthrough the usb controller card and removes all devices attached, the Windows VM can successfully booted and able to detect the controller in Device Manager. If I plug in any device to it, the VM will just freeze and QEMU logs gives vfio_err_notifier_handler: Unrecoverable error detected. 2018-07-02T14:38:38.571145Z qemu-system-x86_64: vfio_err_notifier_handler(0000:03:00.0) Unrecoverable error detected. Please collect any data possible and then kill the guest If I try to boot with devices attached, same error will occur during boot. After googling, I found there are passthrough issues about this card in VMWare ESXi, https://communities.vmware.com/thread/436971 and they give a solution by disabling MSI of that device. I am wondering if it is the same problem of mine and there are similar method in QEMU. Thanks.