Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for client.cinder to support COW snapshots #1375

Draft
wants to merge 2 commits into
base: stackhpc/2024.1
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/configuration/cephadm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ for Cinder, Cinder backup, Glance, and Nova in Kolla Ansible.
- name: client.cinder
caps:
mon: "profile rbd"
osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd-read-only pool=images"
osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd pool=images"
mgr: "profile rbd pool=volumes, profile rbd pool=vms"
- name: client.cinder-backup
caps:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/environments/aufn-ceph/cephadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cephadm_keys:
- name: client.cinder
caps:
mon: "profile rbd"
osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd-read-only pool=images"
osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd pool=images"
mgr: "profile rbd pool=volumes, profile rbd pool=vms"
state: present
- name: client.cinder-backup
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/environments/ci-multinode/cephadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cephadm_keys:
- name: client.cinder
caps:
mon: "profile rbd"
osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd-read-only pool=images"
osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd pool=images"
mgr: "profile rbd pool=volumes, profile rbd pool=vms"
state: present
- name: client.cinder-backup
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
fixes:
- |
Adjusts the documented permissions for the images pool for the Cinder user.
This is to support copy on write snapshots of VMs using Ceph backed
ephemeral storage. Existing deployments will need to manually adjust these
values using the CLI (the collection is currently not smart enough to do this):
``ceph auth caps client.cinder mon 'profile rbd' osd 'profile rbd
pool=volumes, profile rbd pool=vms, profile rbd pool=images' mgr 'profile
rbd pool=volumes, profile rbd pool=vms'``.