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

Commit

Permalink
Fix rbd map for ceph Jewel
Browse files Browse the repository at this point in the history
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
  • Loading branch information
feiskyer committed Sep 22, 2016
1 parent 3bc8759 commit 683745b
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 683745b

Please sign in to comment.