]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph.conf: mon pg warn max object skew = 0 (disable warning)
authorSage Weil <sage@redhat.com>
Thu, 13 Nov 2014 16:23:58 +0000 (08:23 -0800)
committerSage Weil <sage@redhat.com>
Thu, 13 Nov 2014 16:23:58 +0000 (08:23 -0800)
Make the 'too few pgs' warnings go away from qa runs.

Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/ceph.conf.template

index d3190510bc0bb8f062c802dadb8a8a53d32a0a47..b62768b86b1ce82e78a6687f266d2f6f95bb46b4 100644 (file)
@@ -14,6 +14,7 @@
 
        mon pg warn min per osd = 2
        mon pg warn max per osd = 10000
+       mon pg warn max object skew = 0
 
        osd pool default size = 2
 
@@ -57,4 +58,4 @@
        admin socket = /var/run/ceph/ceph-$name.$pid.asok
 
 
-       client mount timeout = 600
\ No newline at end of file
+       client mount timeout = 600