summaryrefslogtreecommitdiffstats
path: root/nixos/tests/ceph-single-node-bluestore.nix
AgeCommit message (Collapse)Author
2024-01-24ceph: Fix tests by adding back old required python libs. See #281858.Niklas Hambüchen
Fixes #241482. Also fix test putting cluster in unhealthy `POOL_APP_NOT_ENABLED` state; this seems to be the default state with Ceph 18.2.1 at least, and it does not hurt to fix it now already in the way the Ceph docs say. Also revert "nixosTests.ceph-single-node: remove dashboard check" This reverts commit 41b27d7f4b3d9609c5b80ca67925c5827322f00d.
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
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.