Skip to content

Commit

Permalink
Use CephFS as filesystem for OpenStack Manila
Browse files Browse the repository at this point in the history
Part of osism/issues#142

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Nov 4, 2023
1 parent a59aa8f commit 94a8d63
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environments/kolla/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ octavia_network_type: tenant
designate_ns_record: openstack.testbed.osism.xyz

# manila
enable_manila_backend_generic: "yes"
enable_manila_backend_cephfs_native: "yes"

# ironic
ironic_dnsmasq_interface: "vxlan0"
Expand Down
6 changes: 6 additions & 0 deletions environments/kolla/files/overlays/manila/ceph.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[global]
mon host = {% for host in groups['ceph-mon'] %}{{ hostvars[host]['monitor_address'] }}{% if not loop.last %},{% endif %}{% endfor %}

public network = {{ ceph_public_network }}
max open files = 131072
fsid = {{ ceph_cluster_fsid }}
4 changes: 4 additions & 0 deletions releasenotes/notes/manila-cephfs-28b94dbdb39289c0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
CephFS is now used as the default file system for OpenStack Manila.

0 comments on commit 94a8d63

Please sign in to comment.