services.ceph.osd.extraConfig

Extra configuration to add to the OSD section.

Type
attribute set of string
Default
{
  "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";
}
Declared
<nixpkgs/nixos/modules/services/network-filesystems/ceph.nix>