by default the pygements uses python lexer for rendering literal blocks,
and `#` is considered as the marker for inline comments. in this change,
the "console" lexer is specified explicitly. see
https://pygments.org/docs/lexers/#lexers-for-various-shells for more details,
in which "BashSessionLexer" is for this very use case.
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit adds information about which prompt,
and which node, commands must be run from during
the bootstrapping process.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
This commit adds information about which prompt, and which node, commands
must be run from during the bootstrapping process.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
- These are reasonable names that a user would probably want
- If they run bootstrap in /etc/ceph then they are already installed in
the right location
- This means that the bootstrap command has only 1 (!) required argument
(--mon-ip or equivalent)
Signed-off-by: Sage Weil <sage@redhat.com>
Moving ceph-daemon into src/ceph-daemon/ makes it simpler to add extra
code (eg. tox.ini, README, unittests, ...) specific to ceph-daemon.
That way related files are in a single directory.
Signed-off-by: Thomas Bechtold <tbechtold@suse.com>