Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 470174

Summary: dev-db/mongodb - Add the ability to start multiple instances of a mongodb server
Product: Gentoo Linux Reporter: Christian Kaps <bugs.gentoo>
Component: [OLD] ServerAssignee: Ultrabug <ultrabug>
Status: RESOLVED INVALID    
Severity: normal CC: bugs, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Init script based on the memcached init script

Description Christian Kaps 2013-05-17 14:53:37 UTC
It should be possible to start more than one instance of mongodb server. For other packages like memcached, tomcat or virtualbox this is already possible.

Reproducible: Always

Steps to Reproduce:
1. Create a symlink of the init script
2. Copy the config file for the service and change the port
3. Try to start the created instance
Actual Results:  
Newly created instance doesn't start

Expected Results:  
Newly created instance should start
Comment 1 Christian Kaps 2013-05-17 14:55:49 UTC
Created attachment 348538 [details]
Init script based on the memcached init script
Comment 2 Ultrabug gentoo-dev 2013-05-17 16:57:10 UTC
I've already been asked this and the answer is that it is already possible. I for one use this method in production on a lot of mongodb servers.

Can you explain a bit more what doesn't work for you ?
Comment 3 Christian Kaps 2013-05-18 05:30:54 UTC
Mhhh, you're right. I have tested it on my home machine an it works. On our dev machine at work it doesn't run. Maybe it has to do with insufficient permissions or disk space.

The bug can be closed.