profile

Manages Storage Profiles.

SYNOPSIS

profile { [ add | delete | list ] | [ usage | help ] }

DESCRIPTION

The profile command can add, remove, or display a list of Storage Profiles, which are custom sets of QoS attributes for logical volumes. Typically, a Storage Profile is created to satisfy the needs of a specific application. An administrator can apply this profile to a volume that is intended specifically for the use of that application.

SUBCOMMANDS

add
Creates a custom Storage Profile.
delete
Removes a custom Storage Profile.
list
Displays the names of the Storage Profiles.

GLOBAL OPTIONS

help

Displays command usage and additional help about the command.

usage

Returns a summary of the subcommands that are available for this command.

EXAMPLE

Task

Creates a custom Storage Profile with a specified priority and storage class.

Parameters
  • The name of the Quality of Service (QoS) profile: profile_1

  • The priority of the (QoS) profile: medium

  • The storage class of the (QoS) profile: perfDisk

$ fscli profile ‑add ‑name profile_1 ‑priority medium ‑storageClass perfDisk