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
This commit is contained in:
34 changed files with 242 additions and 242 deletions
@@ -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
@@ -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
@@ -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
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.