How to find Software Raid levels using command prompt in linux?
or
How to check The RAID level in linux?
surya # cat /proc/mdstat
Personalities : [raid0]
md0 : active raid0 sda8[0] sdb8[1]
655355328 blocks 64k chunks
By using this command we can see Which RAID is configured on the Machine.
But remember that this command wont work , If you are configuring Hard
Ware RAID levels.
ReplyDeleteThank you for sharing this Information.
I also found Various useful links related to Devops, Docker & Kubernetes
Kubernetes Kubectl Commands CheatSheet
Introduction to Kubernetes Networking
Basic Concept of Kubernetes
Kubernetes Interview Question and Answers
Kubernetes Sheetsheat
Docker Basic Tutorial
Linux Sar Command Tutorial
Linux Interview Questions and Answers
Docker Interview Question and Answers
OpenStack Interview Questions and Answers