feat: add cephfs shared volume define
- add ceph class to manage ceph client configuration/packages - add cephfs define for mounting volumes - add ceph keyring define to manage secrets used to mount cephfs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[global]
|
||||
fsid = <%= @fsid %>
|
||||
mon_host = <%= @mons.join(' ') %>
|
||||
@@ -0,0 +1 @@
|
||||
<%= @key %>
|
||||
Reference in New Issue
Block a user