2024-10-28, 08:12 AM
(This post was last modified: 2024-10-28, 08:15 AM by Duvel. Edited 1 time in total.)
Hi
I am gonna mount a new server this week, with more SDD storage capacity and I plan to reconfigure Jellyfin transcode directory to give it a standalone SDD disk to avoid some issues I had with it in the past.
So the config is DELL pro refurbished hardware running SDD and HDD RAIDs will Dell Idrac, and vmware ESXi installed on it, running Ubuntu VM and Jellyfin in docker (and many other things)
I read that it is a good idea to not have the transcode dir and sqlite DB on the same disk, is it correct ?
If so I would like to know what is the best config approach:
1. Should I move all the /cache directory on the dedicated disk, or only the /cache/transcode directory?
2. How to define this??? With a a new volume in the docker-compose ? Or using the /config/system.xml where I found this line
Any other disk split advices config welcome
I am gonna mount a new server this week, with more SDD storage capacity and I plan to reconfigure Jellyfin transcode directory to give it a standalone SDD disk to avoid some issues I had with it in the past.
So the config is DELL pro refurbished hardware running SDD and HDD RAIDs will Dell Idrac, and vmware ESXi installed on it, running Ubuntu VM and Jellyfin in docker (and many other things)
I read that it is a good idea to not have the transcode dir and sqlite DB on the same disk, is it correct ?
If so I would like to know what is the best config approach:
1. Should I move all the /cache directory on the dedicated disk, or only the /cache/transcode directory?
2. How to define this??? With a a new volume in the docker-compose ? Or using the /config/system.xml where I found this line
Code:
<CachePath>/var/cache/jellyfin</CachePath>
Any other disk split advices config welcome