qospolicy attach-user

Prev Next

This command assigns a user QoS policy to a user.

Usage

qospolicy attach-user --id POLICY_ID
                      --name USER_NAME
                      --fqdn USER_FQDN
                      --identifier-type USERID_TYPE
                      --identifier-value USERID_VALUE

Required Parameters

--id POLICY_ID

An ID of the QoS policy.

--name USER_NAME

The name of the user for which the QoS policy will provision VAST Cluster performance. 

--fqdn USER_FQDN

The Fully Qualified Domain Name (FQDN) of the user's domain.

--identifier-type USERID_TYPE

The type of a user identifier that you are going to enter in --identifier-value to identify the user. 

Valid values:

  • sid_str for user's Security ID (SID).

  • uid for user's POSIX UID attribute.

  • vid for user's VAST ID.

--identifier-value USERID_VALUE

The user identifier. Enter an identifier of the type specified in --identifier-type.

Example

vcli: admin> qospolicy attach-user --id 4 --name mytestuser --fqdn example.com --identifier-type sid_str --identifier-value <user's SID>