Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple commits #1918

Merged
merged 3 commits into from
Feb 4, 2024
Merged

Multiple commits #1918

merged 3 commits into from
Feb 4, 2024

Commits on Feb 4, 2024

  1. Support query for number of available slots

    Compute the number of slots still available for use
    if the PMIX_QUERY_AVAILABLE_SLOTS attribute is
    defined.
    
    Signed-off-by: Ralph Castain <rhc@pmix.org>
    (cherry picked from commit 66c6c08)
    rhc54 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2bd3c50 View commit details
    Browse the repository at this point in the history
  2. Add an option '--allow-run-as-root' into prted

    Prted already properly implements '--allow-run-as-root' but currently it
    cannot be used due to missing this option in the help section.
    
    Signed-off-by: Andrei Cheremukhin <andreicheremukhin@gmail.com>
    (cherry picked from commit f1f89e7)
    Andrei Cheremukhin authored and rhc54 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1951c6f View commit details
    Browse the repository at this point in the history
  3. Update the Python regex for doc build

    Python no longer accepts escape sequences in the
    regex - need to use raw strings.
    
    Signed-off-by: Ralph Castain <rhc@pmix.org>
    (cherry picked from commit 129571d)
    rhc54 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b78b140 View commit details
    Browse the repository at this point in the history