[Pulp-list] pulp sync - reader can't store

Paul Jochum paul.jochum at alcatel-lucent.com
Mon Jan 12 14:04:03 UTC 2015


Hi All:

     I am running pulp 2.5.1-1, and over the weekend, my rpm repo sync 
commands started failing with "Reader can't store" error messages.

The command (and output) I am running:
-----------------------------------------------------------
$ pulp-admin -u admin -p admin rpm repo sync run 
--repo-id=rhel-x86_64-server-7
+----------------------------------------------------------------------+
             Synchronizing Repository [rhel-x86_64-server-7]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.

Downloading metadata...
[|]
... failed

Reader can't store

Task Failed

Importer indicated a failed response
-----------------------------------------------------------



What I captured from ~/.pulp/server_calls.log
-----------------------------------------------------------
2015-01-12 08:54:35,543 - INFO - GET request to 
/pulp/api/v2/tasks/cdbef36b-22ea-4459-8d8e-4c7649a61127/ with parameters 
None
2015-01-12 08:54:35,543 - INFO - Response status : 200

2015-01-12 08:54:35,544 - INFO - Response body :
  {
   "exception": null,
   "task_type": "pulp.server.tasks.repository.sync_with_auto_publish",
   "_href": "/pulp/api/v2/tasks/cdbef36b-22ea-4459-8d8e-4c7649a61127/",
   "task_id": "cdbef36b-22ea-4459-8d8e-4c7649a61127",
   "tags": [
     "pulp:repository:rhel-x86_64-server-7",
     "pulp:action:sync"
   ],
   "finish_time": "2015-01-12T13:54:34Z",
   "_ns": "task_status",
   "start_time": "2015-01-12T13:54:19Z",
   "traceback": "Traceback (most recent call last):\n  File 
\"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 240, in 
trace_task\n    R = retval = fun(*args, **kwargs)\n  File 
\"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\", line 
315, in __call__\n    return super(Task, self).__call__(*args, 
**kwargs)\n  File 
\"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in 
__protected_call__\n    return self.run(*args, **kwargs)\n  File 
\"/usr/lib/python2.6/site-packages/pulp/server/tasks/repository.py\", 
line 210, in sync_with_auto_publish\n    sync_result = 
managers.repo_sync_manager().sync(repo_id, 
sync_config_override=overrides)\n  File 
\"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/sync.py\", 
line 113, in sync\n    raise PulpExecutionException(_('Importer 
indicated a failed response'))\nPulpExecutionException: Importer 
indicated a failed response\n",
   "spawned_tasks": [],
   "progress_report": {
     "yum_importer": {
       "content": {
         "size_total": 0,
         "items_left": 0,
         "items_total": 0,
         "state": "NOT_STARTED",
         "size_left": 0,
         "details": {
           "rpm_total": 0,
           "rpm_done": 0,
           "drpm_total": 0,
           "drpm_done": 0
         },
         "error_details": []
       },
       "comps": {
         "state": "NOT_STARTED"
       },
       "distribution": {
         "items_total": 0,
         "state": "NOT_STARTED",
         "error_details": [],
         "items_left": 0
       },
       "errata": {
         "state": "NOT_STARTED"
       },
       "metadata": {
         "state": "FAILED",
         "error": "Reader can't store"
       }
     }
   },
   "queue": "reserved_resource_worker-4 at lss-pulp02.ih.lucent.com.dq",
   "state": "error",
   "result": null,
   "error": {
     "code": "PLP0000",
     "data": {},
     "description": "Importer indicated a failed response",
     "sub_errors": []
   },
   "_id": {
     "$oid": "54b3d20b54bb070cb246093f"
   },
   "id": "54b3d20b6a7b404cf71a6cd3"
}
-----------------------------------------------------------

Any suggestions on how to fix this?

thanks,

Paul





More information about the Pulp-list mailing list