Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
cluster: default job-controller storage to LOCAL
Browse files Browse the repository at this point in the history
* Revert default option for spawned jobs to use hostpath instead of
  CephFS, so that a cluster is functional by default.

Signed-off-by: Dinos Kousidis <dinos.kousidis@cern.ch>
  • Loading branch information
dinosk committed Oct 9, 2018
1 parent 6a2da30 commit 9607358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_cluster/configurations/reana-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ components:
environment:
- <<: *db_base_config
- SHARED_VOLUME_PATH: "/reana"
- REANA_STORAGE_BACKEND: "CEPHFS"
- REANA_STORAGE_BACKEND: "LOCAL"

reana-server:
type: "docker"
Expand Down

0 comments on commit 9607358

Please sign in to comment.