summaryrefslogtreecommitdiffstats
path: root/nixos/tests/ceph-single-node-bluestore.nix
AgeCommit message (Collapse)Author
2021-04-22nixos/ceph: fix testsJohan Thomsen
- 512 -> 1024MB vm memory (had sporadic oom-failures with the lower setting) - set "auth_allow_insecure_global_id_reclaim=false" as described here: https://docs.ceph.com/en/latest/security/CVE-2021-20288/
2021-02-14nixos/tests/ceph-single-node-bluestore: initLuke Granger-Brown
The current Ceph tests use the old method for OSDs to store data on disks, known as Filestore. This means there are no tests for the Bluestore functionality that run on install, which means that things like RocksDB being broken can slip through and break the Bluestore functionality in a subtle and difficult to debug manner. Add a test to check that Bluestore works, at least on a single node.