


QUERY EXTENTUPDATES (Query updated data extents)
Use this command to display information about updates to data extents in directory-container storage pools and to determine what data extents are deleted and what is eligible for deletion.
Privilege class
Any administrator can issue this command.
Syntax
Parameters
- pool_name (Required)
- Specifies the storage pool to query. You cannot use wildcards to specify this name.
Example: Display information about updates to data extents
Display information about updates to data extents by issuing the following command:query extentupdates
Number of Extents Pending Update: 0
Number of Extents Not Referenced: 0
Number of Extents Eligible for Deletion: 0
Extent Reuse Delay (Days): 1
See
Field descriptions for field descriptions.Field descriptions
- Number of Extents Pending Update
- Specifies the number of data extent references that are pending an update in the directory-container storage pool. Data that is stored in the directory-container storage pool increases the number of references and data deletion decreases the number of references.
- Number of Extents Not Referenced
- Specifies the number of data extents that are not referenced in the directory-container storage pool. You can delete the data extents if they are not referenced again within the reuse delay period that is specified on the DEFINE STGPOOL command.
- Number of Extents Eligible for Deletion
- Specifies the number of data extents that can be deleted from the storage pool. The data extents exceed the reuse delay period that is specified on the DEFINE STGPOOL command.
- Extent Reuse Delay (Days)
- Specifies the reuse delay time, in days, for data extents.
Related commands
Command | Description |
---|---|
DEFINE STGPOOL (directory-container) | Define a directory-container storage pool. |
DELETE STGPOOLDIRECTORY | Deletes a storage pool directory from a directory-container or cloud-container storage pool. |