- 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.
- Java程序設(shè)計(jì)(慕課版)
- Instant Testing with CasperJS
- SoapUI Cookbook
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- PHP+MySQL網(wǎng)站開發(fā)技術(shù)項(xiàng)目式教程(第2版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- PHP 編程從入門到實(shí)踐
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Spring實(shí)戰(zhàn)(第5版)
- Gradle for Android
- Learning Continuous Integration with TeamCity
- 深入淺出Go語言編程
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- Python期貨量化交易實(shí)戰(zhàn)