Project

Profile

Help

Story #941

Updated by bmbouter about 9 years ago

As a maintainer of a large pulp repository, I need to be able to monitor what tasks are using a specific resource. 

 And then you want to know what task is using that resource: 
 <pre> 
 pulp-admin tasks list --using=<repo-name> 
 </pre> 

 Make sure you can use --using at the same time as --state provided by #851. 

 The only way to perform this kind of filtering at the moment is to use Perl multi-line regular expressions to extract the relevant entries from the tasks list --details output [0], which is really awkward. 

 [0] [[https://www.redhat.com/archives/pulp-list/2015-May/msg00001.html]]

Back