Project

Profile

Help

Issue #480

Updated by bmbouter about 9 years ago

To reproduce: Error Trace 

 0) Install a fresh Pulp install. Description of problem: Distribute http service on multiple server to scale http calls and distribute load 


 Version-Release number of selected component (if applicable): 
 Pulp-2.4 beta 

 How reproducible: 
 1) login to Pulp 
 Server1 :- running pulp-server-qpid, qpidd, pulp-workers, pulp_celerybeat, pulp_resource_manager, mongodb 

 Share /var/lib/pulp on server1 

 2) create a repo named zoo mount /var/lib/pulp on server2 using NFS 

 Install pulp-server-qpid, configured server.conf to connect qpidd on server1 ..    start httpd … ( connecting mongodb on server1 ) 


 Steps to Reproduce: 
 3) Have a valid rpm in the current working directory (ie: vagrant_1.6.5_x86_64.rpm) 1.  
 2. 
 4) Upload the RPM using 
 <pre>pulp-admin 3. 

 Actual results: 

 pulp-admin -u admin -p admin rpm repo uploads rpm --file ./vagrant_1.6.5_x86_64.rpm ./mytest.rpm-1-1.x86_64.rpm --repo-id zoo</pre> 
 5) Observe the following error: osbuild1 

 <pre> “”””””””””””” ERROR “”””””””””””””””””””””””””” 
 Uploading: mytest.rpm-1-1.x86_64.rpm 
 [==================================================] 100% 
 2680/2680 bytes 
 ... completed 

 Importing into the repository... 
 This command may be exited via ctrl+c without affecting the request. 

 [\] 
 Running... 

 Task Succeeded 


 Deleting the upload request... 
 An internal error occurred on the Pulp server: 

 RequestException: DELETE request 
 on /pulp/api/v2/content/uploads/eb7d3aa0-d766-477a-a624-8a875e700428/ failed 
 with 500 - Unhandled Exception 


 Expected results: 


 Additional info: 

 </pre> + This bug was cloned from "Bugzilla Bug #1126723":https://bugzilla.redhat.com/show_bug.cgi?id=1126723 +

Back