How to compile and run on a stand-alone ceph
This article mainly introduces how to compile ceph stand-alone run, the text is very detailed, has a certain reference value, interested friends must read!
dependent
# ./ install-deps.sh
compilation
# ./ autogen.sh# ./ configure# make -j20
start
MON=1 MDS=0 ./ vstart.sh -d -n -x
stop
./ stop.sh
directory
src/dev/src/out/That's all for "How to compile and run ceph standalone". Thanks for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!