]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
TestSnaps.cc: default to testing with the data pool
authorSamuel Just <samuel.just@dreamhost.com>
Mon, 2 May 2011 22:27:04 +0000 (15:27 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Tue, 3 May 2011 17:19:45 +0000 (10:19 -0700)
src/test/osd/TestSnaps.cc

index 469e7052742ec2ca06be1813900b823e8835f312..f978ddc5222209f5d72bfc5692fddedffb7f3bd6 100644 (file)
@@ -106,7 +106,7 @@ int main(int argc, char **argv)
   char *id = getenv("CEPH_CLIENT_ID");
   if (id) cerr << "Client id is: " << id << std::endl;
                
-  string pool_name = "casdata";
+  string pool_name = "data";
   RadosTestContext context(pool_name, max_in_flight, id);
 
   TestOpStat stats;