Kilrah

Members
  • Posts

    2001
  • Joined

  • Last visited

Report Comments posted by Kilrah

  1. I "update all" pretty much every evening but it only occurs maybe once a month. What's very annoying is that of course it'll happen when one container is running a migration that takes a couple minutes, and the loop will cause the container to be stopped in the middle of it leaving things in shambles.

  2. 1 hour ago, goezzkim said:

     

    After investigating more, it looks like it's an expected behavior(!!) of docker using zfs driver. I certainly didn't expect this, I think I should revert it back to btrfs.

    It's also caused super high disk usage for some. docker.img on ZFS is fine.

  3. 2 hours ago, NickI said:

    Hi Everyone!

    i've just decided to move on to 6.12.0 rc6 to start catching up with all the latest developments of Unraid, and i had a nice surprise i wanted to share. When the update completed i navigated to the docker tab and checked all my dockers for updates. I had 4 to update so i tested again the update all button and all worked as they should, no loops 🎉 

    One try doesn't say much since it only happens occasionally.

  4. Something that might be an issue, if you manually unmount a disk (like for the "clear an array drive" scenario) subsequently stopping the array will loop forever when it tries to unmount disks, treating "not mounted" as something it should retry instead of ignore.

     

    May 26 09:28:39 Unraid2 emhttpd: shcmd (504): umount /mnt/disk2
    May 26 09:28:39 Unraid2 root: umount: /mnt/disk2: not mounted.
    May 26 09:28:39 Unraid2 emhttpd: shcmd (504): exit status: 32
    May 26 09:28:39 Unraid2 emhttpd: Retry unmounting disk share(s)...
    May 26 09:28:44 Unraid2 emhttpd: Unmounting disks...
    May 26 09:28:44 Unraid2 emhttpd: shcmd (505): umount /mnt/disk2
    May 26 09:28:44 Unraid2 root: umount: /mnt/disk2: not mounted.
    May 26 09:28:44 Unraid2 emhttpd: shcmd (505): exit status: 32
    May 26 09:28:44 Unraid2 emhttpd: Retry unmounting disk share(s)...
    May 26 09:28:49 Unraid2 emhttpd: Unmounting disks...