- OpenStack for Architects
- Ben Silverman Michael Solberg
- 240字
- 2021-06-25 21:24:28
Object storage
Ephemeral backing storage for compute instances is provided by the Nova service. This storage is referred to as ephemeral because its life cycle coterminates with the life cycle of the compute instance. That is, when an instance is terminated, the ephemeral storage associated with the instance is deleted from the compute host on which it resided. The first kind of persistent storage provided in the OpenStack system was object storage, based on the S3 service available in the Amazon Web Service environment.
Object Storage is provided by the Swift service in OpenStack. Just as Nova provides an EC2- compatible compute API, Swift provides an S3-compatible object storage API. Applications which are written to run on the Amazon EC2 service and read and write their persistent data to the S3 Object Storage service do not need to be rewritten to run on an OpenStack system.
A number of third-party applications provide an S3 or Swift-compatible API, and they may be substituted for Swift in a typical OpenStack deployment. These include open source object stores, such as Gluster or Ceph, or proprietary ones, such as Scality or Cloudian. The Swift service is broken down into a few components, and third-party applications may use the Proxy component of Swift for API services and implement only a backend, or may replace the Swift service entirely. All OpenStack-compatible object stores will consume the tenant model of OpenStack and accept Keystone tokens for authentication.
- Project 2007項(xiàng)目管理實(shí)用詳解
- Introduction to DevOps with Kubernetes
- 智能傳感器技術(shù)與應(yīng)用
- 21天學(xué)通PHP
- 21天學(xué)通Visual C++
- 數(shù)據(jù)庫系統(tǒng)原理及應(yīng)用教程(第5版)
- 信息物理系統(tǒng)(CPS)測(cè)試與評(píng)價(jià)技術(shù)
- 網(wǎng)絡(luò)安全管理實(shí)踐
- Practical Big Data Analytics
- 邊緣智能:關(guān)鍵技術(shù)與落地實(shí)踐
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實(shí)例
- Cortex-M3嵌入式處理器原理與應(yīng)用
- 天才與算法:人腦與AI的數(shù)學(xué)思維
- 基于元胞自動(dòng)機(jī)的人群疏散系統(tǒng)建模與分析
- 從機(jī)器學(xué)習(xí)到無人駕駛