Project

Profile

Help

Issue #2278

Updated by bmbouter over 7 years ago

[UPDATE] 
 We need to write a migration which removes the checksum_type field from the srpm and drpm collections. This is similar to the work done with this migration[0]. 

 [0]: https://github.com/pulp/pulp_rpm/pull/821/files 


 I'm running the process defined here: https://raw.githubusercontent.com/pulp/pulp/pulp-2.8.0-1/playpen/mongoengine/README and failing with errors. I've attached the log file to this issue. 

 [root@pulp-p01 tmp]# cat /etc/system-release 
 Scientific Linux release 6.6 (Carbon) 

 [root@pulp-p01 tmp]# uname -a 
 Linux pulp-p01.xxx.xxx.xxx 2.6.32-504.8.1.el6.x86_64 #1 SMP Tue Jan 27 13:39:10 CST 2015 x86_64 x86_64 x86_64 GNU/Linux 


 [root@pulp-p01 tmp]# rpm -qa | grep pulp 
 python-pulp-bindings-2.7.1-1.el6.noarch 
 pulp-puppet-consumer-extensions-2.7.1-1.el6.noarch 
 python-pulp-repoauth-2.7.1-1.el6.noarch 
 pulp-puppet-plugins-2.7.1-1.el6.noarch 
 pulp-consumer-client-2.7.1-1.el6.noarch 
 pulp-rpm-yumplugins-2.7.1-1.el6.noarch 
 python-pulp-common-2.7.1-1.el6.noarch 
 pulp-selinux-2.7.1-1.el6.noarch 
 pulp-puppet-handlers-2.7.1-1.el6.noarch 
 python-pulp-puppet-common-2.7.1-1.el6.noarch 
 python-pulp-agent-lib-2.7.1-1.el6.noarch 
 pulp-rpm-consumer-extensions-2.7.1-1.el6.noarch 
 m2crypto-0.21.1.pulp-8.el6.x86_64 
 python-pulp-oid_validation-2.7.1-1.el6.noarch 
 pulp-rpm-plugins-2.7.1-1.el6.noarch 
 python-isodate-0.5.0-4.pulp.el6.noarch 
 python-kombu-3.0.24-10.pulp.el6.noarch 
 pulp-agent-2.7.1-1.el6.noarch 
 mod_wsgi-3.4-2.pulp.el6.x86_64 
 python-pulp-rpm-common-2.7.1-1.el6.noarch 
 pulp-server-2.7.1-1.el6.noarch 
 python-pulp-client-lib-2.7.1-1.el6.noarch 
 pulp-rpm-handlers-2.7.1-1.el6.noarch 


 Any guidance would be greatly appreciated. Thanks!

Back