Hi,

I'm still doing some tests and wanted to test reinstallation of a
monitor on a previously crashed machine.
After OS and ceph reinstallation, I then follow the wiki
(http://ceph.newdream.net/wiki/Monitor_cluster_expansion) but I have a
problem for step 2) :


2) Copy the mon data from an existing, online monitor.
alpha$ rsync -av /srv/ceph/mon.alpha/ beta:/srv/ceph/mon.beta

On all my existing and online monitors, I don't have a /srv/ceph/
directory. Ceph version is 0.29.1 on Ubuntu 11.04 server 64.
Is the wiki page obsolete for newer ceph versions ?

Extract from my ceph.conf :

[global]
    user = root
    log file = /var/log/ceph/$name.log
    pid file = /var/run/ceph/$name.pid

[mon]
        mon data = /data/mon$id
        ; some minimal logging (just message traffic) to aid debugging
        debug ms = 1

[mon.1]
        host = test2
        mon addr = 10.1.56.232:6789
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to