]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: remote list builder printf
authorSage Weil <sage@newdream.net>
Sat, 24 Jan 2009 00:39:03 +0000 (16:39 -0800)
committerSage Weil <sage@newdream.net>
Sat, 24 Jan 2009 00:44:40 +0000 (16:44 -0800)
src/crush/builder.c

index 5c66c8948511f28b01c1aed30d34ff3be757d034..ab5ad5200f314048c9697132e29e2364d64c39ea 100644 (file)
@@ -211,8 +211,8 @@ crush_make_list_bucket(int type, int size,
                bucket->item_weights[i] = weights[i];
                w += weights[i];
                bucket->sum_weights[i] = w;
-               printf("pos %d item %d weight %d sum %d\n",
-                      i, items[i], weights[i], bucket->sum_weights[i]);
+               /*printf("pos %d item %d weight %d sum %d\n",
+                 i, items[i], weights[i], bucket->sum_weights[i]);*/
        }
 
        bucket->h.weight = w;