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 Got Issue When I Am Trying To Mount Ebs To Aws Ec2 Instance When Running Clearml Pipeline, I'Ve Checked The Dev/Sdb Is Dev/Nvme1N1 In Ec2 And I Was Using

Hi I got issue when I am trying to mount EBS to AWS EC2 instance when running ClearML pipeline, I've checked the dev/sdb is dev/nvme1n1 in ec2 and I was using

docker_bash_setup_script: |
  mkdir -p /mnt/sdb
  mkfs.ext4 -F /dev/nvme1n1
  mount /dev/nvme1n1 /mnt/sdb
  lsblk

but got error.
mount: /mnt/sdb: cannot mount /dev/nvme1n1 read-only.
I was creating a EC2 instance manually and use the above bash script, it can be mounted sucessfully. It just doesn't work when I tried to do in through ClearML. Attach logs and autoscaler setting

  
  
Posted 26 days ago
Votes Newest

Answers 3


CumbersomeCamel72 It can be mount without docker, but can't be mounted if I run a docker on the instance

  
  
Posted 26 days ago

Hi EnchantingPenguin77 ,

  • is there an agent running on the instance?
  • Did you start this instance yourself, or is it started by the ClearML AWS Autoscaler?
  • Can you do the same mount if you just run a docker container on that instance, execute instance and issue the commands?
  
  
Posted 26 days ago

Hi CumbersomeCamel72 , the error instance is launched from ClearML AWS Autoscaler on the webpage. The sucessful mounted instance is launch manually from AWS web

  
  
Posted 26 days ago
136 Views
3 Answers
26 days ago
26 days ago
Tags