]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Verify replicated PG beyond just data after vstart
authorDavid Zafman <dzafman@redhat.com>
Wed, 11 Nov 2015 02:20:46 +0000 (18:20 -0800)
committerDavid Zafman <dzafman@redhat.com>
Fri, 13 Nov 2015 17:22:10 +0000 (09:22 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/test/ceph_objectstore_tool.py

index b06c8cecfa4fe8e6d93a419cd9e73bc1cbc8302d..c63ddf9f30afe7a2ed2c69063eb2cb014ac55e3e 100755 (executable)
@@ -1619,6 +1619,9 @@ def main(argv):
     if EXP_ERRORS == 0 and RM_ERRORS == 0 and IMP_ERRORS == 0:
         print "Verify erasure coded import data"
         ERRORS += verify(DATADIR, EC_POOL, EC_NAME, db)
+        # Check replicated data/xattr/omap using rados
+        print "Verify replicated import data using rados"
+        ERRORS += verify(DATADIR, REP_POOL, REP_NAME, db)
 
     if EXP_ERRORS == 0:
         NEWPOOL = "rados-import-pool"