Op 29 mrt. 2023 om 14:54 heeft Simon Avery <Simon.Avery@atass-sports.co.uk> het volgende geschreven:



(Apologies for half-formed email sent prematurely)

 

Hi William

Thanks for your reply

 

Op 28 mrt. 2023 om 17:02 heeft Simon Avery <Simon.Avery@atass-sports.co.uk> het volgende geschreven:
Are there any known issues with defining tmpdir on multiple servers to point to a single NFS-mounted network share?  Would each instance co-habit peacefully and not try to change any files from another instance?

  • Any reason you’re thinking of using a single share for all MariaDB machines?

 

  • How about setting up a single NFS VM with lots of space, and mounting a specific directory per MariaDB machine?

 

It’s certainly an option, although I’d probably go for Antony’s suggestion of separate subdirs if there was any chance of interference. That might still be preferable for good housekeeping reasons.


I think Antony’s suggestion is the same as mine.


The downside is that both require setup on the NFS host when adding a new machine, and whilst that’s not out of the question, I’m wondering if I *need* to do that?


You could use a single share, mount it on each MariaDB machine, and use a subdirectory, rather than use a share per machine. Then only one share has to be created.

 

Thanks, Simon