nixos/ceph: Clarify comments in tests and add source reference for the bootstraping method

This commit is contained in:
Daniel Kuehn 2019-11-09 13:16:56 +01:00 committed by Florian Klink
parent ffd0060869
commit 1972904fc6
2 changed files with 8 additions and 0 deletions

@ -104,6 +104,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;

@ -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;