summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-balance.asciidoc
blob: 7374a53554c547f59cee240c5d266ba2d399409b (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
btrfs-balance(8)
================

NAME
----
btrfs-balance - balance block groups on a btrfs filesystem

SYNOPSIS
--------
*btrfs balance* <subcommand> <args>

DESCRIPTION
-----------
The primary purpose of the balance feature is to spread block groups accross
all devices so they match constraints defined by the respective profiles. See
`mkfs.btrfs`(8) section 'PROFILES' for more details.
The scope of the balancing process can be further tuned by use of filters that
can select the block groups to process. Balance works only on a mounted
filesystem.

The balance operation is cancellable by the user. The on-disk state of the
filesystem is always consistent so an unexpected interruption (eg. system crash,
reboot) does not corrupt the filesystem. The progress of the balance operation
is temporarily stored and will be resumed upon mount, unless the mount option
'skip_balance' is specified.

WARNING: running balance without filters will take a lot of time as it basically
rewrites the entire filesystem and needs to update all block pointers.

The filters can be used to perform following actions:

- convert block group profiles (filter 'convert')
- make block group usage more compact  (filter 'usage')
- perform actions only on a given device (filters 'devid', 'drange')

The filters can be applied to a combination of block group types (data,
metadata, system). Note that changing 'system' needs the force option.

NOTE: the balance operation needs enough work space, ie. space that is
completely unused in the filesystem, otherwise this may lead to ENOSPC reports.
See the section 'ENOSPC' for more details.

COMPATIBILITY
-------------

NOTE: The balance subcommand also exists under the *filesystem* namespace. This
still works for backward compatibility but is deprecated and should not be
used anymore.

NOTE: A short syntax *btrfs balance <path>* works due to backward compatibility
but is deprecated and should not be used anymore. Use *btrfs balance start*
command instead.

SUBCOMMAND
----------
*cancel* <path>::
cancel running or paused balance

*pause* <path>::
pause running balance operation, this will store the state of the balance
progress and used filters to the filesystem

*resume* <path>::
resume interrupted balance

*start* [options] <path>::
start the balance operation according to the specified filters, no filters
will rewrite the entire filesystem. The process runs in the foreground.
+
`Options`
+
-d[<filters>]::::
act on data block groups, see `FILTERS` section for details about 'filters'
-m[<filters>]::::
act on metadata chunks, see `FILTERS` section for details about 'filters'
-s[<filters>]::::
act on system chunks (requires '-f'), see `FILTERS` section for details about 'filters'.
-v::::
be verbose and print balance filter arguments
-f::::
force reducing of metadata integrity, eg. when going from 'raid1' to 'single'

*status* [-v] <path>::
Show status of running or paused balance.
+
If '-v' option is given, output will be verbose.

FILTERS
-------
From kernel 3.3 onwards, btrfs balance can limit its action to a subset of the
full filesystem, and can be used to change the replication configuration (e.g.
moving data from single to RAID1). This functionality is accessed through the
'-d', '-m' or '-s' options to btrfs balance start, which filter on data,
metadata and system blocks respectively.

A filter has the following stucture: 'type'[='params'][,'type'=...]

The available types are:

*profiles=<profiles>*::
Balances only block groups with the given profiles. Parameters
are a list of profile names separated by "'|'" (pipe).

*usage=<percent>*::
Balances only block groups with usage under the given percentage. The
value of 0 is allowed and will clean up completely unused block groups, this
should not require any new space allocated. You may want to use 'usage=0' in
case balance is returnin ENOSPC and your filesystem is not too full.

*devid=<id>*::
Balances only block groups which have at least one chunk on the given
device. To list devices with ids use 'btrfs fi show'.

*drange=<range>*::
Balances only block groups which overlap with the given byte range on any
device.(Use in conjunction with 'devid' to filter on a specific device. The
parameter is a range specified as 'start..end'.

*vrange=<range>*::
Balances only block groups which overlap with the given byte range in the
filesystem's internal virtual address space. This is the address space that
most reports from btrfs in the kernel log use. The parameter is a range
specified as 'start..end'.

*convert=<profile>*::
Convert each selected block group to the given profile name identified by
parameters.

*limit=<number>*::
Process only given number of chunks, after all filters are applied. This can be
used to specifically target a chunk in connection with other filters (drange,
vrange) or just simply limit the amount of work done by a single balance run.

*soft*::
Takes no parameters. Only has meaning when converting between profiles.
When doing convert from one profile to another and soft mode is on,
chunks that alread yave the target profile are left untouched
 This is useful if e.g. half of the filesystem was converted earlier.
+
The soft mode switch is (like every other filter) per-type.
For example, this means that we can convert metadata chunks the "hard" way
while converting data chunks selectively with soft switch.

Profile names, used in profiles and convert are one of: 'raid0', 'raid1',
'raid10', 'raid5', 'raid6', 'dup', 'single'. The mixed data/metadata profiles
can be converted in the same bay, but it's conversion between mixed and non-mixed
is not implemented.

ENOSPC
------

The way balance operates, it usually needs to temporarily create a new block
group and move the old data there. For that it needs work space, otherwise
it fails for ENOSPC reasons.
This is not the same ENOSPC as if the free space is exhausted. This refers to
the space on the level of block groups.

The free work space can be calculated from the output of the 'btrfs filesystem show'
command:

   Label: 'BTRFS'  uuid: 8a9d72cd-ead3-469d-b371-9c7203276265
	   Total devices 2 FS bytes used 77.03GiB
	   devid    1 size 53.90GiB used 51.90GiB path /dev/sdc2
	   devid    2 size 53.90GiB used 51.90GiB path /dev/sde1

'size' - 'used' = 'free work space' +
'53.90GiB' - '51.90GiB' = '2.00GiB'

An example of a filter that does not require workspace is 'usage=0'. This will
scan through all unused block groups of a given type and will reclaim the
space. Ater that it might be possible to run other filters.

**CONVERSIONS ON MULTIPLE DEVICES**

Conversion to profiles based on striping (RAID0, RAID5/6) require the work
space on each device. An interrupted balance may leave partially filled block
groups that might consume the work space.

EXIT STATUS
-----------
*btrfs balance* returns a zero exit status if it succeeds. Non zero is
returned in case of failure.

AVAILABILITY
------------
*btrfs* is part of btrfs-progs.
Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
further details.

SEE ALSO
--------
`mkfs.btrfs`(8),
`btrfs-device`(8)