2025-04-01, 01:00 PM
(This post was last modified: 2025-04-01, 01:00 PM by TheDreadPirate. Edited 1 time in total.)
Is ALL of your storage for the containers going to a SMB share? Both for permanent storage for /config and /cache and for the ephemeral storage for the container virtual file system?
You can try adding "noperm" to the mount options for your SMB share. But having the database be on a SMB share is asking for a bad time. SMB is not made for the kind of IOPS that a database demands.
You can try adding "noperm" to the mount options for your SMB share. But having the database be on a SMB share is asking for a bad time. SMB is not made for the kind of IOPS that a database demands.