lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
725 stars 73 forks source link

Setup with multiple NVMEs without RAID #150

Closed XatinaRah closed 1 year ago

XatinaRah commented 2 years ago

I’m trying to setup a environment without raid, with multiple NVMEs, but I can’t find a way to this inside .env file or with manual docker variables. Anyone has already tried such setup ? Thanks.

unspec commented 2 years ago

Lancache only supports being passed a single path in which to store its cached data.

It doesn't much care what the underlying disk structure under that is (although we would always recommend some form of resiliency), but it does need it presented as a single volume.

You could use something like LVM or other volume management features to span a single volume over multiple non-raided disks, or even something like a RAID0, but again not something we would recommend.