Commit d7b2aa90 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We don't need to remove /lib/ceph as it is fixed at config stage

parent 134336a9
......@@ -60,8 +60,6 @@ all: ceph-config ceph-sudoer
find / -depth -name __pycache__ -type d -exec rm -rf '{}' ';'
find / -depth -name .tox -type d -exec rm -rf '{}' ';'
find / -depth -name node_modules -type d -exec rm -rf '{}' ';'
mv -v /lib/ceph/* /usr/lib/ceph
rm -rf /lib/ceph
rm -f /etc/init.d/ceph
install -v -Dm755 -d /etc/sysconfig
install -v -Dm755 -d /etc/systemd/system/ceph-mds.target.wants
......
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