Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Convoy can't check if volume exists #235

Open
JohnBoyB opened this issue Jun 7, 2021 · 0 comments
Open

Convoy can't check if volume exists #235

JohnBoyB opened this issue Jun 7, 2021 · 0 comments

Comments

@JohnBoyB
Copy link

JohnBoyB commented Jun 7, 2021

Hello everyone,

We had a power failure on our servers last night and since then I have noticed some strange behaviour on convoy.
A service could not be started and received the following error message:

create volume_name: Error occurred while checking if volume volume_name exists: EOF
So I tried to delete the volume, but got the following error:

Error deleting volume_name: Error response from server, Volume not found.

ERRO[0000] Error response from server, Volume not found.
 
{
	"Error": "Error response from server, Volume not found.\n"
}

If I now want to create a new volume manually, I get the following message:

ERRO[0000] Error response from server, Error occurred while checking if volume volume_name exists: EOF
 
{
	"Error": "Error response from server, Error occurred while checking if volume volume_name exists: EOF\n"
}

If I now change the volume name in my docker-compose from volume_name to e.g. volume_name_new, everything works fine.
Unfortunately I don't know what to do :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant