File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ in following ways:
59
59
- :statusmok: `mostly OK `
60
60
-
61
61
- extents get unshared (see below)
62
- * - :ref : `Autodefrag< mount-option-autodefrag> `
62
+ * - :docref : `Autodefrag <Administration: mount-option-autodefrag> `
63
63
- :statusok: `OK `
64
64
-
65
65
-
@@ -99,7 +99,7 @@ in following ways:
99
99
- :statusmok: `mostly OK `
100
100
- mostly OK
101
101
-
102
- * - :ref : `Degraded mount< mount-option-degraded> `
102
+ * - :docref : `Degraded mount <Administration: mount-option-degraded> `
103
103
- :statusok: `OK `
104
104
- n/a
105
105
-
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ remove [options] <device>|<devid> [<device>|<devid>...] <path>
48
48
fails and cannot be enforced. The filesystem must be converted to
49
49
profile(s) that would allow the removal. This can for example happen when
50
50
going down from 2 devices to 1 and using the RAID1 profile. See the
51
- section :ref : `Typical use cases< man-device-typical-use-cases> `.
51
+ section :docref : `Typical use cases <btrfs-device: man-device-typical-use-cases> `.
52
52
53
53
The operation can take long as it needs to move all data from the device.
54
54
@@ -112,7 +112,8 @@ scan [options] [<device> [<device>...]]
112
112
The command can be run repeatedly. Devices that have been already registered
113
113
remain as such. Reloading the kernel module will drop this information. There's
114
114
an alternative way of mounting multiple-device filesystem without the need for
115
- prior scanning. See the mount option :ref: `device<mount-option-device> `.
115
+ prior scanning. See the mount option
116
+ :docref: `device <btrfs-man5:mount-option-device> `.
116
117
117
118
``Options ``
118
119
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ start [-BdrRf] <path>|<device>
104
104
scheduler configured for the device supports ionice. This is
105
105
only supported by BFQ or Kyber but is *not * supported by
106
106
mq-deadline. Please read the section about
107
- :ref : `IO limiting< scrub-io-limiting> `.
107
+ :docref : `IO limiting <btrfs-scrub: scrub-io-limiting> `.
108
108
-n <ioprio_classdata>
109
109
set IO priority classdata (see ``ionice(1) `` manpage)
110
110
-q
@@ -184,7 +184,7 @@ status [options] <path>|<device>
184
184
:file: `sysfs/fs/btrfs/FSID/devinfo/scrub_speed_max `. In that case
185
185
the limit is printed on the *Rate: * line if option *-d * is specified,
186
186
or without it on a single-device filesystem. Read more about tat in
187
- section about :ref : `scrub IO limiting< scrub-io-limiting> `.
187
+ section about :docref : `scrub IO limiting <btrfs-scrub: scrub-io-limiting> `.
188
188
189
189
.. code-block :: none
190
190
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ acl, noacl
27
27
The support for ACL is build-time configurable (BTRFS_FS_POSIX_ACL) and
28
28
mount fails if *acl * is requested but the feature is not compiled in.
29
29
30
- .. _ mount -option-autodefrag:
30
+ .. duplabel :: mount -option-autodefrag
31
31
32
32
autodefrag, noautodefrag
33
33
(since: 3.0, default: off)
@@ -172,7 +172,7 @@ datasum, nodatasum
172
172
The cost of checksumming of the blocks in memory is much lower than the IO,
173
173
modern CPUs feature hardware support of the checksumming algorithm.
174
174
175
- .. _ mount -option-degraded:
175
+ .. duplabel :: mount -option-degraded
176
176
177
177
degraded
178
178
(default: off)
@@ -194,7 +194,7 @@ degraded
194
194
then the constraint of single/data is not satisfied and the filesystem
195
195
cannot be mounted.
196
196
197
- .. _ mount -option-device:
197
+ .. duplabel :: mount -option-device
198
198
199
199
device=<devicepath>
200
200
Specify a path to a device that will be scanned for BTRFS filesystem during
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ will continue from the last saved position.
23
23
Scrub can be started only on a mounted filesystem, though it's possible to
24
24
scrub only a selected device. See :ref: `btrfs scrub start<man-scrub-start> ` for more.
25
25
26
- .. _ scrub -io-limiting:
26
+ .. duplabel :: scrub -io-limiting
27
27
28
28
Bandwidth and IO limiting
29
29
^^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RAID level
27
27
standard RAID levels. At the moment the supported ones are: RAID0, RAID1,
28
28
RAID10, RAID5 and RAID6.
29
29
30
- .. _ man -device-typical-use-cases:
30
+ .. duplabel :: man -device-typical-use-cases
31
31
32
32
Typical use cases
33
33
-----------------
You can’t perform that action at this time.
0 commit comments