Atom feed of this document
  
 

 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 \
  openstack-swift-object openstack-swift-object-replicator openstack-swift-object-updater openstack-swift-object-auditor \
  openstack-swift-container openstack-swift-container-replicator openstack-swift-container-updater openstack-swift-container-auditor \
  openstack-swift-account openstack-swift-account-replicator openstack-swift-account-reaper openstack-swift-account-auditor; do \
    service $service start; chkconfig $service on; 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
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...