mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 19:39:35 +03:00
Document metaslab_aliquot.
Signed-off-by: Etienne Dechamps <etienne@edechamps.fr> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
bb3250d07e
commit
e8fe6684a5
@ -53,7 +53,14 @@
|
|||||||
#define METASLAB_ACTIVE_MASK \
|
#define METASLAB_ACTIVE_MASK \
|
||||||
(METASLAB_WEIGHT_PRIMARY | METASLAB_WEIGHT_SECONDARY)
|
(METASLAB_WEIGHT_PRIMARY | METASLAB_WEIGHT_SECONDARY)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Metaslab granularity, in bytes. This is roughly similar to what would be
|
||||||
|
* referred to as the "stripe size" in traditional RAID arrays. In normal
|
||||||
|
* operation, we will try to write this amount of data to a top-level vdev
|
||||||
|
* before moving on to the next one.
|
||||||
|
*/
|
||||||
uint64_t metaslab_aliquot = 512ULL << 10;
|
uint64_t metaslab_aliquot = 512ULL << 10;
|
||||||
|
|
||||||
uint64_t metaslab_gang_bang = SPA_MAXBLOCKSIZE + 1; /* force gang blocks */
|
uint64_t metaslab_gang_bang = SPA_MAXBLOCKSIZE + 1; /* force gang blocks */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user