Skip to content

Commit

Permalink
Merge pull request #562 from EMCECS/3.8.0.1
Browse files Browse the repository at this point in the history
3.8.0.1
  • Loading branch information
xiaoxin-ren authored Dec 13, 2022
2 parents 49aa288 + 1e5a417 commit 76372ad
Show file tree
Hide file tree
Showing 11 changed files with 103,244 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.5'
version = u'3.8'
# The full version, including alpha/beta/rc tags.
release = u'3.5.1.2'
release = u'3.8.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
19 changes: 19 additions & 0 deletions patches/3.8.0.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Fixes to the default 3.8.0.1 reduced image.

# Build on object-reduced image (GA release)
FROM emcvipr/object:3.8.0.1-138598.3d5db7c96f2-reduced

#Modified SS partition script for CE.
ADD storageserver-partition-config.sh /opt/storageos/bin/
RUN /usr/bin/chmod +x /opt/storageos/bin/storageserver-partition-config.sh

# Modify the SS partition script for CE.
RUN sed -i '/VMware/ s/$/ \&\& [ ! -e \/data\/is_community_edition ]/' /opt/storageos/bin/storageserver-partition-config.sh \
&& /usr/bin/chmod +x /opt/storageos/bin/storageserver-partition-config.sh

# Allow allocation of different blocks of a chunk to be stored on the same partition for CE.
RUN f=/opt/storageos/conf/ssm-cf-conf.xml ; sed -i '187s/value="false"/value="true"/' $f

#Modified dashboard for ECS CE.

ADD app.d4e76e5fa6bc1dc79cf5.js /opt/storageos/ecsportal/public/scripts/
Loading

0 comments on commit 76372ad

Please sign in to comment.