Jump to content

JorgeB

Moderators
  • Posts

    66,977
  • Joined

  • Last visited

  • Days Won

    700

Community Answers

  1. JorgeB's post in Issue with BTRFS error after a docker update was marked as the answer   
    Docker image corrupted because it ran out of space, just recreate it.
     
     
  2. JorgeB's post in (Solved) Disk6 in Error State after using the process of shrinking array with Parity intact was marked as the answer   
    No, I mentioned doing a new config: Tools -> New Config, keep all assignments, check parity is already valid before array start, then run a correcting check.
  3. JorgeB's post in Include Disk(s) Setting Not Restricting Shares was marked as the answer   
    Using a root share will bypass the user shares and make Unraid ignore share settings.
  4. JorgeB's post in Write Good, Read Bad. was marked as the answer   
    Run a single stream iperf test in both directions to see if it's network related.
  5. JorgeB's post in Hard Drives disappearing as I add them to array and other I/O errors was marked as the answer   
    Drives are
    Formatted with type 2 protection You need to remove this, see below:
    https://forums.unraid.net/topic/93432-parity-disk-read-errors/?do=findComment&comment=864078
     
  6. JorgeB's post in Replaced Cache Pool SSD but now have "Unmountable: Invalid pool config" was marked as the answer   
    Replacement appears to have been successful, not sure why the error, please reboot and post new diags after array start so I can see the new btrfs scan results.
  7. JorgeB's post in Disk error when disk is spun down was marked as the answer   
    It's logged as a disk issue, though the disk looks healthy, recommend running an extended SMART test to confirm, if OK just disable spindown for that disk.
  8. JorgeB's post in Drive disappeared then reappeared and didn't get put back into raid 1 cache pool. Please help. was marked as the answer   
    Replace the SATA cable for cache1 and post new diags after array start.
  9. JorgeB's post in Drives failing suddenly.. was marked as the answer   
    Syslog isn't complete, but disks are dropping offline and reconnecting, this is usually a power/connection problem, see if the disks share something in common like a minSAS cable or a power splitter, if not the PSU would be the main suspect.
  10. JorgeB's post in Kernel Panic error, sudden shutdowns was marked as the answer   
    Apr 6 19:00:28 SkyNet kernel: mpt2sas_cm0 fault info from func: _base_make_ioc_ready Apr 6 19:00:28 SkyNet kernel: mpt2sas_cm0: fault_state(0x6003)! Apr 6 19:00:28 SkyNet kernel: mpt2sas_cm0: sending diag reset !!  
    Diags show multiple issues with the HBA like above, make sure it's well seated and sufficiently cooled, you can also try a different PCIe slot if available
  11. JorgeB's post in BTRFS pool crashing issues was marked as the answer   
    With the single profile in btrfs data is written in 1GiB chunks always to the device with most available space, so if or when they have similar available space it will alternate between devices, so a single >1GiB file will always be distributed among them.
     
    Basically yes, might as well use raid0, unless using different size devices.
     
    Basically what you can't do is add the dropped device if Unraid considers that a new device, since it will be wiped and without it the pool won't mount again, when Unraid thinks it's a new device an "all data on this device will be deleted" warning will appear in front of it, to properly add it you can:
     
    -stop the array
    -unassign all members from that pool
    -start the array so the pool config is "forgotten"
    -stop array
    -now re-assign all existing pool devices including the one that dropped earlier
    -there can't be an "all data on this device will be deleted" warning for any of the devices
    -start the array and Unraid will import the existing pool
     
  12. JorgeB's post in New HDD errors was marked as the answer   
    Yep, looks like some form of protection, see if it's this:
     
    https://forums.unraid.net/topic/110835-solved-help-with-a-sas-drive/?do=findComment&comment=1011689
     
     
     
  13. JorgeB's post in First build of Parity errors and very slow was marked as the answer   
    You can do that, though it's possible some data fails to copy/move, but at least you'll know which data is affected, another option is to use ddrescue to recover as much as possible.
  14. JorgeB's post in [6.9.2] Drive Errors was marked as the answer   
    Problem with the onboard SATA controller, quite common with some Ryzen boards, look for a BIOS update or use an add-on controller (or a different board).
  15. JorgeB's post in v6.9.2 Disk 1 entered error state during Disk 3 upgrade - Data Lost? was marked as the answer   
    Single parity can't emulate two disks, so no point in trying a filesystem check, you can force enable disk1 to try again to rebuild disk3.
     
    This will only work if parity is still valid:
     
    -Tools -> New Config -> Retain current configuration: All -> Apply
    -Check all assignments and assign any missing disk(s) if needed, including disk3
    -IMPORTANT - Check both "parity is already valid" and "maintenance mode" and start the array (note that the GUI will still show that data on parity disk(s) will be overwritten, this is normal as it doesn't account for the checkbox, but it won't be as long as it's checked)
    -Stop array
    -Unassign disk3
    -Start array (in normal mode now), ideally the emulated disk3 will now mount and contents look correct, if it doesn't you should run a filesystem check on the emulated disk or post new diags
    -If the emulated disk mounts and contents look correct stop the array
    -Re-assign the disk to rebuild and start array to begin.
     
     
  16. JorgeB's post in Drive Failed in Array was marked as the answer   
    Diags are after rebooting so we can't see what happened, disk looks healthy so I would recommend replacing/swapping cables to rule those out then rebuild on top.
     
    https://wiki.unraid.net/Manual/Storage_Management#Rebuilding_a_drive_onto_itself
  17. JorgeB's post in Problems after moving drives from onboard SATA to PCIe Card was marked as the answer   
    Yes, and there is:
     
    Mar 19 20:20:49 IWURSRV kernel: mpt2sas_cm0: mpt3sas_transport_port_remove: removed: sas_addr(0x4433221101000000) Mar 19 20:20:49 IWURSRV kernel: mpt2sas_cm0: removing handle(0x0009), sas_addr(0x4433221101000000) Mar 19 20:20:49 IWURSRV kernel: mpt2sas_cm0: enclosure logical id(0x500605b003cc0de0), slot(2)  
    It is a strange issue, since it keeps happening only with those two disks, if it's not power/cable could be a controller or disk problem, can you connect them, even if temporarily, to the onboard SATA ports?
     
  18. JorgeB's post in drive in parity is not the biggest was marked as the answer   
    Likely the remaining disks are partitioned on sector 2048, instead of Unraid default sector 64.
     
    You can check with
    fdisk -l /dev/sdX  
  19. JorgeB's post in Drive 3 Error duruing parity check was marked as the answer   
    Yep, and the test failed, so it should be replaced.
  20. JorgeB's post in Unable to add new HDD to Array (licence error?) was marked as the answer   
    Yep.
     
    It must be cleared, not precleared, if you're still rebuilding parity might just do another new config and add the new disk now, this way it will only need formatting.
  21. JorgeB's post in Switching Cache from No to Only was marked as the answer   
    No.
     
    You can set the share use cache setting to "prefer", then run the mover, files can't be in use or they won't be moved.
  22. JorgeB's post in Changing a name for a share data drive? was marked as the answer   
    Do you mean it's unassigned? If yes the right place to ask would be in the existing UD plugin support thread, but you just need to click on it.
  23. JorgeB's post in Replace partity disk, in Dual Parity disk setup was marked as the answer   
    Yes, just assign a new parity disk and start the array.
  24. JorgeB's post in 6.9.2 Kernel Panic was marked as the answer   
    If you're using macvlan for that update to v6.10 and change to ipvlan.
  25. JorgeB's post in "Unmountable disk present" -- SOLVED was marked as the answer   
    Cache filesystem is corrupt, best bet it to re-format, if there's any important data there you can try these recovery options.
×
×
  • Create New...