storage_domain modifyExcludeDriveGroup

Changes the priority of the task that is removing a drive group from the Storage Domain.

SYNOPSIS

storage_domain ‑modifyExcludeDriveGroup 
   ‑storageDomain storage‑domain‑id‑or‑fqn
   ‑priority {default | maximumSpeed | minimumImpact}

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

You can change the amount of system resources that the Oracle FS System uses to remove drive groups from a Storage Domain. Depending on the new priority, this change can improve overall system performance or enhance the speed with which the removal is performed.

Note: Administrators with primary administrator or admin1 roles are authorized to run the storage_domain ‑modifyExcludeDriveGroup command.

OPTIONS

priority
Specifies the priority of the background processes:
default

Balances the impact and the speed based on the data access activity.

maximumSpeed

Increases the priority of the background operations.

minimumImpact

Allows the background processes to run when the processes do not significantly impact I/⁠O.

storageDomain

Specifies the fully qualified name (FQN) or the unique identifier (ID) of the Storage Domain from which the drive groups are being excluded.

EXAMPLE

Task

Change the priority of the task that is removing a drive group from the Storage Domain.

Parameters
  • The FQN of the Storage Domain: /⁠domain_1

  • The new priority of the background processes for the Storage Domain: minimumImpact

$ fscli storage_domain ‑modifyExcludeDriveGroup ‑storageDomain /⁠domain_1 ‑priority minimumImpact