Message ID | 149074284233.18735.14242091635636742934.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e2f44a3201a8 |
Headers | show |
diff --git a/Documentation/ndctl-list.txt b/Documentation/ndctl-list.txt index 2e362e818bbc..bb7db47e7af8 100644 --- a/Documentation/ndctl-list.txt +++ b/Documentation/ndctl-list.txt @@ -105,6 +105,29 @@ include::xable-region-options.txt[] } } +-X:: +--device-dax:: + Include device-dax ("daxregion") details when a namespace is in + "dax" mode. +[verse] +{ + "dev":"namespace0.0", + "mode":"dax", + "size":4225761280, + "uuid":"18ae1bbb-bb62-4efc-86df-4a5caacb5dcc", + "daxregion":{ + "id":0, + "size":4225761280, + "align":2097152, + "devices":[ + { + "chardev":"dax0.0", + "size":4225761280 + } + ] + } +} + -R:: --regions:: Include region info in the listing
Document the new option added in commit 10663a60d723 "ndctl, list: add '--device-dax' option". Reported-by: Linda Knippers <linda.knippers@hpe.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- Documentation/ndctl-list.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)