I was able to upload the artifacts up until 2 days ago and today I’m getting the following error:
Artifact couldn’t be uploaded. reading artifact error: update: can not install update: &{48 avabyte-image-imx6ull_avabyte.ext4 369098752 420 1000 1000 ava ava 2020-03-25 03:23:57 +0000 UTC 0001-01-01 00:00:00 +0000 UTC … [Request ID: 8cca7067]
Can you please share additional context around your problem and answer the following questions:
When you say “upload”, do you mean upload the Mender Artifact to the Mender server or deploying it to a device?
Are you running a self-hosted Mender Server? Which version in this case?
Can you please share more complete logs? (device side logs if this is a deployment issue, server logs if it is an issue with uploading the Artifact to the server)
I am not aware of any limits in our configuration that would cap it at a number of Artifacts and you are typically limited by available storage space on the server, so would recommend looking in to if you are running out of storage space.
Can you verify that the docker volume for your storage proxy has enough space? The following worked for me to check on my local setup so something similar should work for you. $ sudo df $(docker volume inspect mender-artifacts | grep Mountpoint | cut -d\" -f4)