nvme-log-supported-cap-config(1)
================================

NAME
----
nvme-log-supported-cap-config - Send NVMe Supported Capacity
Configuration List Log pages request, returns result and log.

SYNOPSIS
--------
[verse]
'nvme' [<global-options>] 'log supported-cap-config' <device>
			[--dom-id | -d]
			[--raw-binary | -b]

DESCRIPTION
-----------
Retrieves the list of Supported Capacity Configuration List
log pages details from an NVMe device and provides
the returned structure.

The <device> parameter is mandatory and should be the NVMe character
device (ex: /dev/nvme0).

On success, the returned Supported Capacity Configuration List log
pages log structure will be printed.

OPTIONS
-------
-d::
--dom-id::
	To get the domain ID.

-b::
--raw-binary::
	To show raw binary data.

include::global-options.txt[]

EXAMPLES
--------
No examples provided yet.

NVME
----
Part of the nvme-user suite
