summaryrefslogtreecommitdiffstats
path: root/nixos/tests/ceph-single-node.nix
diff options
context:
space:
mode:
authorDaniel Kuehn <daniel@kuehn.se>2019-11-09 13:16:56 +0100
committerFlorian Klink <flokli@flokli.de>2019-11-09 23:35:30 +0100
commit1972904fc6ede120add8f035ab964be174436292 (patch)
tree2c0bb80efbefeedb48d885bada7f8b5ffba33ecd /nixos/tests/ceph-single-node.nix
parentffd006086945924511114fa1f5478665870da3af (diff)
nixos/ceph: Clarify comments in tests and add source reference for the bootstraping method
Diffstat (limited to 'nixos/tests/ceph-single-node.nix')
-rw-r--r--nixos/tests/ceph-single-node.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/ceph-single-node.nix b/nixos/tests/ceph-single-node.nix
index 3278d76769a4..041fbd7e8e64 100644
--- a/nixos/tests/ceph-single-node.nix
+++ b/nixos/tests/ceph-single-node.nix
@@ -69,6 +69,10 @@ let
};
}; };
+ # Following deployment is based on the manual deployment described here:
+ # https://docs.ceph.com/docs/master/install/manual-deployment/
+ # For other ways to deploy a ceph cluster, look at the documentation at
+ # https://docs.ceph.com/docs/master/
testscript = { ... }: ''
startAll;