ceph / paddles

RESTful API to store (and report) on Ceph tests
14 stars 25 forks source link

controllers/nodes: add missing records for return objects #126

Closed kshtsk closed 1 month ago

kshtsk commented 1 month ago

On teuthology side at least for vms the lock/unlock mechanism still needs some records in return object like machine_type and is_vm:

https://github.com/ceph/teuthology/blob/main/teuthology/lock/cli.py#L168 https://github.com/ceph/teuthology/blob/main/teuthology/lock/cli.py#L174

Fixes: fb1c596bd68a559bb504a80dce39966cc6578c45

kshtsk commented 1 month ago

@zmc take a look, can we merge it or we need to fix it on teuthology side by adding another query for status to the paddles?

kshtsk commented 1 month ago

Someone faced with this too: https://tracker.ceph.com/issues/63643