Understanding Linux File System Hierarchy | Linux Directory Structure

All files on a Linux system are stored on file systems which are organized into a single inverted tree of directories, known as a file system hierarchy. This tree is inverted because the root of the tree is said to be at the top of the hierarchy, and the branches of directories and subdirectories stretch […]

OpenStack Image (Glance): Glance Formats, Glance Status flow, Configuration file, Image, and Instance

In today’s blog, we are going to discuss: Image (Glance). We will also cover the topics like Glance Formats, Status flow, configuration file, and image and instance. So without wasting our time let’s start the discussion! Overview of OpenStack Image (Glance): The Glance component of an OpenStack image glance service supports finding, entering, and revoking […]

Shared File Systems (Manila) and Managing Security services

The OpenStack Shared File System is a service which helps every case of Compute to utilize the shared file system. It is offered with the help of following selected services: manila-api: It is a Web Server Gateway Interface (WSGI) application which verifies and directs the requests across the shared file system service and also provides […]