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, I Ve Got Mongodb Evicted Due To Disk Pressure(I Deployed Clearml And Corresponding Services Into Kubernetes Cluster), I Have Fixed Node And Restarted Mongo, However Clearml Seems To Reinitialize Itself, But Pvc For Mongobd Haven’T Been Deleted, So Is

Hi, I ve got mongodb evicted due to disk pressure(I deployed clearml and corresponding services into kubernetes cluster), I have fixed node and restarted mongo, however Clearml seems to reinitialize itself, but pvc for mongobd haven’t been deleted, so is there possibility to restore previous state of clearml

  
  
Posted one year ago
Votes Newest

Answers 15


Yeah, understandable

  
  
Posted one year ago

ok next step is to exec into mongodb pod and check the various docscollections(tables) to see if data is still there

  
  
Posted one year ago

ReassuredArcticwolf33 did you back up mongodb before this process?
JuicyFox94 any idea?

  
  
Posted one year ago

not sure if provisioner did something unexpected

  
  
Posted one year ago

Yep, because of selector

  
  
Posted one year ago

Ok, willl check that

  
  
Posted one year ago

This is pretty weird. If pv containing mongodb data is still the same data must be there. what storageclass provider are you using?

  
  
Posted one year ago

this is strange, I have a lot of clusters that went trough nodes issue but I never lost data

  
  
Posted one year ago

Local Storage

  
  
Posted one year ago

It shows newly created projects (I mean examples , which are created at the start of clearml)

  
  
Posted one year ago

and are you sure you mongodb respawned on same node?

  
  
Posted one year ago

I suspect no for some reason that is related pvc management, at least for what I know

  
  
Posted one year ago

it’s also true I never use local storage since it’s not production reliable

  
  
Posted one year ago

ok so data is not there anymore in mongodb

  
  
Posted one year ago

Well, it happened unexpectedly so no, but data must be saved on corresponding persistance volume

  
  
Posted one year ago
665 Views
15 Answers
one year ago
one year ago
Tags