Actions
Issue #1528
closedPulp doesn't work with python-pymongo >= 3, as found in Fedora Rawhide
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Master
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
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.
Related issues
Actions
Do not index the errata id twice.
It is an error in pymongo >= 3 to create two indices with different parameters and the same id. This commit eliminates a redundant index in the Errata unit.
https://pulp.plan.io/issues/1528
re #1528