File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -270,8 +270,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
270270# 20250606 add auto SSM clean timer service
271271# 20250609 disable splunksecrets by default for all cases to avoid version conflict with python library
272272# 20250609 automatically adapt values for splunkenableunifiedpartition
273+ # 20250609 adding compat layer for splunkenableunifiedpartition
273274
274- VERSION=" 20250509b "
275+ VERSION=" 20250509c "
275276
276277# dont break script on error as we rely on tests for this
277278set +e
@@ -592,6 +593,11 @@ setup_disk () {
592593 if [ -e " /data/cold" ]; then
593594 chown -R ${usersplunk} . /data/cold
594595 fi
596+ if [[ " $splunkenableunifiedpartition " == " true" ]]; then
597+ echo " adding compatibility layeri for unified partition"
598+ mkdir -p /data/vol1/
599+ ln -s /opt/splunk/var/lib/splunk indexes
600+ fi
595601}
596602
597603extend_fs () {
You can’t perform that action at this time.
0 commit comments