Re: [ceph-users] ceph-volume does not support upstart

2017-12-28 Thread Cary

You could add a file named  /usr/sbin/systemctl and add:
exit 0
to it.
 
Cary

On Dec 28, 2017, at 18:45, 赵赵贺东  wrote:


Hello ceph-users!

I am a ceph user from china.
Our company deploy ceph on arm ubuntu 14.04. 
Ceph Version is luminous 12.2.2.
When I try to activate osd by ceph-volume, I got the following error.(osd 
prepare stage seems work normally)
It seems that ceph-volume only work under systemd, but ubuntu 14.04 does not 
support systemd.
How can I deploy osd in ubuntu 14.04 by ceph-volume?
Will ceph-volume support upstart in the future?

===>
# ceph-volume lvm activate --bluestore 12 03fa2757-412d-4892-af8a-f2260294a2dc
Running command: sudo ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev 
/dev/vggroup/lvdata --path /var/lib/ceph/osd/ceph-12
Running command: sudo ln -snf /dev/vggroup/lvdata 
/var/lib/ceph/osd/ceph-12/block
Running command: chown -R ceph:ceph /dev/dm-2
Running command: chown -R ceph:ceph /var/lib/ceph/osd/ceph-12
Running command: sudo systemctl enable 
ceph-volume@lvm-12-03fa2757-412d-4892-af8a-f2260294a2dc
 stderr: sudo: systemctl: command not found
-->  RuntimeError: command returned non-zero exit status: 1
<


Your reply will be appreciated!

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


[ceph-users] ceph-volume does not support upstart

2017-12-28 Thread 赵赵贺东

Hello ceph-users!

I am a ceph user from china.
Our company deploy ceph on arm ubuntu 14.04. 
Ceph Version is luminous 12.2.2.
When I try to activate osd by ceph-volume, I got the following error.(osd 
prepare stage seems work normally)
It seems that ceph-volume only work under systemd, but ubuntu 14.04 does not 
support systemd.
How can I deploy osd in ubuntu 14.04 by ceph-volume?
Will ceph-volume support upstart in the future?

===>
# ceph-volume lvm activate --bluestore 12 03fa2757-412d-4892-af8a-f2260294a2dc
Running command: sudo ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev 
/dev/vggroup/lvdata --path /var/lib/ceph/osd/ceph-12
Running command: sudo ln -snf /dev/vggroup/lvdata 
/var/lib/ceph/osd/ceph-12/block
Running command: chown -R ceph:ceph /dev/dm-2
Running command: chown -R ceph:ceph /var/lib/ceph/osd/ceph-12
Running command: sudo systemctl enable 
ceph-volume@lvm-12-03fa2757-412d-4892-af8a-f2260294a2dc
 stderr: sudo: systemctl: command not found
-->  RuntimeError: command returned non-zero exit status: 1
<


Your reply will be appreciated!

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


Re: [ceph-users] Cache tiering on Erasure coded pools

2017-12-28 Thread Karun Josy
Hello David,

Thank you!
We setup 2 pools to use EC with RBD. One ecpool and other normal replicated
pool.

However, would it still be advantageous to add a replicated cache tier in
front of an EC one, even though it is not required anymore? I would still
assume that replication would be less intensive than EC computing?


Karun Josy

On Wed, Dec 27, 2017 at 3:42 AM, David Turner  wrote:

> Please use the version of the docs for your installed version of ceph.
> Now the Jewel in your URL and the Luminous in mine.  In Luminous you no
> longer need a cache tier to use EC with RBDs.
>
> http://docs.ceph.com/docs/luminous/rados/operations/cache-tiering/
>
> On Tue, Dec 26, 2017, 4:21 PM Karun Josy  wrote:
>
>> Hi,
>>
>> We are using Erasure coded pools in a ceph cluster for RBD images.
>> Ceph version is 12.2.2 Luminous.
>>
>> -
>> http://docs.ceph.com/docs/jewel/rados/operations/cache-tiering/
>> -
>>
>> Here it says we can use a Cache tiering infront of ec pools.
>> To use erasure code with RBD we  have a replicated pool to store metadata
>> and  ecpool as data pool .
>>
>> Is it possible to setup cache tiering since there is already a replicated
>> pool that is being used ?
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Karun Josy
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] radosgw package for kraken missing on ubuntu

2017-12-28 Thread Robert Stanford
 I am installing with ceph-deploy using the instructions at
http://docs.ceph.com/docs/master/install/get-packages/

 ceph-deploy runs fine for the first node until it dies due to not finding
radosgw package.  I have verified on that node (apt-cache search radosgw,
apt-get install radosgw) that this package is not available.

 Since I have followed the instructions on the page to make the Ceph
packages available, all others work fine.  Why isn't radosgw included?
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com