1NVME-FLUSH(1) NVMe Manual NVME-FLUSH(1)
2
3
4
6 nvme-flush - Flush command.
7
9 nvme flush <device> [--namespace-id=<nsid> | -n <nsid>]
10
12 The Flush command shall commit data and metadata associated with the
13 specified namespace(s) to nonvolatile media. The flush applies to all
14 commands completed prior to the submission of the Flush command. The
15 controller may also flush additional data and/or metadata from any
16 namespace.
17
19 -n <nsid>, --namespace-id=<nsid>
20 Specify the optional namespace id for this command. Defaults to
21 0xffffffff, indicating flush for all namespaces.
22
24 No examples yet.
25
27 Part of the nvme-user suite
28
29
30
31NVMe 04/24/2020 NVME-FLUSH(1)