dziewuliz

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by dziewuliz

  1. Thanks helping with the troubleshooting, @itimpi

     

    On 11/11/2023 at 6:26 PM, itimpi said:

    Have you tried running without Docker started?    I noticed that there appeared to be a container continually restarting although this should not stop everything from running.

     

    Stopped docker, and ran the parity check successfully (with some 170 sync-errors)

     

    On 11/11/2023 at 6:26 PM, itimpi said:

    I also noticed that the 'system' share had files on disk1 as well as cache.   if this is the docker.img file then it would be expected that performance would be badly degraded while the operations you mention are running.   Your current settings for this share do not allow mover to transfer files from array->cache.  In addition since all the files are not on the cache you will not be able to enable Exclusive mode on the share to get better performance.

     

    There was an empty system folder on disk1, deleted.

     

    On 11/11/2023 at 6:26 PM, itimpi said:

    You also have a share anonymized as 'd-------s' that has files or folders on the cache but the settings do not allow mover to transfer the files off the cache to the array - is this intended?

     

    Stored syslog there.

     

    On 11/11/2023 at 6:26 PM, itimpi said:

    One thing that occurs to me is there any chance that you have a power related issue?   An operation like Parity Check starting would put maximum load on the power supply.   It can also sometimes cause an issue if you make use of power splitters and connect too many drives to a single power supply line.

    This was my concern as well - I have a UPS (500w), Corsair PSU (450W) and 10x 3.5HDD's, some 6 of which were connected through power splitter cable. 

     

    Now, since I was able to complete parity check without issues, would it be safe to assume this is Docker related issue? I will resume Docker, and continue turning on one at a time, to see if it triggers the same issue. Any other suggestions?

     

    Thanks a lot.

  2. Recently installed a new i5 cpu, in order to add a second cache disk to have a zfs pool, for redudancy.

    Since then, I noticed my Unraid server would become unresponsive, during scheduled mover operations, or manual parity check operations -  inaccessible via GUI or ssh. The server power is still on and running.

     

    Attaching diagnostics and syslog (stops responsing post 6am).

     

    tower-diagnostics-20231111-1129.zip syslog.zip

  3. Thanks both - after taking the suggested steps, cleaning up my docker mess, my new LSI controller works full speed, and I was able to rebuild parity without issues this time.

     

    Lesson learned - stick to the recommended LSI SAS controllers, and avoid the inexpensive SATA expansion boards.

     

    @JorgeB let me know your donation link please.

    • Like 1
  4. Sorry for the delay in response - had to take a break from fruitless troubleshooting.

     

    Adding some additional background on what happened prior to the issue:

    My previous motherboard had 6 SATA ports (and I have 5 drives), and I switched to a new mb with 4 ports.

    My first sata expansion board (15$, purhcased on Amazon) shorted upon powering up - I immediately powered off, got myself a PCIe test card, to check there's any damage to the slot itself - looked good. Since then, I used bought another make of SATA expansion board, new SATA cables and connected the drives, and these problems started.

     

    Currently, I have parity disabled, and upon rebooting shows crc error count 2. it also happens to be the one connected to the expansion card.

     

    What are my options here?

    1. Switch to LSI SATA SAS 9211-8i I tried before (albeit at super slow speed).

    2. Look for alternative ways to connect the 5th disk

     

     

  5. Array was turned on, data rebuilding was paused. I might have had DiskSpeed running (to compare performance for mainboard SATA and LSI HBA speeds) when exporting diagnostics.

     

    Thanks for the callout on docker.img size - will look into that.

     

    Quote

     Also, you are using a version of Unraid that doesn't tell us which disks your user shares are using


    Updating to unRAIDServer-6.11.5...

  6. There's a chance there were some writing activity while the rebuilding was happening...

     

    Went ahead and started array in maintenance mode, and finished data-rebuild, successfully.

     

    Now, when I toggled array without Disk2, trying to stop array results in "Array Stopping • Retry unmounting disk share(s)...", and logs:

    Mar 11 21:57:03 Tower root: umount: /mnt/disk1: target is busy.
    Mar 11 21:57:03 Tower  emhttpd: shcmd (9142): exit status: 32
    Mar 11 21:57:03 Tower  emhttpd: Retry unmounting disk share(s)...

     

    Rebooted, selected the Disk2 again, started array, now it's reconstructing with estimated speed: 3.2 MB/sec, estimated to finish in 60 days 😀

     

    Never had such long estimate before, typically managed to complete parity check within 1-2 days. Should I swap to another drive?

    Speed issue must be related to newly connected LSI SATA SAS 9211-8i

  7. Hi all, 

     

    Just built my first unraid system two weeks ago, mainly to be used as a media box, with Plex/Sonarr/Radarr/NZBGet running in the background. I also just bought an nvme 1tb drive, that I initially thought to use as cache drive. But as I looked more at other setups, I learned that most people, with similar needs, don't necessarily use cache, but instead Unassigned Drives. Thus my following question:

    1) For my needs, what are the pros/cons on using cache-only shares vs unassigned drive?

    I don't have plans on running VMS, just occasional docker apps which I also planned to run off the nvme drive (expecting better performance?).

    2) If I were to use unassigned drive, and keep appdata/downloads there, would that be considered a bad practice? I was thinking of running backups for appdata separately, in case my nvme died.

     

    Thanks in advance! 

  8. I'm having issues with syncing specific folder, stuck at 'Reading remote server file list', running the grive with -d manually via console shows reading across the whole gdrive (which would take forever). Any ideas?

     

    UPDATE: Nvm, switching to rclone instead..