-
[Support] cheesemarathons repo
Ok in that case i'm not sure I can help you. You're in uncharted waters with regards to ZFS on unRAID as I'm sure your aware. I also couldn't find a huge amount of info on zvol's & minio so looks like you might have to do some more digging there too. TrueNAS forums might be a good place for info. Unfortunately for you this is way beyond my area of expertise. Good Luck and please report back if you do make any success!
-
[Support] cheesemarathons repo
I know very little about ZFS but a quick google suggested this may work to create a zvol: If you can get it mounted then you should be able to pass that through to minio by setting the mount point of the disk as the /data directory in the minio container config in unRAID
-
[Support] cheesemarathons repo
Ghost updated their docker image 2 days ago so i'm guessing this issue was created then. Quick fix would be to change the image to ghost:5.105 I'd then post your issue to the ghost forum as there are much more knowledgeable people there for ghost specific issues: https://forum.ghost.org/c/help/self-hosting/18
-
[Support] cheesemarathons repo
try this in extra parameters --user UID:$GUID replace UID and GUID with whatever you need for Nextcloud
-
[Support] cheesemarathons repo
If you have it working, I'd consider it supported at this time!
-
[Support] cheesemarathons repo
Sounds good! Perhaps there have been some changes to minio. But if you have it working thats great!
-
[Support] cheesemarathons repo
Have you actually connected to your database from another machine? Using something like MariaDB or DBeaver
-
[Support] cheesemarathons repo
Yes it works, but its not as easy as it once was. You can use mergefs to merge multiple hard disks, and then minio uses the merged directory Then map /mnt/addons/minio to the minio container Note that it must be mounted in the /mnt/addons/ directory mkdir -p /mnt/addons/minio mergerfs /mnt/disk1/minio:/mnt/disk2/minio /mnt/addons/minio
-
[Support] cheesemarathons repo
Create another variable in the container config in unRAID called database__connection__port Set that to the port used by your MySQL container
-
Disk Unmountable: Unsupported or no file system after switch to ZFS
Thanks @itimpi that worked a treat. Lesson learnt today, research before you do something you are not 100% sure of. Close call today.
-
Disk Unmountable: Unsupported or no file system after switch to ZFS
System diagnostics for reference derek-diagnostics-20240508-0832.zip
-
Disk Unmountable: Unsupported or no file system after switch to ZFS
I had a disk fail so needed to replace it. In the process of replacing it I was hoping to switch to ZFS from XFS but I think I may have screwed myself. Before replacing the disk, the system was emulating it without issue. I stopped the array, installed the new disk, set its file system to ZFS and started the array and let it rebuild from parity. Rebuild complete I have a Unmountable: Unsupported or no file system error. I have not at any point formatted the drive. I'm hopping I have not lost any data here but want to ask for help prior to taking any more steps to ensure I don't mess it up any more.
-
[Support] cheesemarathons repo
Ok so the issue must exist somewhere between Ghost and MySQL. I would enable the general query log on your MySQL container, which should show logs when Ghost attempts to connect. It might shed some more light on the situation.
-
[Support] cheesemarathons repo
Had a look through the logs and nothing jumps out at me. Only thing is that the errors are all at the same sort of time: 01:17, 02:17, 06:17, 07:16, 21:26, 22:26, 23:26 which leads me to think, something is happening on a regular interval to cause this issue. When you say you reinstalled the containers, did you delete the appdata directories for the containers as well, as any misconfiguration in there will just be carried over into the reinstall if not removed. The other thing I would check is, when you have the error, check to see if you can connect to MySQL from another service. Id install the Adminer container on UnRAID and something like DBeaver on another machine and test both.
-
[Support] cheesemarathons repo
Sorry having some issues with my server right now. Hopefully backup by Monday. In the meantime the way back archive has a copy: https://web.archive.org/web/20231227043755/https://squishedmooo.com/