[00:00:07] <Chrishas> hi, I followed the sharded cluster deployment guided, but when I try to insert data to a database I get : can't create user databases on a configsvr, any help? sharding status: http://pastie.org/8116808
[01:41:24] <jwm> is it ok to build mongo without the testcases?
[03:24:07] <BadHorsie> python2, pymongo, on Mongo shell I do db.measurements.find({temp:{$gt:"25"}}).count() returns non-zero, on python collection.find({"temp":{"$gt":"25"}}).count() returns 0; collection.find() returns non-zero so connection is OK, I can change the $gt to $lt or any other query and it always comes back as 0, any ideas?
[03:40:59] <BadHorsie> So my problem was that I had to use find({u'tmp':{"$gt":25}})
[08:59:06] <ilya> hi, someone might know why after repair still half of my data files are just pure padding?
[09:09:10] <ilya> what does padding factor of 1 means, 100% padding or 0% padding?