Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from 0.16.0 to 0.16.1 mongdb service fails to start #302

Open
pg1671 opened this issue Jun 12, 2014 · 1 comment
Open

Change from 0.16.0 to 0.16.1 mongdb service fails to start #302

pg1671 opened this issue Jun 12, 2014 · 1 comment

Comments

@pg1671
Copy link

pg1671 commented Jun 12, 2014

I am running the following on a vagrant box running ubuntu 12.04 and when i change to 0.16.1 from 0.16.0 the mongodb service is "stopped/waiting" when the provision is finished. Under 0.16.0 it is running. There are no other changes other than changing the recipe to 0.16.1.

The major difference is the mongodb version changes from 2.4.10 to 2.6.1 due to the new repo.

I have also found there is a running mongod service when I use 0.16.1 but this does exist when I use 0.16.0.

The recipe is simply:

    include_recipe "mongodb::10gen_repo"
    include_recipe "mongodb::default"

    mongodb_instance "mongodb" do
        dbpath "/data/db/"
    end

It is also running the apt recipe before in the run_list.

I know I can change the repo in 0.16.1 to mongodb_org_repo and I have tried that (and it makes no difference).

The logs in /var/log/mongodb show it starting an instance .. but not using the directory path I told it to .. seems to be defaults. Cannot see any separate logs for the mongodb upstart service.

@josephholsten
Copy link

this sounds quite a bit like my experience with the cluster that is #262. @pg1671 could you check that and let me know if you're seeing similar symptoms? It's a serious bug on multiple levels, and if this is the same issue it'll double my priority for fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants