Skip to content

Instantly share code, notes, and snippets.

@morimoto-cybozu
Last active December 5, 2019 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morimoto-cybozu/451f336675949d15412a42419912bed6 to your computer and use it in GitHub Desktop.
Save morimoto-cybozu/451f336675949d15412a42419912bed6 to your computer and use it in GitHub Desktop.
devLinksFilter extension for Rook
apiVersion: ceph.rook.io/v1
kind: CephCluster
metadata:
name: rook-ceph
namespace: rook-ceph
spec:
dataDirHostPath: /var/lib/rook
mon:
count: 1
allowMultiplePerNode: false
cephVersion:
image: ceph/ceph:v14.2.4-20190917
allowUnsupported: false
dashboard:
enabled: false
ssl: true
network:
hostNetwork: false
storage:
useAllNodes: true
useAllDevices: false
devicePathFilter: "^/dev/disk/by-id/dm-name-rook-test-.*$"
config:
databaseSizeMB: "1024"
journalSizeMB: "1024"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment