Sha256: 409189d99d74af5e074a24bcdfe73f254c6c46991ecdaa27da4f79d455652fd6

Contents?: true

Size: 982 Bytes

Versions: 2

Compression:

Stored size: 982 Bytes

Contents

---
:cluster: ceph
:config_dir: "/etc/ceph"
:user: client.admin
:flags: 0
:readable: true # User has +r mon cap
:writable: true # User has +w mon cap
:pool:
   :name: rspec_test
   :create_delete: true # Means you can run create and delete on this pool {beware of dragons!}
                        # If you accidentally set this and you have a pool with the same 'name' (see above) it will 
                        # delete it at the end of the rspec test along with all of the data in it!
                        # This only works if the user has +w mon cap
   :rule_id: 2
   :writable: true # Means this pool has read/write permissions {beware of dragons!}
                   # If you accidentally set this to true and you have objects in your pool
                   # that you want to keep with name = object_name, it will overwrite and then delete them!
                   # this only works if the user has +w osd cap at least on pool[:name]
   :object_name: rspec_test_object

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceph_storage-0.1.1 .cluster.yml.example
ceph_storage-0.1.0 .cluster.yml.example