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

Commit ddc2cf3

Browse files
authored
Merge pull request #146 from feiskyer/fix-rbd
Fix rbd map for ceph Jewel
2 parents 3bc8759 + 683745b commit ddc2cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/hypernetes/ceph.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function kube::util::setup_cinder() {
6666

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

7172
## auth for cinder

0 commit comments

Comments
 (0)