AIO failed to down and clean normally #5

Closed
opened 2023-05-18 17:57:53 +00:00 by abereziny · 0 comments
Member

After some work with AIO I want to shut it down and clean.

Here is what I've got

bereza@NB-2317:~/src/frostfs-aio$ make down
Stopping aio ...

ERROR: for aio  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
make: *** [Makefile:48: down] Error 1

bereza@NB-2317:~/src/frostfs-aio$ make clean
Error response from daemon: remove frostfs-aio_data: volume is in use - [a335a3c3ce6793259440ff518c9857c4460fe17a38312967dbbafd5d588ad713]
make: *** [Makefile:52: clean] Error 1

Have to use workaround:

docker compose down --volumes
After some work with AIO I want to shut it down and clean. Here is what I've got ``` bereza@NB-2317:~/src/frostfs-aio$ make down Stopping aio ... ERROR: for aio UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70) ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information. If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60). make: *** [Makefile:48: down] Error 1 bereza@NB-2317:~/src/frostfs-aio$ make clean Error response from daemon: remove frostfs-aio_data: volume is in use - [a335a3c3ce6793259440ff518c9857c4460fe17a38312967dbbafd5d588ad713] make: *** [Makefile:52: clean] Error 1 ``` Have to use workaround: ``` docker compose down --volumes ```
abereziny added the
bug
label 2023-05-18 18:00:01 +00:00
alexvanin self-assigned this 2023-05-22 06:56:05 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-aio#5
No description provided.