Bug 1298427 - Pulp does not work with python-pymongo >= 3
Summary: Pulp does not work with python-pymongo >= 3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pulp
Version: rawhide
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Randy Barlow
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-14 04:50 UTC by Randy Barlow
Modified: 2016-01-19 21:14 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-19 21:14:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Randy Barlow 2016-01-14 04:50:18 UTC
Description of problem:

Pulp cannot connect to MongoDB on Fedora Rawhide:

$ dnf info python-pymongo
Last metadata expiration check performed 1 day, 7:17:12 ago on Tue Jan 12 16:27:32 2016.
Installed Packages
Name        : python-pymongo
Arch        : x86_64
Epoch       : 0
Version     : 3.0.3
Release     : 2.fc24
Size        : 1.3 M
Repo        : @System
From repo   : rawhide
Summary     : Python driver for MongoDB
URL         : http://api.mongodb.org/python
License     : ASL 2.0 and MIT
Description : The Python driver for MongoDB.

[rbarlow@boole pulp]$ sudo -u apache pulp-manage-db
Attempting to connect to localhost:27017
Could not connect to MongoDB at localhost:27017:
Cannot connect to database default :
Unknown option max_pool_size

We will need to determine what to do to support pymongo 2 and pymongo 3.

Comment 1 pulp-infra@redhat.com 2016-01-14 15:45:43 UTC
The Pulp upstream bug status is at NEW. Updating the external tracker on this bug.

Comment 2 pulp-infra@redhat.com 2016-01-14 15:45:45 UTC
The Pulp upstream bug priority is at High. Updating the external tracker on this bug.

Comment 3 Randy Barlow 2016-01-19 21:14:45 UTC
This is fixed downstream with a patch:

http://koji.fedoraproject.org/koji/buildinfo?buildID=712375

The upstream bug is still tracking the issue:

https://pulp.plan.io/issues/1528

This pull request will address the issue upstream:

https://github.com/pulp/pulp/pull/2338


Note You need to log in before you can comment on or make changes to this bug.