Re: [ceph-users] Error bluestore doesn't support lvm

2018-07-23 Thread Matthew Vernon
Hi,

On 21/07/18 04:24, Satish Patel wrote:
> I am using openstack-ansible with ceph-ansible to deploy my Ceph
> custer and here is my config in yml file

You might like to know that there's a dedicated (if quiet!) list for
ceph-ansible - ceph-ansi...@lists.ceph.com

Regards,

Matthew


-- 
 The Wellcome Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Error bluestore doesn't support lvm

2018-07-22 Thread Konstantin Shalygin

I am using openstack-ansible with ceph-ansible to deploy my Ceph
custer and here is my config in yml file

---
osd_objectstore: bluestore
osd_scenario: lvm
lvm_volumes:
   - data: /dev/sdb
   - data: /dev/sdc
   - data: /dev/sdd
   - data: /dev/sde


This is the error i am getting..

TASK [ceph-osd : check if osd_scenario lvm is supported by the
selected ceph version]
***
Friday 20 July 2018  23:15:26 -0400 (0:00:00.034)   0:02:00.577 ***
  [WARNING]: when statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: ceph_release_num.{{
ceph_release }} < ceph_release_num.luminous


TASK [ceph-osd : verify osd_objectstore is 'filestore' when using the
lvm osd_scenario]
*
Friday 20 July 2018  23:15:27 -0400 (0:00:00.047)   0:02:00.624 ***
fatal: [osd2]: FAILED! => {"changed": false, "failed": true, "msg":
"the lvm osd_scenario currently only works for filestore, not
bluestore"}
fatal: [osd1]: FAILED! => {"changed": false, "failed": true, "msg":
"the lvm osd_scenario currently only works for filestore, not
bluestore"}



Please, fill issue at https://github.com/ceph/ceph-ansible/issues





k
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Error bluestore doesn't support lvm

2018-07-20 Thread Satish Patel
after google and digging i found this BUG, why its not pushed to all branches ?

https://github.com/ceph/ceph-ansible/commit/d3b427e16990f9ebcde7575aae367fd7dfe36a8d#diff-34d2eea5f7de9a9e89c1e66b15b4cd0a

On Fri, Jul 20, 2018 at 11:26 PM, Satish Patel  wrote:
> My Ceph version is
>
> [root@ceph-osd-02 ~]# ceph -v
> ceph version 12.2.7 (3ec878d1e53e1aeb47a9f619c49d9e7c0aa384d5) luminous 
> (stable)
>
> On Fri, Jul 20, 2018 at 11:24 PM, Satish Patel  wrote:
>> I am using openstack-ansible with ceph-ansible to deploy my Ceph
>> custer and here is my config in yml file
>>
>> ---
>> osd_objectstore: bluestore
>> osd_scenario: lvm
>> lvm_volumes:
>>   - data: /dev/sdb
>>   - data: /dev/sdc
>>   - data: /dev/sdd
>>   - data: /dev/sde
>>
>>
>> This is the error i am getting..
>>
>> TASK [ceph-osd : check if osd_scenario lvm is supported by the
>> selected ceph version]
>> ***
>> Friday 20 July 2018  23:15:26 -0400 (0:00:00.034)   0:02:00.577 
>> ***
>>  [WARNING]: when statements should not include jinja2 templating
>> delimiters such as {{ }} or {% %}. Found: ceph_release_num.{{
>> ceph_release }} < ceph_release_num.luminous
>>
>>
>> TASK [ceph-osd : verify osd_objectstore is 'filestore' when using the
>> lvm osd_scenario]
>> *
>> Friday 20 July 2018  23:15:27 -0400 (0:00:00.047)   0:02:00.624 
>> ***
>> fatal: [osd2]: FAILED! => {"changed": false, "failed": true, "msg":
>> "the lvm osd_scenario currently only works for filestore, not
>> bluestore"}
>> fatal: [osd1]: FAILED! => {"changed": false, "failed": true, "msg":
>> "the lvm osd_scenario currently only works for filestore, not
>> bluestore"}
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Error bluestore doesn't support lvm

2018-07-20 Thread Satish Patel
My Ceph version is

[root@ceph-osd-02 ~]# ceph -v
ceph version 12.2.7 (3ec878d1e53e1aeb47a9f619c49d9e7c0aa384d5) luminous (stable)

On Fri, Jul 20, 2018 at 11:24 PM, Satish Patel  wrote:
> I am using openstack-ansible with ceph-ansible to deploy my Ceph
> custer and here is my config in yml file
>
> ---
> osd_objectstore: bluestore
> osd_scenario: lvm
> lvm_volumes:
>   - data: /dev/sdb
>   - data: /dev/sdc
>   - data: /dev/sdd
>   - data: /dev/sde
>
>
> This is the error i am getting..
>
> TASK [ceph-osd : check if osd_scenario lvm is supported by the
> selected ceph version]
> ***
> Friday 20 July 2018  23:15:26 -0400 (0:00:00.034)   0:02:00.577 
> ***
>  [WARNING]: when statements should not include jinja2 templating
> delimiters such as {{ }} or {% %}. Found: ceph_release_num.{{
> ceph_release }} < ceph_release_num.luminous
>
>
> TASK [ceph-osd : verify osd_objectstore is 'filestore' when using the
> lvm osd_scenario]
> *
> Friday 20 July 2018  23:15:27 -0400 (0:00:00.047)   0:02:00.624 
> ***
> fatal: [osd2]: FAILED! => {"changed": false, "failed": true, "msg":
> "the lvm osd_scenario currently only works for filestore, not
> bluestore"}
> fatal: [osd1]: FAILED! => {"changed": false, "failed": true, "msg":
> "the lvm osd_scenario currently only works for filestore, not
> bluestore"}
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Error bluestore doesn't support lvm

2018-07-20 Thread Satish Patel
I am using openstack-ansible with ceph-ansible to deploy my Ceph
custer and here is my config in yml file

---
osd_objectstore: bluestore
osd_scenario: lvm
lvm_volumes:
  - data: /dev/sdb
  - data: /dev/sdc
  - data: /dev/sdd
  - data: /dev/sde


This is the error i am getting..

TASK [ceph-osd : check if osd_scenario lvm is supported by the
selected ceph version]
***
Friday 20 July 2018  23:15:26 -0400 (0:00:00.034)   0:02:00.577 ***
 [WARNING]: when statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: ceph_release_num.{{
ceph_release }} < ceph_release_num.luminous


TASK [ceph-osd : verify osd_objectstore is 'filestore' when using the
lvm osd_scenario]
*
Friday 20 July 2018  23:15:27 -0400 (0:00:00.047)   0:02:00.624 ***
fatal: [osd2]: FAILED! => {"changed": false, "failed": true, "msg":
"the lvm osd_scenario currently only works for filestore, not
bluestore"}
fatal: [osd1]: FAILED! => {"changed": false, "failed": true, "msg":
"the lvm osd_scenario currently only works for filestore, not
bluestore"}
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com