Bug #9495
closedarvados.errors.KeepWriteError: failed to write ...: no Keep services available ((False, 0))
Description
after leaving only 1 s3 keepstore
nico@compute1.4xphq:~$ arv-put --project-uuid 4xphq-j7d0g-f5en0iwm8ptp9m9 test.txt 0M / 0M 100.0% Collection saved as 'Saved at 2016-06-27 17:59:53 UTC by nico@compute1.4xphq.arvadosapi.com' 4xphq-4zz18-blowifliiouo8fv nico@compute1.4xphq:~$
but the jobs don't seem to run https://workbench.4xphq.arvadosapi.com/pipeline_instances/4xphq-d1hrv-mhyfd7rbcyblkxz#Log
Updated by Nico César over 9 years ago
this could be because there is an old version of python-arvados-python-client installed in the compute image. rebuilding to test if this goes away
Updated by Nico César over 9 years ago
Nico Cesar wrote:
this could be because there is an old version of python-arvados-python-client installed in the compute image. rebuilding to test if this goes away
same results with python-arvados-python-client 0.1.20160622134640-2 in https://workbench.4xphq.arvadosapi.com/pipeline_instances/4xphq-d1hrv-y6dw1uwdc84lplx#Log
Updated by Nico César over 9 years ago
- Status changed from New to Resolved
My mistake. This was being caused by an old version of default docker image in that cluster.
I changed git_hash in application.yml and re-deployed the image and worked. closing ticket