Due to there is no way to execute swift graceful shutdown commands from swift-bootstrap container to swift service containers, so we need to revert the patch set at [1]. [1] https://review.openstack.org/#/c/560248/ Change-Id: I3363895347c535054584d63e22284c211ca38ad6
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/bash
|
|
|
|
sudo chown -R swift:swift /srv/node
|
|
mkdir -p /var/lib/swift/lock
|