flux-framework / flux-coral2

Plugins and services for Flux on CORAL2 systems
GNU Lesser General Public License v3.0
9 stars 7 forks source link

dws: Fix NnfDataMovement logging #185

Closed bdevcich closed 3 months ago

bdevcich commented 4 months ago

Problem: No NnfDataMovement resources are found when dumping to the journal. The current implementation is only looking at the default namespace instead of all namespaces. Additionally, the output is valid json.

bdevcich commented 3 months ago

@jameshcorbett Let's try this again. I cleaned up my commits to follow the style requirements (and updated the PR title/description).

bdevcich commented 3 months ago

Also, I did run black on my changes, but it did not flatten the from flux_k8s.crd import WORKFLOW_CRD line (like it did for you) for some reason.