2023-06-21, 07:58 AM
(This post was last modified: 2023-06-21, 08:00 AM by coffeeknight. Edited 1 time in total.)
How are you running your instances?
I run them using docker-compose and can add an
If you're using mounts then you can also usually mount it as read only and that will avoid any issues. I disable nfo writes though. No issues I've seen at this point with read-only media mounts.
I do recommend staggering your scan times so that they don't both do a full scan at the same time to avoid an iowait bottleneck.
I run them using docker-compose and can add an
ro
tag to the media volume. This makes it read only and makes it a bit "safer" to use with multiple instances. I have one test container/instance and one "live" container.If you're using mounts then you can also usually mount it as read only and that will avoid any issues. I disable nfo writes though. No issues I've seen at this point with read-only media mounts.
I do recommend staggering your scan times so that they don't both do a full scan at the same time to avoid an iowait bottleneck.