docs/doc/source/storage/kubernetes/view-details-for-a-partition.rst
Rafael Jardim 2e74ccd0b7 Storage Update
Signed-off-by: Rafael Jardim <rafaeljordao.jardim@windriver.com>
Change-Id: Ic8eea41e912e52ddebc5ed9dca62e8d4f9255b09
2021-03-23 09:20:34 -03:00

2.0 KiB

View Details for a Partition

You can view details for a partition, use the system host-disk-partition-show command.

The syntax of the command is:

system host-disk-partition-show <host> <partition>

Make the following substitutions:

<host>

The host name or ID

<partition>

The partition device path or UUID.

  1. This example displays details for a particular partition on compute-1.

    ~(keystone_admin)]$ system host-disk-partition-show compute-1 a4aa3f66-ff3c-49a0-a43f-bc30012f8361
    +-------------+--------------------------------------------------+
    | Property    | Value                                            |
    +-------------+--------------------------------------------------+
    | device_path | /dev/disk/by-path/pci-0000:00:0d.0-ata-2.0-part3 |
    | device_node | /dev/sdb3                                        |
    | type_guid   | ba5eba11-0000-1111-2222-000000000001             |
    | type_name   | LVM Physical Volume                              |
    | start_mib   | 10240                                            |
    | end_mib     | 21505                                            |
    | size_mib    | 10240                                            |
    | uuid        | a4aa3f66-ff3c-49a0-a43f-bc30012f8361             |
    | ihost_uuid  | 3b315241-d54f-499b-8566-a6ed7d2d6b39             |
    | idisk_uuid  | fcd2f59d-c9ee-4423-9f57-e2c55d5b97dc             |
    | ipv_uuid    | c571653b-1d91-4299-adea-1b24f86cb898             |
    | status      | In-Use                                           |
    | created_at  | 2017-09-07T19:53:23.743734+00:00                 |
    | updated_at  | 2017-09-07T20:06:06.914404+00:00                 |
    +-------------+--------------------------------------------------+