]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/blkpr.8.adoc
Merge branch 'getwc' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / sys-utils / blkpr.8.adoc
CommitLineData
627428a9 1//po4a: entry man manual
2= blkpr(8)
3:doctype: manpage
4:man manual: System Administration
5:man source: util-linux {release-version}
6:page-layout: base
7:command: blkpr
8
9== NAME
10
11blkpr - run persistent reservations command on a device
12
13== SYNOPSIS
14
15*blkpr* [options] _device_
16
17== DESCRIPTION
18
19*blkpr* is used to run persistent reservations command on device that supports Persistent Reservations feature.
20
21The _device_ argument is the pathname of the block device.
22
23== OPTIONS
24
2a1203bb 25*-c*, *--command* _command_::
26The command of persistent reservations, supported commands are *register*, *reserve*, *release*, *preempt*,
3215d510 27*preempt-abort*, and *clear*.
627428a9 28
29*-k*, *--key* _key_::
2a1203bb 30The key the command should operate on.
627428a9 31
32*-K*, *--oldkey* _oldkey_::
2a1203bb 33The old key the command should operate on.
627428a9 34
35*-f*, *--flag* _flag_::
3215d510 36Supported flag is *ignore-key*.
627428a9 37
3215d510
KZ
38*-t*, *--type* _type_::
39Supported types are *write-exclusive*, *exclusive-access*, *write-exclusive-reg-only*,
40*exclusive-access-reg-only*, *write-exclusive-all-regs*, and *exclusive-access-all-regs*.
627428a9 41
42*-V*, *--version*::
43Display version information and exit.
44
45*-h*, *--help*::
46Display help text and exit.
47
48== AUTHORS
49
50mailto:pizhenwei@bytedance.com[zhenwei pi]
51
52== SEE ALSO
53
54*sg_persist*(8)
55
26c9eb35 56Linux documentation at: <https://docs.kernel.org/block/pr.html>
627428a9 57iSCSI specification at: <https://datatracker.ietf.org/doc/html/rfc3720>
58NVMe-oF specification at: <https://nvmexpress.org/nvme-over-fabrics-part-two/>
59
60include::man-common/bugreports.adoc[]
61
62include::man-common/footer.adoc[]
63
64ifdef::translation[]
65include::man-common/translation.adoc[]
66endif::[]