- 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.
- 大學(xué)計算機基礎(chǔ)(第三版)
- Python程序設(shè)計(第3版)
- C語言程序設(shè)計實訓(xùn)教程
- Python Network Programming Cookbook(Second Edition)
- Working with Odoo
- Odoo 10 Implementation Cookbook
- Python:Deeper Insights into Machine Learning
- Arduino電子設(shè)計實戰(zhàn)指南:零基礎(chǔ)篇
- Laravel Design Patterns and Best Practices
- Thymeleaf 3完全手冊
- Go語言高級編程(第2版)
- C語言程序設(shè)計實驗指導(dǎo)教程
- JSP編程教程
- React Router Quick Start Guide
- INSTANT Jsoup How-to