Remove the old Ceph section from cinder.conf#115
Remove the old Ceph section from cinder.conf#115openshift-merge-robot merged 1 commit intoopenstack-k8s-operators:masterfrom
Conversation
fultonj
left a comment
There was a problem hiding this comment.
Would you mind updating this PR to include updating the readme which still has cephBackend? Perhaps update it to have the new method. I could also take care of that in a follow up PR if you prefer to have two. Either way I agree we should have this change.
This patch just removes the unused ceph section in cinder.conf. The extraVolumes approach is used when cinder is configured with a Ceph backend, so this section is not required anymore. Signed-off-by: Francesco Pantano <fpantano@redhat.com>
I updated the Readme removing the old (and wrong) information. I added the reference to the [1] #77 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fmount, fultonj, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This patch just removes the unused ceph section in cinder.conf.
The
extraVolumesapproach is used when cinder is configured with a Ceph backend, so this section is not required anymore.Signed-off-by: Francesco Pantano fpantano@redhat.com