Hello,
I'm getting ready to deploy my first containerized DB using the TurnkeyLinux MariaDB container template ( https://www.turnkeylinux.org/mysql ). I know that MariaDB wants a 16k block size for data storage.
This is the first time I've needed to worry about changing the recordsize on a CT. I'm not quite sure exactly what I need to do.
Here's what I think I need to do. Am I missing anything?
Thanks!
I'm getting ready to deploy my first containerized DB using the TurnkeyLinux MariaDB container template ( https://www.turnkeylinux.org/mysql ). I know that MariaDB wants a 16k block size for data storage.
This is the first time I've needed to worry about changing the recordsize on a CT. I'm not quite sure exactly what I need to do.
Here's what I think I need to do. Am I missing anything?
- Create a new zfs dataset and add it to PVE's storage via the console.
- Make sure the new dataset has a recordsize of 16k.
- Set up the new MariaDB container to use the 16k recordsize dataset for its storage.
Thanks!