6.2.3.12 lsfeatureupdate

List information about deferred feature updates.

Purpose

The lsfeatureupdate command displays information about all deferred feature updates associated with the Exascale cluster or details for a specific deferred feature update.

Syntax

lsfeatureupdate [ name ] [ --attributes attribute[,attribute]... ]
                [ --detail ] [ --filter filter[,filter]... ] [ -l ]

Command Options

The options for the lsfeatureupdate command are:

  • name: Identifies the deferred feature update that you want to list information about. If not specified, the command displays information about all deferred feature updates associated with the Exascale cluster.

  • --attributes: Identifies specific attributes to display in the output.

    To see a list of all available attributes and their descriptions, use the describe featureupdates command. See also Describing Resources and Attributes.

  • --detail: Displays detailed output with additional attributes.

  • --filter: Specifies conditions for including items in the output.

  • -l: Displays output in a long, tabular format.

Usage Notes

Note the following information when using this command:

  • Filter conditions are specified as: <attribute><operator><value>.

    The allowed operators are =, !=, >=, <=, >, and <.

    Multiple comma-separated filter conditions are combined using AND logic.

    Dates can be specified using the following formats:

    • yyyy-MM-dd''T''HH:mm:ss
    • yyyy-MM-dd (Time is assumed to be 00:00 AM)
    • HH:mm:ss (Date is assumed to be today)

    A date can also be followed by a timezone specification.

    Sizes can be specified using suffixes K, KB, M, MB, G, GB, T, TB. The suffix is not case-sensitive.

    For example, the following filter only includes objects created after 9 AM today:

    --filter createTime>9:00:00

Examples

Example 6-20 List All Deferred Feature Update Information

The following example shows how to list essential information about all of the deferred feature updates associated with the Exascale cluster.

@> lsfeatureupdate

Example 6-21 List Specific Deferred Feature Update Information

The following example shows how to list detailed information about a specific deferred feature update.

@> lsfeatureupdate deferred_update_1_1684214264 --detail