Hide Forgot
Description of problem: pulp-admin auth disable_global_repo_auth seem to be hanging. Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.173-1.fc14.noarch How reproducible: Steps to Reproduce: Not sure if registering a cds and associating/syncing repo have anything to do with the bug. but writing the steps anyways 1. Register a cds 2. pulp-admin auth enable_global_repo_auth (use certs) 3. associate a repo to cds and sync it (sync fails for me) 3. Do pulp-admin auth disable_global_repo_auth Actual results: [root@preethi ~]# pulp-admin auth disable_global_repo_auth from the pulp.log 2011-05-05 12:46:59,422 [INFO][Dummy-2] POST() @ services.py:353 - Disabling global repo authentication 2011-05-05 12:46:59,423 [INFO][Dummy-2] _write_cert_bundle() @ repo_cert_utils.py:347 - Removing repo cert file [/etc/pki/content/pulp-global-repo.ca] 2011-05-05 12:46:59,423 [INFO][Dummy-2] _write_cert_bundle() @ repo_cert_utils.py:347 - Removing repo cert file [/etc/pki/content/pulp-global-repo.cert] 2011-05-05 12:46:59,423 [INFO][Dummy-2] _write_cert_bundle() @ repo_cert_utils.py:347 - Removing repo cert file [/etc/pki/content/pulp-global-repo.key] Expected results: Additional info:
This shouldn't be an issue anymore with the CDS sync refactor I did a few days ago. The global auth commands no longer trigger CDS calls, so it should be a very quick call regardless of CDS state. With the next QE build, please see if this is still an issue.
build: 0.188
[root@preethi certs]# pulp-admin cds sync --hostname=pulp-cds.usersys.redhat.com Sync for CDS [pulp-cds.usersys.redhat.com] started Use "cds status" to check on the progress [root@preethi certs]# pulp-admin cds status --hostname=pulp-cds.usersys.redhat.com +------------------------------------------+ CDS Status +------------------------------------------+ Name pulp-cds.usersys.redhat.com Hostname pulp-cds.usersys.redhat.com Description None Cluster None Sync Schedule None Repos None Last Sync 2011-09-23 13:01:12-04:00 Status: Responding Yes Last Heartbeat 2011-09-23 17:01:38.542493+00:00 +------------------------------------------+ Most Recent Sync Tasks +------------------------------------------+ State Finished Start Time 2011-09-23 13:01:12-04:00 Finish Time 2011-09-23 13:01:12-04:00 [root@preethi certs]# pulp-admin auth disable_global_repo_auth --help Usage: pulp-admin <options> auth disable_global_repo_auth <options> Options: -h, --help show this help message and exit [root@preethi certs]# [root@preethi certs]# [root@preethi certs]# pulp-admin auth disable_global_repo_auth Global repository authentication disabled
Pulp v1.0 is released Closed Current Release.
Pulp v1.0 is released.