Joshua Schmid

Results 75 comments of Joshua Schmid

This seems to be topical again. We might consider implementing the 'identify by size' feature @jan--f

Is that still a known issue?

The error is raised due to an empty return from `disks.deploy` which is evaluated (unconditionally) in rebuild.py. The fix for this is two-fold: 1) Allow to have empty return (but...

> Install lshw or hwinfo in order to retrive hardware information ^ ^ @lordfolken Do you have one of them installed?

This seems like an issue with osd.py (find_destroyed()) which returns the `content` of the yaml when no `by_path` is present. that results in the above malformed `prepare` call.

that bug occurs when there are entries in the `/etc/osd/destoyedOSD.yml` file which don't match any device. (which is quite often the case)

Apparently introduced with a backport of 8e2592c2dc543aa8a6ad758eec79d8625bc1c0c8

maybe @jan--f can confirm my assumption regarding the logging changes.