Learn how OpenStack manages different types of storage

Key Value
Summary Learn how OpenStack manages different types of storage.
Categories openstack
Difficulty 1
Author Tytus Kurek tytus.kurek@canonical.com

Overview

Duration: 3:00

Before you get started!

Welcome to OpenStack!

In this series of tutorials, we will walk you through all the necessary steps to install, configure and get started with OpenStack. Using just a single machine, you will learn how to use OpenStack for cloud infrastructure implementation purposes, from a single-node installation to large-scale clusters.

This tutorial is the tenth in the “Phase I - Learn OpenStack” series.

Explore other tutorials >

What is OpenStack?

OpenStack is a collection of open source projects designed to work together to form the basis of a cloud. OpenStack can be used for both private and public cloud implementation.

What is Sunbeam?

Sunbeam is an upstream project under the governance of the OpenInfra Foundation (OIF), which was created to lower the barrier to entry for OpenStack, simplify its adoption process, and set the foundation for an autonomous private cloud. Sunbeam uses cloud-native architecture and total bottom-up automation to make OpenStack more accessible to newcomers and to help users get to grips with the platform immediately.

What is MicroStack?

MicroStack (based on Sunbeam) is an OpenStack distribution designed for small-scale cloud environments. While it is available with full commercial support from Canonical, it can also be self-deployed with no friction, effectively eliminating the need for a paid consulting engagement. MicroStack currently includes core OpenStack services only, but is expected to evolve quickly to ensure full feature parity with Canonical’s Charmed OpenStack soon.

In this tutorial, you will learn how to:

  • Distinguish between the various types of storage in OpenStack

Storage types

Duration: 5:00

There are three types of storage available in OpenStack:

  • Ephemeral storage - Volatile storage that can be attached to instances during their provisioning process. It is removed permanently once instances are deleted. Ephemeral storage is managed by Nova, and can be used to store temporary data, including common OS files, caches, buffers, etc.

  • Block storage - Persistent storage that is attached to instances during their provisioning process by default. It is not removed by default when instances are deleted. Block storage is managed by Cinder, and can be used to store persistent data, such as databases, logs, binaries, etc.

  • Object storage - Persistent cloud-native storage that is not attached to instances, but is accessible through the API instead. Object storage used to be managed by the OpenStack Swift service, but in production environments it is usually implemented with (Ceph Object Gateway)[https://docs.ceph.com/en/latest/radosgw/] instead.

ⓘ Cinder

Cinder is not included by default in Sunbeam when installed in the single-node mode. For more information on enabling Cinder in Sunbeam, please refer to the official multi-node installation instructions

Next steps

Duration: 2:00

Congratulations! You have reached the end of this tutorial.

You can now move to the next tutorial - “11. Quotas”.

In this tutorial, you have learnt how to:

  • Distinguish between the various types of storage in OpenStack

Where to go from here?

1 Like

I am facing a storage issue. I am trying to install ubuntu in virtual box 6.1 but it is showing an error that you don’t have enough storage space. I am using Western Digital WD2000FYYZ and have more than 1.3 TB of space in my hard drive but I am not sure why I am getting this error.
How can I fix this error?

@jaym12, thanks for reaching out. May I please advise that you raise this issue through https://askubuntu.com/ ? You will likely be able to receive some community help there.

1 Like