Commit b2a350d6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Attempt to get ceph-volume into /usr/sbin where it should be

parent ea58333b
......@@ -33,7 +33,7 @@ all: ceph-config
tar xf ceph-14.2.4.tar.gz
patch -Np1 -d ceph-14.2.4 < ceph-14.2.4-fix_cpu_detection.patch
patch -Np1 -d ceph-14.2.4 < ceph-14.2.4-fix_tests.patch
cd ceph-14.2.4 && ./do_cmake.sh -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LIBEXECDIR=/lib -DCMAKE_INSTALL_SBINDIR=/usr/sbin -DWITH_SPDK=OFF -DWITH_RDMA=OFF -DWITH_RADOSGW_AMQP_ENDPOINT=OFF
cd ceph-14.2.4 && ./do_cmake.sh -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LIBEXECDIR=/lib -DCMAKE_INSTALL_FULL_SBINDIR=/usr/sbin -DWITH_SPDK=OFF -DWITH_RDMA=OFF -DWITH_RADOSGW_AMQP_ENDPOINT=OFF
$(MAKE) -C ceph-14.2.4/build npm_config_cache=/build/.npm
hostname localhost
cd ceph-14.2.4 && tar xf ../ceph-object-corpus.tar.xz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment