Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Running on Mesosphere DC/OS with persistent storage #128

Description

@distributorofpain

I have a cluster running 1.9.0 and i was trying to get cratedb running but i need to use persistent storage. When running the container pointing to local storage inside the container path, i get an error:

Caused by: java.nio.file.AccessDeniedException: /data/nodes/0

Container Configuration:

 "container": {
    "type": "DOCKER",
    "volumes": [
      {
        "containerPath": "/data/nodes",
        "hostPath": "cratem1",
        "mode": "RW"
      },
      {
        "containerPath": "cratem1",
        "persistent": {
          "size": 10000
        },
        "mode": "RW"
      }

Any ideas on how to get this to work? Should this be done a different way? Simply trying to use the local storage on each agent server which is available to every service by default ( at least thats what i understand that storage to be ).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions