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

Answers 15


not sure if provisioner did something unexpected

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Ok, willl check that

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

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

  
  
Posted 2 years ago

Yep, because of selector

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Yeah, understandable

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Local Storage

  
  
Posted 2 years ago

ok so data is not there anymore in mongodb

  
  
Posted 2 years ago

and are you sure you mongodb respawned on same node?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
1K Views
15 Answers
2 years ago
one year ago
Tags