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
I Am Working On Versioning My Data With Clearml-Data. I Have Clearml Server Deployed On One Machine And On Another Machine I Have My Clearml.Conf Setup To Use The Deployed Clearml Server. Also, On Both Machines I Have A Nas Storage Mounted On The Same Pat

I am working on versioning my data with clearml-data. I have clearml server deployed on one machine and on another machine I have my clearml.conf setup to use the deployed clearml server. Also, on both machines I have a NAS storage mounted on the same path for example: /media/NAS . So, is there anyway that I can use the the NAS path as the default data stroage for the server.

  
  
Posted one year ago
Votes Newest

Answers 7


RipeAnt6 Hi!

Yes, you simply need to configure the two following fields in your ~/clearml.conf

api.fileserver: <PATH_TO_NAS>
sdk.development.default_output_uri: <PATH_TO_NAS>

  
  
Posted one year ago

RipeAnt6 , you have to manage your storage on the NAS yourself. We delete data only on the fileserver.

However, you could try mounting the NAS to the fileserver docker as a volume and then deletion should also handle files on the NAS 🙂

  
  
Posted one year ago

CostlyOstrich36 Another question. I versioned a dataset using the clearml-data cli and it works absolutely fine. But, when I archived and deleted the versioned data using the clearml GUI the dataset was not deleted. As it is only removed from the UI but still available physically on the NAS drive.

  
  
Posted one year ago

CostlyOstrich36 Thank you very much for the answer.

  
  
Posted one year ago

CostlyOstrich36 Thank you for the answer.

  
  
Posted one year ago

Please note that this configuration is on the client side, not the clearml server side 🙂

  
  
Posted one year ago

RipeAnt6 , happy to help 🙂

  
  
Posted one year ago
223 Views
7 Answers
one year ago
8 months ago
Tags
Similar posts