.. This file is the template file to generate the configuration/slurm*.rst files .. Please do not edit configuration/slurm*.rst files manually, they will be .. overwritten next time the docs are rebuilt. .. _operations-slurmdbd: ======== slurmdbd ======== The Slurm database node. Configurations ============== To change a configuration for this charm, use the Juju command: .. code-block:: bash $ juju config slurmdbd configuration=value ``custom-slurm-repo`` --------------------- Use a custom repository for Slurm installation. This can be set to the Organization's local mirror/cache of packages and supersedes the Omnivector repositories. Alternatively, it can be used to track a ``testing`` Slurm version, e.g. by setting to ``ppa:omnivector/osd-testing`` (on Ubuntu), or ``https://omnivector-solutions.github.io/repo/centos7/stable/$basearch`` (on CentOS). .. note:: The configuration ``custom-slurm-repo`` must be set *before* deploying the units. Changing this value after deploying the units will not reinstall Slurm. * type: string * default-value: empty ``slurmdbd-debug`` ------------------ The level of detail to provide slurmdbd daemon's logs. The default value is ``info``. If the slurmdbd daemon is initiated with ``-v`` or ``--verbose`` options, that debug level will be preserve or restored upon reconfiguration. * type: string * default-value: ``info``