Bug 751836

Summary: using -F option on export when using groupid
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: z_otherAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.0Keywords: Triaged
Target Milestone: ---   
Target Release: Sprint 30   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-24 20:10:43 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 Preethi Thomas 2011-11-07 17:56:35 UTC
Description of problem:
Looks like -F option doesn't work when trying to export repos using group id. 
[root@preethi ~]# pulp-admin repo export -g fedora -t /tmp/repo -F
Export on repository group [fedora] started with job id [fe1269ab-d138-4a31-8374-4ce102cf816c]

[root@preethi ~]# pulp-admin repo export --status
error:  Error: repo id is required to check status of export
[root@preethi ~]# pulp-admin repo export -g fedora --status
error:  Error: repo id is required to check status of export

Version-Release number of selected component (if applicable):
[root@preethi ~]# rpm -q pulp
pulp-0.0.244-4.fc15.noarch

Comment 1 Pradeep Kilambi 2011-11-11 20:23:54 UTC
commit e8343a2f1fd6b3279edeb082e6e2271a2eaab281

$ sudo pulp-admin repo export -g fedora -F
Use `pulp-admin job info` to check the status of group export jobs

$ sudo pulp-admin repo export -g fedora --status
Use `pulp-admin job info` to check the status of group export jobs

Comment 2 Jeff Ortel 2011-11-17 03:06:30 UTC
build: 0.249

Comment 3 Preethi Thomas 2011-11-23 13:48:57 UTC
[root@preethi ~]# rpm -q pulp
pulp-0.0.251-1.fc15.noarch

[root@preethi ~]# pulp-admin repo export -g pulp -t /tmp/repo3 -F
Use `pulp-admin job info` to check the status of group export jobs
[root@preethi ~]# pulp-admin repo export -g pulp -t /tmp/repo3 --status
Use `pulp-admin job info` to check the status of group export jobs

Comment 4 Preethi Thomas 2012-02-24 20:10:43 UTC
Pulp v1.0 is released
Closed Current Release.