Now that the ring files are on each storage node, you can start the services. On each storage node, run the following command:
# for service in \ swift-object swift-object-replicator swift-object-updater swift-object-auditor \ swift-container swift-container-replicator swift-container-updater swift-container-auditor \ swift-account swift-account-replicator swift-account-reaper swift-account-auditor; do \ service $service start; done
Note | |
---|---|
To start all swift services at once, run the command: # swift-init all start To know more about $ man swift-init |