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 2 years ago
Votes Newest

Answers 16


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

  
  
Posted 2 years ago

SuccessfulKoala55
I'm not sure I understand your suggestion

  
  
Posted 2 years 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 2 years ago

SparklingElephant70

  
  
Posted 2 years ago

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 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

What ClearML Server are you using?

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years ago

SuccessfulKoala55
Were using the community server

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

UnevenDolphin73 Thanks! Ill look into and reach out if needed

  
  
Posted 2 years 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 2 years 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 2 years ago
592 Views
16 Answers
2 years ago
one year ago
Tags