[LINUX] About Raid group and LUN

Introduction

A memo about Raid manager and LUN

reference

https://milestone-of-se.nesuke.com/sv-basic/architecture/disk-term/

Understand storage from connectivity

https://www.atmarkit.co.jp/ait/articles/0808/25/news120.html

What is volume

A volume is a disk area that can be formatted into a ** file system, such as "physical disk", "RAID group (virtual disk)", or "LUN", regardless of physical or logical. ** **

** RAID group is also volume, LUN is volume, LVM is volume, / dev / xxx is volume **

What is a logical drive (LUN)? Logical identification number

http://e-words.jp/w/LUN.html

RAID devices, storage servers, etc. are recognized as one device from the outside by bundling multiple physical storage devices (hard disks, SSDs, etc.) (Raid group, Raid array), but this is logically divided. By assigning and identifying each LUN, it becomes possible to manage it as different storage (the whole may be one LUN).

** A logically divided area from a RAID group, Raid array or storage pool **

Raid Group, Raid Array

What is a storage pool?

What is a storage pool in KVM?

Recommended Posts

About Raid group and LUN
About _ and __
About Class and Instance
About cumprod and cummax
About cross-validation and F-number
This and that about pd.DataFrame
Linux (about files and directories)
About python objects and classes
About Python variables and objects
About LINUX files and processes
About fork () function and execve () function
About Django's deconstruct and deconstructible
About Python, len () and randint ()
About Python datetime and timezone
About Sharpe Ratio and Sortino Ratio
About Python and regular expressions
About Python and os operations
About http.Handle () and http.NewServeMux (). Handle ()
Python # About reference and copy
About Numpy array and asarray
About Python sort () and reverse ()
About installing Pwntools and Python2 series
Summary and common errors about cron
About python dict and sorted functions
About dtypes in Python and Cython
About MkDocs themes and their customs
About Python pickle (cPickle) and marshal
[Python] About Executor and Future classes
About Python, from and import, as
About time series data and overfitting