Bug 727900
| Summary: | repo status needs to support file sync | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 26 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 13:59:56 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: | 641987 | ||
commit d3faf46cc024122caefe2af7a3dee7fdc5563803 build: 0.219 verified
[root@preethi ~]# rpm -q pulp
pulp-0.0.222-1.fc14.noarch
[root@preethi ~]# pulp-admin repo sync --id=file_repo1 -F
Sync for repository file_repo1 started
Sync: Finished
3/3 new items downloaded
0/3 existing items processed
Item Details:
Files: 3/3
[root@preethi ~]# pulp-admin repo status --id=file_repo1
+------------------------------------------+
Status for file_repo1
+------------------------------------------+
Repository: file_repo1
Number of Files: 3
Last Sync: 2011-08-08 10:22:15-04:00
Closing with Community Release 15 pulp-0.0.223-4. |
Description of problem: repo status only display status pf package sync. It should support the file sync as well. [root@preethi ~]# pulp-admin repo status --id=file_repo_clone +------------------------------------------+ Status for file_repo_clone +------------------------------------------+ Repository: file_repo_clone Number of Packages: 0 Last Sync: 2011-08-03 11:15:25-04:00 [root@preethi ~]# pulp-admin repo status --id=file_repo +------------------------------------------+ Status for file_repo +------------------------------------------+ Repository: file_repo Number of Packages: 0 Last Sync: 2011-08-03 11:13:48-04:00 Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.218-1.fc14.noarch Expected results: Additional info: