Specify a custom volume for downloads folder#54
Specify a custom volume for downloads folder#54dark-vex wants to merge 2 commits intokubealex:masterfrom
Conversation
…older Signed-off-by: Daniele De Lorenzi <[email protected]>
|
Hi @dark-vex thank you for your contribution. Can you please elaborate a bit? |
|
Hey @kubealex sorry I didn't get back to you! It works like the current implementation of cluster external NFS server so the pods will have the nfs server defined under Hope this makes sense |
|
This looks great. Wondering if there is a difference between passing it as a PVC and opening multiple NFS clients in this approach. |
Performance wise probably yes but I didn't had the chance to perform any test on this matter |
I have introduced the possibility to specify an additional NFS volume for the downloads folder.
This can be useful when using for example the Synology download client and you store the downloaded file on a different volume and/or shared folder.
The best way would be to provide a list of volumes under
general.storage.volumesbut in order to avoid introducing a breaking changes on the current implementation, I have created a new keygeneral.storage.downloadsVolume