Project

Profile

Help

Issue #1938

closed

force_full is not supported by export_distributor

Added by ipanova@redhat.com almost 8 years ago. Updated almost 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Master
Platform Release:
2.9.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 3
Quarter:

Description

$ pulp-admin -vv rpm repo export run --repo-id ina --force-full

+----------------------------------------------------------------------+
                      Publishing Repository [ina]
+----------------------------------------------------------------------+

The following publish configuration options will be used:

Force Full:  True

This command may be exited via ctrl+c without affecting the request.

Task Failed

Configuration key 'force_full' is not supported

2016-05-23 19:25:44,207 - INFO - GET request to /pulp/api/v2/tasks/32cb3161-df45-49f6-8f8b-a82fb469e030/ with parameters None
2016-05-23 19:25:44,208 - INFO - Response status : 200 

2016-05-23 19:25:44,208 - INFO - Response body :
 {
  "exception": null, 
  "task_type": "pulp.server.managers.repo.publish.publish", 
  "_href": "/pulp/api/v2/tasks/32cb3161-df45-49f6-8f8b-a82fb469e030/", 
  "task_id": "32cb3161-df45-49f6-8f8b-a82fb469e030", 
  "tags": [
    "pulp:repository:ina", 
    "pulp:action:publish"
  ], 
  "finish_time": "2016-05-23T17:25:43Z", 
  "_ns": "task_status", 
  "start_time": "2016-05-23T17:25:43Z", 
  "traceback": "Traceback (most recent call last):\n  File \"/usr/lib/python2.7/site-packages/celery/app/trace.py\", line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/home/ipanova/pulp_development/pulp/server/pulp/server/async/tasks.py\", line 473, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n  File \"/home/ipanova/pulp_development/pulp/server/pulp/server/async/tasks.py\", line 103, in __call__\n    return super(PulpTask, self).__call__(*args, **kwargs)\n  File \"/usr/lib/python2.7/site-packages/celery/app/trace.py\", line 437, in __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/home/ipanova/pulp_development/pulp/server/pulp/server/controllers/repository.py\", line 971, in publish\n    result = check_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)\n  File \"/home/ipanova/pulp_development/pulp/server/pulp/server/controllers/repository.py\", line 1030, in check_publish\n    result = _do_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)\n  File \"/home/ipanova/pulp_development/pulp/server/pulp/server/controllers/repository.py\", line 1082, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit, call_config)\n  File \"/home/ipanova/pulp_development/pulp/server/pulp/server/async/tasks.py\", line 658, in wrap_f\n    return f(*args, **kwargs)\n  File \"/home/ipanova/pulp_development/pulp_rpm/plugins/pulp_rpm/plugins/distributors/export_distributor/distributor.py\", line 130, in publish_repo\n    raise PulpDataException(msg)\nPulpDataException: Configuration key 'force_full' is not supported\n", 
  "spawned_tasks": [], 
  "progress_report": {}, 
  "queue": "reserved_resource_worker-0@ina.usersys.redhat.com.dq", 
  "state": "error", 
  "worker_name": "reserved_resource_worker-0@ina.usersys.redhat.com", 
  "result": null, 
  "error": {
    "code": "PLP0000", 
    "data": {}, 
    "description": "Configuration key 'force_full' is not supported", 
    "sub_errors": []
  }, 
  "_id": {
    "$oid": "57433d17dd83eaa0e018b5a2"
  }, 
  "id": "57433d17dd83eaa0e018b5a2"
}

Task Failed

Configuration key 'force_full' is not supported

Also available in: Atom PDF