[ceph-users] Ceph API Announcement

2016-06-01 Thread chris holcombe
Hey Ceph Community, I'd like to show everyone a project I've been working on. It parses the ceph/src/mon/MonCommands.h file and produces a Python file that allows you to call every possible command Ceph exposes. It also has sub modules for every release since firefly so you can import the module

Re: [ceph-users] Encryption for data at rest support

2016-06-02 Thread chris holcombe
Hi Swami, Yes ceph supports encryption at rest using dmcrypt. The docs are here: http://docs.ceph.com/docs/jewel/rados/deployment/ceph-deploy-osd/ My team has integrated this functionality into the ceph-osd charm also if you'd like to try that out: https://jujucharms.com/ceph-osd/xenial/2 When c

[ceph-users] Restrict cephx commands

2016-03-01 Thread chris holcombe
Hey Ceph Users! I'm wondering if it's possible to restrict the ceph keyring to only being able to run certain commands. I think the answer to this is no but I just wanted to ask. I haven't seen any documentation indicating whether or not this is possible. Anyone know? Thanks, Chris ___