Moving to ceph-devel, ceph-commit is for notifications from the source
code repository
On 2012-10-24 06:57, Roman Alekseev wrote:
Hi there,
I've made simple fresh installation of ceph on Debian server with the
following configuration:
************************
[global]
debug ms = 0
[osd]
osd journal size = 1000
filestore xattr use omap = true
[mon.a]
host = serv1
mon addr = 192.168.0.10:6789
[osd.0]
host = serv1
[mds.a]
host = serv1
************************
Seems everything is working fine but when I perform "ceph health"
command I receive the next message:
HEALTH_WARN 192 pgs degraded; 192 pgs stuck unclean; recovery 21/42
degraded (50.000%)
The default replication level is 2, but you only have 1 osd. Thus,
you only have 1 copy of everything, and ceph reports this condition
as 'degraded'. You can add a second osd and it will copy data
and report HEALTH_OK.
Josh
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html