Skip to main content

Advanced fsched Configuration in FCP

FCP is a graphical cluster management platform that provides advanced configuration and management for FSCHED clusters. Through FCP, administrators can easily configure various advanced fsched options to optimize resource allocation and scheduling policies.

For the complete FSCHED advanced configuration documentation, see:

Cluster Advanced Configuration

If you need advanced configuration for the entire cluster, use the cluster settings page in FCP. Steps:

  1. Select the target cluster and open the cluster details page.
  2. On the "Cluster Overview" page, click "Edit" for "Custom Parameters". cluster details
  3. In the dialog, add or modify the required advanced configuration parameters. cluster custom settings

Partition Advanced Configuration

If you need advanced configuration for a specific partition, use the partition settings page in FCP. Steps:

  1. Select the target cluster and open the cluster details page.
  2. On the "Partition List" tab, select the partition to configure and click "Edit". partition details
  3. In the dialog, add or modify the required advanced configuration parameters. partition custom settings

Special Parameters

For file-type parameters, you can use multiline syntax. For example:

file custom

Advanced Configuration Syntax

Parameters in the advanced configuration box support a YAML-like syntax. The rules are:

  • Each parameter is on its own line, in the format parameter_name = parameter_value.
  • You may have spaces between the parameter name and the equals sign, but the parameter name cannot contain spaces.
  • Parameter values can be strings, numbers, or booleans (yes/no).
  • Comment lines start with #; comments are not parsed.
  • Multiline parameter values use the | symbol, and subsequent lines must be indented.