pools, 0 bytes data, 0 objects
260 MB used, 35502 MB / 35762 MB avail
41 active+remapped
23 active
thanks.
发件人: v...@itgorod.ru 代表 Владимир Дробышевский
发送时间: 2016年7月26日 10:08:30
收件人: 朱 彤
抄送: ceph-users@lists.ceph.com
he new one?
发件人: v...@itgorod.ru 代表 Владимир Дробышевский
发送时间: 2016年7月26日 6:05:05
收件人: 朱 彤
抄送: ceph-users@lists.ceph.com
主题: Re: [ceph-users] 答复: 答复: 答复: how to transfer ceph cluster from the old
network-and-hosts to a new one
Hi!
As I can see from here:
osdmap e99: 9 osds: 9 up, 6 in; 6
tatus ceph-osd@3
● ceph-osd@3.service - Ceph object storage daemon
Loaded: loaded (/usr/lib/systemd/system/ceph-osd@.service; enabled; vendor
preset: disabled)
Active: inactive (dead)
发件人: v...@itgorod.ru 代表 Владимир Дробышевский
发送时间: 2016年7月26日 4:47:14
收
Hi all,
The first step is to mark an OSD down, in Hammer one can achieve this in this
way:
ceph osd out osd.3
/etc/init.d/ceph stop osd.3
However, in Jewel, package like ceph-10.2.2-0.el7.x86_64 no longer offers
/etc/init.d/ceph, thus making it "unable to stop an OSD".
I noticed the package of
t, can I just copy one to have it work?
发件人: Дробышевский, Владимир
发送时间: 2016年7月25日 12:43:54
收件人: 朱 彤
抄送: ceph-users@lists.ceph.com
主题: Re: [ceph-users] 答复: how to transfer ceph cluster from the old
network-and-hosts to a new one
Hi!
CentOS 7 is using syst
Thanks!
发件人: ceph-users 代表 Henrik Korkuc
发送时间: 2016年7月25日 8:03:34
收件人: ceph-users@lists.ceph.com
主题: Re: [ceph-users] how to transfer ceph cluster from the old
network-and-hosts to a new one
On 16-07-25 10:55, 朱 彤 wrote:
Hi all,
I m looking for a method to transfe
Hi all,
I m looking for a method to transfer ceph cluster.
Now the cluster is located in network1 that has hosts A, B, C...
And the target is to transfer it to network2 that has hosts a,b,c...
What I can think of, is adding hosts a, b, c into the current cluster like
adding OSD and MON. Th
Using ceph-deploy:
I have ceph-node1 as admin and mon, and I would like to add another mon
ceph-node2.
On ceph-node1:
ceph-deploy mon create ceph-node2
ceph-deploy mon add ceph-node2
The fisrt command warns:
[ceph-node2][WARNIN] ceph-node2 is not defined in `mon initial members`
[ceph-node2][WAR