Alfredo Deza

Results 71 comments of Alfredo Deza

@sloria it seems that the `flake8` issue was closed because this is expected behavior (as they explain it on their tracker, see https://gitlab.com/pycqa/flake8/issues/29). I'm trying to point out that this...

So what happens really is that if you have a 'py' file and a 'pyc' file, it will find both (which is correct) and will execute them both. BOOO Don't...

when I tried running this on the CLI it hang for ever, and there aren't any possible timeout flags we can pass. Do you guys know if there is any...

Is this something that is now being reported via `ceph health detail` ? I thought this was through the radosgw-admin tool (which unfortunately can hang...)

I think this is a two-pronged issue, one is that the current way of connecting is once per any remote action (system command or remote function), and there is benefit...

Is it possible to not have to look at log files. Ceph logs can be tremendously large, ideally some command that could tell us this would be great

> Hi Alfredo, > > as long as the weight is >= 0 but lower than the other OSDs using the same type of drive it should be flagged. This...

I have a cluster that has been running for a while, 2 OSDs on the same type of device (HDDs) and their `crush_weight` values are: ``` "crush_weight": 0.010498, "crush_weight": 0.005600,...

@djgalloway was your issue a problem with nodes that were already part of the cluster and couldn't talk to each other? This is not an easy problem to solve (unfortunately)....

I see that in a vanilla Ceph cluster the OSDs have a reweight of `1`. What should I be looking for? something that is different than the others? What would...