Mark Grondona

Results 740 comments of Mark Grondona

> Sounds good. I like having it as an attribute, and if we want it to be a flag, we could always offer a CLI flag that sets the attribute,...

Would that be confusing since the default behavior of `flux exec` is to copy the current environment?

One of the goals of moving testenv image creation to GHA is so that we can build those images just like the flux-core images (on the builder of the native...

Ok, the following `preun` scriptlet has been added to the flux-core RPM: ```sh %preun # Stop the flux service on both removal (via the systemd_preun() macro) # and upgrade (via...

That's a good thought. The invocation above was modeled after the systemd provided RPM macros, e.g.: ```sh %systemd_preun() \ if [ $1 -eq 0 ] ; then \ # Package...

The main reason to suppress errors and output from `systemctl stop` (which normally seems to be completely silent) is to avoid errors to the `rpm` or `dnf` output when the...

For now we can caution administrators to avoid completely removing queues if there are jobs still using the queue (especially running jobs, for which there is no way to update...

No, for a pure system instance there is currently no way to start brokers without local configuration. However, this is probably doable long term, and there has been some similar...

I actually did not see the `job-manager` in the trace. There's only ~40 jobs at this time, though, using a smaller percentage of resources. When the system is full I...