We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bb37a commit d6e2cfbCopy full SHA for d6e2cfb
README.md
@@ -207,6 +207,22 @@ Example Playbook
207
name: 'rbd/bigstore'
208
hostname: 'ceph.example.org'
209
port: '6789'
210
+ - name: 'networkfs2'
211
+ type: 'network'
212
+ format: 'raw'
213
+ capacity: '50G'
214
+ auth:
215
+ name: 'admin'
216
+ type: 'ceph'
217
+ usage: 'rbd-pool'
218
+ source:
219
+ protocol: 'rbd'
220
+ name: 'rbd/volume'
221
+ hosts_list:
222
+ - 'mon1.example.org'
223
+ - 'mon2.example.org'
224
+ - 'mon3.example.org'
225
+
226
interfaces:
227
- network: 'br-datacentre'
228
0 commit comments