Mark Grondona

Results 206 issues of Mark Grondona

Unclear if this was a bug in core or flux-sched, but opening an issue here because we should probably see if this is reproducible. After a broker crash (oom-kill) and...

`flux resource list -i` shows targets that are drained and allocated (i.e. draining) as both drained and allocated, instead of using a `draining` virtual state. I think in normal usage...

This sequence of events were logged in the systemd user instance for user `flux` on a node: ``` Jul 16 07:48:01 systemd[35140]: imp-shell-1686-f27wRf3NeJbH.service: Main process exited, code=killed, status=9/KILL Jul 16...

Fluxion currently installs the string interner library as `/usr/lib64/libintern.so`. This has a larger than zero probability of conflicting with some other package, so as suggested by @jameshcorbett it should probably...

We have some good documentation on the docs site but the ad-hoc growth of the documentation has resulted in lack of coherence and flow of the overall site. Also given...

This is just an idea -- I'm unsure if it could work in practice, but it would be neat if we could develop a sphinx extension that could substitute output...

Our contributing document requires a `subsystem:` prefix in the git commit subjects for proposed PRs, but doesn't explain what that means. Furthermore, we've adhered very well to including these prefixes...

Problem: The begin-time dependencies of jobs can't be modified post-submission, though this seems like it would at least be possible to support an `update` callback for begin-time. In general, dependencies...

This experimental PR is a prototype of a replacement for the Flux rc startup/shutdown system. It started with a few goals: - parallelize module loading and other rc "tasks" to...

A use case has come up where it may be useful to allow a plugin to call other plugins in the jobtap plugin stack, e.g. similar to `flux_shell_plugstack_call(3)`. However, this...