Eugen Konkov

Results 74 comments of Eugen Konkov

I think this could happen when TF expects images "Owned by Me", but the user does not have such images. ![2024-04-11_14-44](https://github.com/hashicorp/terraform-provider-aws/assets/139780495/814782c8-4c6e-449f-a05f-9b83d879a74e) In my case I have only "Private snapshots/Private images"...

Why disk read so intensive? ![image](https://github.com/hashicorp/nomad/assets/139780495/83101b74-8a6d-4696-b08d-7c3d549bd571)

After service stop disk read remains intensive: ``` × nomad.service - Nomad Loaded: loaded (/etc/systemd/system/nomad.service; enabled; vendor preset: enabled) Active: failed (Result: timeout) since Thu 2024-04-04 18:29:29 UTC; 1min 2s...

I suppose that if parent service was stopped all threads should exit.

After `kill -9` to all agent threads system got stable: ![image](https://github.com/hashicorp/nomad/assets/139780495/3a8abd23-5607-4a61-9ded-c8e55f37e90a) ![image](https://github.com/hashicorp/nomad/assets/139780495/33f96320-ea1e-4966-b1f7-38253521e7c5)

After starting nomad again the system becomes unstable: ![image](https://github.com/hashicorp/nomad/assets/139780495/b32687f4-0dad-44a2-8aaa-075c244773ed) Docker images can not be downloaded and tasks are not started: ![image](https://github.com/hashicorp/nomad/assets/139780495/d8ceb833-b1b7-4d29-bff8-5a9f5f7357d7)

Is somewhere a documentation with a description how to do that?

The usage example: ``` 4a7d2572e4c3 planitar/dd-agent:7.50.3 "/bin/entrypoint.sh" 2 seconds ago Up 2 seconds 172.17.42.1:8125->8125/udp, 8126/tcp dd-agent ```

@apparentlymart Yes, agree. We can move JSON/YAML upper. But my complain is about that `Heredoc Strings` and `Indented Heredocs` are not together. They belongs to the same topic and should...

@mr-karan Have you implemented PR for this?