services.ceph.osd.extraConfig
NixOS option
Extra configuration to add to the OSD section.
type: attribute set of stringDefault
declared in: nixos/modules/services/network-filesystems/ceph.nixView source on NixOS/nixpkgs →{
"osd crush chooseleaf type" = "1";
"osd journal size" = "10000";
"osd pool default min size" = "2";
"osd pool default pg num" = "200";
"osd pool default pgp num" = "200";
"osd pool default size" = "3";
}