Jump to content

JorgeB

Moderators
  • Posts

    67,416
  • Joined

  • Last visited

  • Days Won

    705

Everything posted by JorgeB

  1. Not a very good sign, but not necessarily a problem, still a good idea to run an extended SMART test, there's an uncommon SMART error on that disk's SMART report, which I'm not sure it's a reason for concern or not.
  2. Intel NIC is not detecting a link: Link detected: no
  3. https://wiki.unraid.net/Troubleshooting#Re-enable_the_drive
  4. It might be faulty, it might just having the typical Marvell related issues, but it can also be cable related since there are CRC errors, so you might try that first, but in any case I suggest replacing with an Asmedia or JMB based controller if possible.
  5. You're welcome, going to tag this solved if you don't mind.
  6. The super.dat can always be copied to keep the assignments.
  7. Whatever works best for you or is faster, if there's nothing special about the config probably easier to just reconfigure.
  8. I don't know, don't use it, you can always ask it that docker support thread:
  9. No, and if you restore only super.dat and the key it will keep the disk assignments.
  10. See if using a stock flash drive works, if yes start restoring the config files a few at a time, or just restore super.dat and the key and reconfigure the server.
  11. Just follow the instructions on the link above.
  12. Stop all dockers, if it returns to normal start one by one.
  13. If you run a scrub it will identify all corrupt files, so any files not on that list will be OK.
  14. Assuming backups are done and trim is supported by the controller used the easiest way is with the array stopped type on the console: blkdiscard /dev/sdX Do that for both, restart array and format.
  15. Like suspected there are checksum errors, btrfs gives an i/o error when corrupted data is detected (and can't be fixed) so you know there's a problem. You can use btrfs restore (with the pool unmounted) to copy that data since it will ignore any checksum errors, but the data will still be corrupt.
  16. It's the best bet, backup, format and restore the data, there some recovery options here if needed.
  17. For VMs: Settings -> VM Manager -> VM Shutdown time-out - you can also set VMs to hibernate instead of shutting down, which is usually faster and avoids Windows deciding to update on that shutdown (requires QEMU guest tools installed). For array in general: Settings -> Disk Setting -> Shutdown Time-out - Should be longer than VM shutdown time-out
  18. Forgot to mention, there's a chance that the disk is not using a standard partition, if it doesn't mount after the new config stop the array, you should still be able to rebuild it.
  19. This is likely because your HBA has RAID firmware, it should be using IT firmware, doing a new config and checking "parity is already valid" should fix it.
  20. If possible don't reboot and run another check in the weekend or so, post new diags if there are sync errors.
  21. To disable a disk you can use: echo 1 > /sys/block/sdX/device/delete It might not get disabled by Unraid until it tries to access it. Causing filesystem corruption it's not so easy, disk getting disabled can sometimes cause it, especially if there was still unflushed data, unclean shutdowns in general can also do it.
  22. I misread the original post, if you set the VM to 12GB those 12GB are immediately allocated at VM start, so what it's not that surprising that total memory usage is at 100%, depending what else you have running.
  23. The read errors suggest cheksum errors, see if you can get the last lines of the syslog.
  24. Problem with the onboard SATA controller: Apr 13 05:18:02 Cerberus kernel: ahci 0000:03:00.1: Event logged [IO_PAGE_FAULT domain=0x0000 address=0x3ec7d037ceeb3a00 flags=0x0010] This is rather common with Ryzen boards, there are some reports that upgrading to v6.9-beta1 helps, likely because of the much newer kernel.
  25. First remove disk7 and add the new 10TB disk, then do the new config, after the sync is done you can then use UD to copy the data from old disk7 to the new array.
×
×
  • Create New...