Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ECS CE Docker image with ECS 3.0.0 Hotfix 2 #312

Merged
merged 3 commits into from
Jul 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 0 additions & 14 deletions patches/3.0.0.0-86889.0a0ee19/Dockerfile

This file was deleted.

119 changes: 0 additions & 119 deletions patches/3.0.0.0-86889.0a0ee19/storageserver-partition-config.sh

This file was deleted.

27 changes: 0 additions & 27 deletions patches/3.0.0.0-86889.0a0ee19/transformsvc

This file was deleted.

126 changes: 0 additions & 126 deletions patches/3.0.0.0-86889.0a0ee19/vnest.object.properties

This file was deleted.

2 changes: 1 addition & 1 deletion patches/3.0.0.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fixes to the default 3.0HF image.
FROM emcvipr/object:3.1.0.0-93256.00e3410-reduced
FROM emcvipr/object:3.0.0.0-86239.1c9e5ec-reduced

# Increase memory for transformsvc
ADD transformsvc /opt/storageos/bin/
Expand Down
12 changes: 12 additions & 0 deletions patches/3.0.0.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Fixes to the default 3.0 HF2 image.
FROM emcvipr/object:3.0.0.0-86889.0a0ee19-reduced

# Increase memory for transformsvc
RUN sed -i s/-Xmx128m/-Xmx512m/ /opt/storageos/bin/transformsvc

# Fix disk partitioning script
RUN sed -i '/VMware/ s/$/ \&\& [ ! -e \/data\/is_community_edition ]/' /opt/storageos/bin/storageserver-partition-config.sh

# Make vnest use separate thread pools to prevent deadlock
RUN printf "\n# Use separate thread pools to prevent deadlock in vnest init\nobject.UseSeparateThreadPools=true\n" >> /opt/storageos/conf/vnest.object.properties

2 changes: 1 addition & 1 deletion patches/3.1.0.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fixes to the default 3.0HF image.
FROM emcvipr/object:3.0.0.0-86239.1c9e5ec-reduced
FROM emcvipr/object:3.1.0.0-93256.00e3410-reduced

# Increase memory for transformsvc
ADD transformsvc /opt/storageos/bin/
Expand Down