Bug 684057
Summary: | Sync status and history is transient and is lost when you restart httpd | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Mike McCune <mmccune> |
Component: | z_other | Assignee: | Jason Connor <jconnor> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | mmccune, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 24 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 12:07:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488, 684061 |
Description
Mike McCune
2011-03-11 00:27:37 UTC
This has been addressed with the implementation of the task history collection and webservices api build: 0.188 [root@preethi ~]# rpm -q pulp pulp-0.0.200-1.fc14.noarch [root@preethi ~]# pulp-admin repo status --id=f14 +------------------------------------------+ Status for f14 +------------------------------------------+ Repository: f14 Number of Packages: 2766 Last Sync: 2011-07-06 13:56:14-04:00 Currently syncing: 100% done (2773 of 2773 packages downloaded) [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# service pulp-server restart Stopping httpd: [ OK ] Stopping Qpid AMQP daemon: [ OK ] Stopping mongod: [ OK ] Starting mongod: [ OK ] Starting Qpid AMQP daemon: [ OK ] Starting httpd: [ OK ] [root@preethi ~]# pulp-admin repo status --id=f14 +------------------------------------------+ Status for f14 +------------------------------------------+ Repository: f14 Number of Packages: 2766 Last Sync: 2011-07-06 13:56:14-04:00 Currently syncing: progress unknown [root@preethi ~]# pulp-admin consumer history --consumerid=pulp-client Usage: pulp-admin <options> consumer history <options> pulp-admin: error: no such option: --consumerid [root@preethi ~]# pulp-admin consumer history --id=pulp-client +------------------------------------------+ Consumer History +------------------------------------------+ Event Type Repo Bound Timestamp 2011-07-05 10:57:45-04:00 Originator admin Repo ID f14 Event Type Consumer Created Timestamp 2011-07-05 09:06:52-04:00 Originator admin Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |