Book Image

OpenStack Object Storage Essentials (Update)

Book Image

OpenStack Object Storage Essentials (Update)

Overview of this book

Table of Contents (18 chapters)
OpenStack Object Storage (Swift) Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Swift CLI Commands
Index

The hardware list


The list of the minimum hardware required to install Swift is as follows:

Item

Description

Storage servers

These are physical servers that run the object server software, and generally also run the account and container server software. Storage servers require disks or solid-state drives (SSDs) to store objects.

Proxy server (or servers)

These are physical servers that run the proxy server software. At least one is required.

Network switch (or switches)

Chapter 3, Installing OpenStack Swift, describes the various networks required. At least one switch is required.

The following is a list of optional hardware that may need to be purchased:

Item

Description

Account servers

For large installations where container listings and updates overwhelm the storage servers, separate account servers may be needed.

Container servers

For large installations where object listings and updates overwhelm the storage servers, separate container servers may be needed.

Auth servers...