summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-07-17 14:59:45 -0700
committerTim Burke <tim.burke@gmail.com>2020-07-20 15:17:12 -0700
commit314347a3cb3770523b6324f4c4d57f63d89c5936 (patch)
tree4be3ba98674ee7621a4243c0f7a8b2a544a1cdfe /docker
parent0eee3b5bcd6bfbfacc6bc354e84c4b52973a1c03 (diff)
downloadswift-314347a3cb3770523b6324f4c4d57f63d89c5936.tar.gz
Update SAIO & docker image to use 62xx ports
Note that existing SAIOs with 60xx ports should still work fine. Change-Id: If5dd79f926fa51a58b3a732b212b484a7e9f00db Related-Change: Ie1c778b159792c8e259e2a54cb86051686ac9d18
Diffstat (limited to 'docker')
-rw-r--r--docker/rootfs/etc/swift/account-server.conf2
-rw-r--r--docker/rootfs/etc/swift/container-server.conf2
-rw-r--r--docker/rootfs/etc/swift/object-server.conf2
-rwxr-xr-xdocker/rootfs/etc/swift_build/build_remakerings12
4 files changed, 9 insertions, 9 deletions
diff --git a/docker/rootfs/etc/swift/account-server.conf b/docker/rootfs/etc/swift/account-server.conf
index d8e95f73b..fd61d550c 100644
--- a/docker/rootfs/etc/swift/account-server.conf
+++ b/docker/rootfs/etc/swift/account-server.conf
@@ -1,7 +1,7 @@
[DEFAULT]
devices = /srv/node/
bind_ip = 127.0.0.1
-bind_port = 6002
+bind_port = 6202
workers = 2
mount_check = false
log_facility = LOG_LOCAL5
diff --git a/docker/rootfs/etc/swift/container-server.conf b/docker/rootfs/etc/swift/container-server.conf
index db99c43d3..aec046aaf 100644
--- a/docker/rootfs/etc/swift/container-server.conf
+++ b/docker/rootfs/etc/swift/container-server.conf
@@ -1,7 +1,7 @@
[DEFAULT]
devices = /srv/node/
bind_ip = 127.0.0.1
-bind_port = 6001
+bind_port = 6201
workers = 2
mount_check = false
log_facility = LOG_LOCAL4
diff --git a/docker/rootfs/etc/swift/object-server.conf b/docker/rootfs/etc/swift/object-server.conf
index 3dc66aa61..67bbf2cb3 100644
--- a/docker/rootfs/etc/swift/object-server.conf
+++ b/docker/rootfs/etc/swift/object-server.conf
@@ -1,7 +1,7 @@
[DEFAULT]
devices = /srv/node/
bind_ip = 127.0.0.1
-bind_port = 6000
+bind_port = 6200
workers = 2
mount_check = false
log_facility = LOG_LOCAL3
diff --git a/docker/rootfs/etc/swift_build/build_remakerings b/docker/rootfs/etc/swift_build/build_remakerings
index da1c842db..08830d649 100755
--- a/docker/rootfs/etc/swift_build/build_remakerings
+++ b/docker/rootfs/etc/swift_build/build_remakerings
@@ -9,12 +9,12 @@ done
for drive in `ls /srv/node/ | grep 'swift-d'`; do
- echo "swift-ring-builder object.builder add r1z1-127.0.0.1:6000/$drive 1" >> /etc/swift/remakerings.object
- echo "pushed command to add r1z1-127.0.0.1:6000/$drive to /etc/swift/remakerings.object"
- echo "swift-ring-builder container.builder add r1z1-127.0.0.1:6001/$drive 1" >> /etc/swift/remakerings.container
- echo "pushed command to add r1z1-127.0.0.1:6001/$drive to /etc/swift/remakerings.container"
- echo "swift-ring-builder account.builder add r1z1-127.0.0.1:6002/$drive 1" >> /etc/swift/remakerings.account
- echo "pushed command to add r1z1-127.0.0.1:6002/$drive to /etc/swift/remakerings.account"
+ echo "swift-ring-builder object.builder add r1z1-127.0.0.1:6200/$drive 1" >> /etc/swift/remakerings.object
+ echo "pushed command to add r1z1-127.0.0.1:6200/$drive to /etc/swift/remakerings.object"
+ echo "swift-ring-builder container.builder add r1z1-127.0.0.1:6201/$drive 1" >> /etc/swift/remakerings.container
+ echo "pushed command to add r1z1-127.0.0.1:6201/$drive to /etc/swift/remakerings.container"
+ echo "swift-ring-builder account.builder add r1z1-127.0.0.1:6202/$drive 1" >> /etc/swift/remakerings.account
+ echo "pushed command to add r1z1-127.0.0.1:6202/$drive to /etc/swift/remakerings.account"
done
for p in $POLICIES; do