Sha256: a2c1f644bc1df9a36922d7e38303fc2a50a0e456897fe36f30ded7c6d3465ed9

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 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 it will 
                        # delete it at the end of the rspec test!
                        # This only works if the user has +w mon cap
   :rule_id: 0  # Crush Ruleset id to determine where to place pools
   :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

1 entries across 1 versions & 1 rubygems

Version Path
ceph-ruby-livelink-1.5.1 .cluster.example.yml