]> git.sesse.net Git - bcachefs-tools-debian/blob - make-bcache.8
exclude some files from rpm that gets installed
[bcachefs-tools-debian] / make-bcache.8
1 .TH make-bcache 8
2 .SH NAME
3 make-bcache \- create a cache device
4 .SH  SYNOPSIS
5 .B make-bcache
6 [\fB \-U\ \fIUUID\fR ]
7 [\fB \-b\ \fIbucket-size\fR ]
8 .I device
9 .SH OPTIONS
10 .TP
11 .BR \-C
12 Create a cache
13 .TP
14 .BR \-B
15 Create a backing device (kernel functionality not yet implemented)
16 .TP
17 .BR \-U\ \fIUUID
18 Create a cache device with the specified UUID
19 .TP
20 .BR \-b\ \fIbucket-size
21 Spcifies the bucket size. Allocation is done in terms of buckets, and cache
22 hits are counted per bucket; thus a smaller bucket size will give better cache
23 utilization, but poorer write performance. The bucket size is intended to be
24 equal to the size of your SSD's erase blocks, which seems to be 128k-512k for
25 most SSDs. Must be a power of two; accepts human readable units. Defaults to
26 128k.