summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-fdp-update.txt
blob: 5af83e5a5fae46813b0e47a9f6bc55e897588c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
nvme-fdp-update(1)
==================

NAME
----
nvme-fdp-update - Reclaim Unit Handle Update

SYNOPSIS
--------
[verse]
'nvme fdp update' <device> [--namespace-id=<NUM> | -n <NUM>]
			[--pids=<NUM,> | -p <NUM,>]

DESCRIPTION
-----------
For the NVMe device given, update the given Placement Identifiers to reference
a different Reclaim Unit accessible by the specified namespace.

OPTIONS
-------
-n <NUM>::
--namespace-id=<NUM>::
	Namespace identifier.

-p <NUM,>::
--pids=<NUM,>::
	Comma-separated list of placement identifiers to update.

NVME
----
Part of nvme-cli