Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All, I'M Looking For A Hint On How To Configure A Local Network Drive (Nas) As A File Server For Clearml, That Will Be Cross Platform (We Have Windows, Linux And Macos Users...) The Easy Part Is To Modify The Conf File

Hi all,
I'm looking for a hint on how to configure a local network drive (nas) as a file server for clearml, that will be cross platform (we have windows, linux and macos users...)
The easy part is to modify the conf file
files_server: file:///mnt/clearml_storage
My question is whether that exact path has to be repeated on any machine that want's to use clearml?

  
  
Posted one year ago
Votes Newest

Answers 16


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

  
  
Posted one year ago

The easiest choice is to use minio (which is open source) - this will not require any cross-platform adjustments

  
  
Posted one year ago

Because we want all our data to be stored on premises.

  
  
Posted one year ago

SuccessfulKoala55
Were using the community server

  
  
Posted one year ago

/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

  
  
Posted one year ago

SparklingElephant70

  
  
Posted one year ago

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...)

  
  
Posted one year ago

Well, it should work, but as you said you might hit cross-platform issues with how the path is parsed by ClearML and used

  
  
Posted one year ago

SuccessfulKoala55
Is it a rare use case to use a NAS as the fileserver?
What would you suggest?

  
  
Posted one year ago

I got that, I just don't understand why...

  
  
Posted one year ago

Hi CrookedWalrus33 - is there any reason why you can't still use the fileserver and simply mount its storage folder on that NAS?

  
  
Posted one year ago

UnevenDolphin73 Thanks! Ill look into and reach out if needed

  
  
Posted one year ago

What ClearML Server are you using?

  
  
Posted one year ago

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

  
  
Posted one year ago

CrookedWalrus33 What I mean is - why do you want your users using NAS and not the fileserver?

  
  
Posted one year ago

SuccessfulKoala55
I'm not sure I understand your suggestion

  
  
Posted one year ago
231 Views
16 Answers
one year ago
8 months ago
Tags