Peter Sabaini

Results 79 comments of Peter Sabaini

My original intention to skip settings that are non-core was to get better user feedback for typos, and to try and get type info for settings Afaict when parsing settings...

Sorry for completely missing these updates! We're working around this now by resolving group -> gid at deployment time, but from a maintainability perspective this would still be good to...

It's Openstacks' Tempest test suite. I'm honestly not sure how this modifies the traceback, however it has logging of it's own (incl. tracebacks), and I end up with a None...

Also cf. https://bugs.launchpad.net/bugs/1905043 for getting more informative errcodes from snap

This is indeed a gap, thanks for bringing it up

FTR ``` sudo microceph.rbd map bench/testvolume sh: 1: /sbin/modinfo: Permission denied sh: 1: /sbin/modprobe: Permission denied rbd: failed to load rbd kernel module (126) rbd: failed to add secret 'client.admin'...

Just to briefly add - `rbd` does a modinfo internally for probing, failure to do so is non-fatal however - it then fails to run the `add_key` syscall though, this...

@UtkarshBhatthere think we did this now elsewhere, guess this PR could be closed?

Hi @KyleSanderson , this is a relatively generic error that basically says the backend daemon was unreachable. Do you have steps to reproduce this issue? Which microceph version did you...

Not against raising the timeout in principle but the timeout is 30s which does not seem unreasonable for a relatively light weight operation. What kind of delay have you been...