- Preparing for the Certified OpenStack Administrator Exam
- Matt Dorn
- 135字
- 2021-07-02 19:30:26
Cinder - block storage service
Inspired by Amazon's Elastic Block Storage (EBS) offering, Cinder allows users to create volumes that can be mounted as devices by Nova instances.
Cinder volumes behave as if they were raw unformatted hard drives. Once data is written to these volumes, the data persists even after terminating the instance or an instance failure. This is because the written data is stored on a dedicated Cinder storage server, not the compute nodes where the instances reside. Cinder also supports snapshots which capture the current state of a volume. These are useful for providing backup protection, and they can also be used to instantiate new volumes that contain the exact data of the snapshot. You can also write images to a block storage devices for compute to use as a bootable persistent instance.
- FreeSWITCH 1.8
- 跟小海龜學Python
- 數據結構習題精解(C語言實現+微課視頻)
- Apache Kafka Quick Start Guide
- Mastering JavaScript High Performance
- App Inventor創意趣味編程進階
- Spring Boot+MVC實戰指南
- Node.js開發指南
- Java圖像處理:基于OpenCV與JVM
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- BeagleBone Robotic Projects(Second Edition)
- Everyday Data Structures
- Visual C++從入門到精通(第2版)
- 量子計算機編程:從入門到實踐
- 軟件測試(慕課版)