SuccessfulKoala55
we are using the fileserver which is configured at clearml.conf to a path on a network drive (i.e the NAS) -files_server: file:///mnt/clearml_storage
The easiest choice is to use minio (which is open source) - this will not require any cross-platform adjustments
Because we want all our data to be stored on premises.
SuccessfulKoala55
Were using the community server
/mnt/clearml_storage
is the mount point of the NAS on one linux machine.
On macos it would be /Volumes/clearml_storage,
On windows - //NAS/clearml_storage
minio was a tiny bit of headache to configure, but I'd be happy to help if you want CrookedWalrus33 , I just went through this process yesterday and today (see a few threads up...)
Well, it should work, but as you said you might hit cross-platform issues with how the path is parsed by ClearML and used
SuccessfulKoala55
Is it a rare use case to use a NAS as the fileserver?
What would you suggest?
I got that, I just don't understand why...
Hi CrookedWalrus33 - is there any reason why you can't still use the fileserver and simply mount its storage folder on that NAS?
UnevenDolphin73 Thanks! Ill look into and reach out if needed
You're welcome to try and report your findings, of course 🙂 - I just think minio will be much more robust and provide a good cross-platform and managed solution
CrookedWalrus33 What I mean is - why do you want your users using NAS and not the fileserver?
SuccessfulKoala55
I'm not sure I understand your suggestion