Bug 767994

Summary: RFE: Allow bulk query for repository sync status
Product: [Retired] Pulp Reporter: Jim Perrin <jperrin>
Component: user-experienceAssignee: John Matthews <jmatthew>
Status: CLOSED NOTABUG QA Contact: Preethi Thomas <pthomas>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: mhrivnak, skarmark
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-26 21:32:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jim Perrin 2011-12-15 13:34:18 UTC
Description of problem:
Currently there is no method for 'pulp-admin repo status' to query all repositories. For change management actions where multiple repositories are to be updated (new distribution release etc) it would be nice to be able to do something like:

 pulp-admin repo status --all or pulp-admin repo status --group foo


The current output per repo is probably too verbose for this, so given the commands above, output on the cli should be reduced to something like:

Repository: foo-server:   Currently syncing: 87% done (2986 of 3534 packages)
Repository: foo-optional: Currently syncing: 13% done (501 of 2837 packages)



Does this seem a reasonable request?

Comment 1 Michael Hrivnak 2013-09-26 21:32:26 UTC
I believe that "pulp-admin tasks list" will serve this purpose. Please re-open if you think this is still an issue.