Guest User

Untitled

a guest
Jun 6th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. user_variables.yml
  2.  
  3. cinder_ceph_client: cinder
  4.  
  5. container_vars:
  6. cinder_backends:
  7. limit_container_types: cinder_volume
  8. rbd_backend:
  9. volume_driver: cinder.volume.drivers.rbd.RBDDriver
  10. rbd_pool: volumes
  11. rbd_ceph_conf: /etc/ceph/ceph.conf
  12. rbd_flatten_volume_from_snapshot: 'false'
  13. rbd_max_clone_depth: 5
  14. rbd_store_chunk_size: 4
  15. rados_connect_timeout: 30
  16. volume_backend_name: rbd
  17. rbd_user: "{{ cinder_ceph_client }}"
  18. rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
  19. report_discard_supported: true
  20.  
  21. env.d/cinder-volume.yml
  22. container_skel:
  23. cinder_volumes_container:
  24. properties:
  25. is_metal: false
  26.  
Advertisement
Add Comment
Please, Sign In to add comment