On Wed, Jan 10, 2018 at 8:38 PM, 赵赵贺东 wrote:
> Hello,
> I am sorry for the delay.
> Thank you for your suggestion.
>
> It is better to update system or keep using ceph-disk in fact.
> Thank you Alfredo Deza & Cary.
Both are really OK options for you for now. Unless ceph-disk is
causing you issues
Hello,
I am sorry for the delay.
Thank you for your suggestion.
It is better to update system or keep using ceph-disk in fact.
Thank you Alfredo Deza & Cary.
> 在 2018年1月8日,下午11:41,Alfredo Deza 写道:
>
> ceph-volume relies on systemd, it will not work with upstart. Going
> the fstab way might wo
ceph-volume relies on systemd, it will not work with upstart. Going
the fstab way might work, but most of the lvm implementation will want
to do systemd-related calls like enabling units and placing files.
For upstart you might want to keep using ceph-disk, unless upgrading
to a newer OS is an opt
Hello Cary,
Thank you for your detailed description, it’s really helpful for me!
I will have a try when I get back to my office!
Thank you for your attention to this matter.
> 在 2017年12月30日,上午3:51,Cary 写道:
>
> Hello,
>
> I mount my Bluestore OSDs in /etc/fstab:
>
> vi /etc/fstab
>
> tmpfs
Hello,
I mount my Bluestore OSDs in /etc/fstab:
vi /etc/fstab
tmpfs /var/lib/ceph/osd/ceph-12 tmpfs rw,relatime 0 0
=
Then mount everyting in fstab with:
mount -a
==
I activate my OSDs th
Hello Cary!
It’s really big surprise for me to receive your reply!
Sincere thanks to you!
I know it’s a fake execute file, but it works!
>
$ cat /usr/sbin/systemctl
#!/bin/bash
exit 0
<
I can start my osd by following command
/usr/bin/ceph-o
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 t
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