[ceph-users] Kernel Version for min client luminous

2017-11-05 Thread Stefan Priebe - Profihost AG
Hello, is there already a kernel available which connects with luminous? ceph features tells for my kernel clients still release jewel. Greets, Stefan ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-c

Re: [ceph-users] Slack bot

2017-11-05 Thread Bharath Krishna
We have deployed and integrated hubot and have written coffee scripts to get the status info and alerts from slack. All our ceph metrics are pushed to graphite every minute and coffee scripts would then parse the json from graphite and output to slack. Haven’t exposed ceph cluster to hubot dire

Re: [ceph-users] 答复: Re: Luminous LTS: `ceph osd crush class create` isgone?

2017-11-05 Thread Linh Vu
Thanks! It seems less intuitive than crush class create, but should work well enough. Get Outlook for Android From: ceph-users on behalf of xie.xing...@zte.com.cn Sent: Saturday, November 4, 2017 12:22:31 PM To: caspars...@supernas.eu; b

Re: [ceph-users] Ceph Community at the OpenStack Summit Sydney 2017

2017-11-05 Thread Gerhard W. Recher
Would be nice to see a verifyed cluster operating in rdma mode. Not only in presentation but in reality Regards Gerhard On November 5, 2017 6:03:47 PM GMT+01:00, Leonardo Vaz wrote: >Hey Cephers, > >The OpenStack Summit in Sydney is about to begin and the Ceph Community >will be present with se

[ceph-users] Ceph Community at the OpenStack Summit Sydney 2017

2017-11-05 Thread Leonardo Vaz
Hey Cephers, The OpenStack Summit in Sydney is about to begin and the Ceph Community will be present with several activities during the conference. We created the following pad to keep track of Ceph activities: http://pad.ceph.com/p/openstack-summit-sydney-2017 If you're attending to the OpenS

[ceph-users] Slack bot

2017-11-05 Thread David Turner
Has anyone developed a bot that can be used in slack to run a few commands against a ceph cluster. I'm thinking about something that could run some read-only commands like `ceph status`. If not, I will be glad to start some work on it. But I figured that I may not be the only person out there that

[ceph-users] Cephfs snapshot work

2017-11-05 Thread Brady Deetz
My organization has a production cluster primarily used for cephfs upgraded from jewel to luminous. We would very much like to have snapshots on that filesystem, but understand that there are risks. What kind of work could cephfs admins do to help the devs stabilize this feature?

Re: [ceph-users] ceph zstd not for bluestor due to performance reasons

2017-11-05 Thread Stefan Priebe - Profihost AG
Hi, ok got it running by using: bin/unittest_compression --compression-dir=lib --plugin-dir=lib Results: [--] 64 tests from Compressor/CompressorTest [ RUN ] Compressor/CompressorTest.load_plugin/0 [plugin zlib (zlib/isal)] [ OK ] Compressor/CompressorTest.load_plugin/0 (3 ms

Re: [ceph-users] ceph zstd not for bluestor due to performance reasons

2017-11-05 Thread Stefan Priebe - Profihost AG
The compression unit test does not work for me: bin/unittest_compression 2017-11-05 08:05:36.734567 7f7e8322c180 -1 did not load config file, using default settings. 2017-11-05 08:05:36.735744 7f7e8322c180 -1 Errors while parsing config file! 2017-11-05 08:05:36.735760 7f7e8322c180 -1 parse_file:

Re: [ceph-users] ceph zstd not for bluestor due to performance reasons

2017-11-05 Thread Stefan Priebe - Profihost AG
Hi, arg sorry i got it. Building the test right now. Will report results shortly. Greets, Stefan Am 04.11.2017 um 21:10 schrieb Sage Weil: > On Sat, 4 Nov 2017, Stefan Priebe - Profihost AG wrote: >> Hi Sage, >> >> Am 26.10.2017 um 13:58 schrieb Sage Weil: >>> On Thu, 26 Oct 2017, Stefan Priebe