Hass.io 0.80.3 Update fails

Hello community,
I’m in this situation:

Home Assistant 0.80.3 is available
You are currently running version 0.79.3

Well, if I click UPDATE from GUI, the process fails, and the log says:

18-10-20 14:50:45 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.80.3 18-10-20 14:50:45 INFO (SyncWorker_17) [hassio.docker.interface] Update Docker 0.79.3 with homeassistant/raspberrypi3-homeassistant:0.80.3 18-10-20 14:50:45 INFO (SyncWorker_17) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.80.3. 18-10-20 14:50:47 ERROR (SyncWorker_17) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.80.3 -> 500 Server Error: Internal Server Error ("readlink /var/lib/docker/overlay2/l: invalid argument").

Could you please help to understand why it fails? Is there any other method to update other than GUI?

Thank you
Lucas

Could you check whether the resolution described at https://github.com/docker/for-mac/issues/1396 solves your problem? (got there via https://github.com/docker/for-mac/issues/1667 )

Sorry, newbie here, I believe I don’t have the docker.
I’m running hass.io image in Raspberry taken from:
https://www.home-assistant.io/hassio/installation/

I have the same issue. But my update succeeded and now home-assistant instance does no longer start due to the same error:

18-10-20 19:38:47 INFO (MainThread) [hassio.homeassistant] Setup Home Assistant
18-10-20 19:38:47 INFO (SyncWorker_5) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.80.3.
18-10-20 19:38:50 ERROR (SyncWorker_5) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.80.3 -> 500 Server Error: Internal Server Error ("readlink /var/lib/docker/overlay2: invalid argument").
18-10-20 19:38:50 WARNING (MainThread) [hassio.homeassistant] Error on install Home Assistant. Retry in 60sec
18-10-20 19:39:50 INFO (SyncWorker_6) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.80.3.
18-10-20 19:39:51 ERROR (SyncWorker_6) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.80.3 -> 500 Server Error: Internal Server Error ("readlink /var/lib/docker/overlay2: invalid argument").
18-10-20 19:39:51 WARNING (MainThread) [hassio.homeassistant] Error on install Home Assistant. Retry in 60sec

was an bug in hub.docker.com

DAMN! Same error updating from 0.80.3 to 0.81.0b1. Very frustrating since to update from 0.79 to 0.80.3 I had to install hass.io from scratch:

ERROR (SyncWorker_1) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.81.0b1 -> 404 Client Error: Not Found (“manifest for homeassistant/raspberrypi3-homeassistant:0.81.0b1 not found”).

0.81.0 finally solve the update issue. I’m now able to update hass.io from the GUI.