mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
remove any mention of tier from man pages
This commit is contained in:
parent
0fb2a39a69
commit
2b7dfd1728
10
bcachefs.8
10
bcachefs.8
@ -99,7 +99,7 @@ Format one or a list of devices with bcachefs data structures.
|
|||||||
You need to do this before you create a volume.
|
You need to do this before you create a volume.
|
||||||
.Pp
|
.Pp
|
||||||
Device specific options must come before corresponding devices, e.g.
|
Device specific options must come before corresponding devices, e.g.
|
||||||
.Dl bcachefs format --tier 0 /dev/sdb --tier 1 /dev/sdc
|
.Dl bcachefs format --group=ssd /dev/sda --group=hdd /dev/sdb
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl b , Fl -block Ns = Ns Ar size
|
.It Fl b , Fl -block Ns = Ns Ar size
|
||||||
block size, in bytes (e.g. 4k)
|
block size, in bytes (e.g. 4k)
|
||||||
@ -150,12 +150,6 @@ Specifies the bucket size;
|
|||||||
must be greater than the btree node size
|
must be greater than the btree node size
|
||||||
.It Fl -discard
|
.It Fl -discard
|
||||||
Enable discards on subsequent devices
|
Enable discards on subsequent devices
|
||||||
.It Fl t , Fl -tier Ar index
|
|
||||||
Specifies the tier of subsequent devices, where
|
|
||||||
.Ar index
|
|
||||||
is a small integer and a smaller index indicates a faster tier; tier 0
|
|
||||||
being the fastest.
|
|
||||||
Currently only two tiers are supported.
|
|
||||||
.It Fl q , Fl -quiet
|
.It Fl q , Fl -quiet
|
||||||
Only print errors
|
Only print errors
|
||||||
.El
|
.El
|
||||||
@ -216,8 +210,6 @@ Size of filesystem on device
|
|||||||
Set bucket size
|
Set bucket size
|
||||||
.It Fl -discard
|
.It Fl -discard
|
||||||
Enable discards
|
Enable discards
|
||||||
.It Fl t , Fl -tier Ns = Ns Ar number
|
|
||||||
Higher tier (e.g. 1) indicates slower devices
|
|
||||||
.It Fl f , Fl -force
|
.It Fl f , Fl -force
|
||||||
Use device even if it appears to already be formatted
|
Use device even if it appears to already be formatted
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user