Start services on the storage nodes

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]Note

To start all swift services at once, run the command:

# swift-init all start

To know more about swift-init command, run:

# man swift-init
Log a bug against this page


loading table of contents...