add update_conf.sh
parent
cbc159b979
commit
733f0705c1
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker exec ceph_mon ceph config generate-minimal-conf > /ceph/ceph.conf
|
||||||
|
|
||||||
|
for conf in $(find /ceph -name ceph.conf); do
|
||||||
|
cp -a /ceph/ceph.conf "$conf"
|
||||||
|
done
|
||||||
|
|
||||||
|
rm /ceph/ceph.conf
|
Reference in New Issue