Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #146 from feiskyer/fix-rbd
Browse files Browse the repository at this point in the history
Fix rbd map for ceph Jewel
  • Loading branch information
feiskyer authored Sep 22, 2016
2 parents 3bc8759 + 683745b commit ddc2cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/hypernetes/ceph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function kube::util::setup_cinder() {

## create pool for cinder
ceph osd pool create cinder 256 256
rbd feature disable cinder exclusive-lock object-map fast-diff deep-flatten
ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=cinder'

## auth for cinder
Expand Down

0 comments on commit ddc2cf3

Please sign in to comment.