]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: remove assertion
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 24 Sep 2010 17:46:38 +0000 (10:46 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 24 Sep 2010 17:46:38 +0000 (10:46 -0700)
src/osd/ReplicatedPG.cc

index 2f7b0c9c872b28a074b8ac5b810dbafa8a340a0b..36d46e22772ecc066fa8f3ad2642d9856dce6348 100644 (file)
@@ -1701,7 +1701,6 @@ int ReplicatedPG::do_osd_ops(OpContext *ctx, vector<OSDOp>& ops,
              << " " << ceph_osd_op_name(op.op)
              << dendl;
       result = -EOPNOTSUPP;
-      assert(0);  // for now
     }
 
     if ((is_modify) &&