Learn Red Hat 8 RHCSA VDO storage with CLI and Ansible

preview_player
Показать описание
If you are studying for your Red Hat RHCSA exam then you will need to know VDO. Not only do we manage it from the command line we show how you can use Ansible PLaybooks to manage the configuration. Ansible is now owned by Red Hat and you can be sure that new RHCSA features such as VDO will be supported in Ansible. In the exam you will not be able to use Ansible but it will help in the real world and help you prepare for the RHCE which is now Ansible based. This is probably the best VDO training you will find and certainly hope you enjoy it.

---
- name: name of play1
hosts: all
become: True
gather_facts: False
tasks:
- name: install vdo
package:
name:
- vdo
- kmod-vdo
state: latest
- name: start vdo
service:
name: vdo
state: started
enabled: True
- name: create vdo1
vdo:
name: vdo1
state: present
device: /dev/sdb
logicalsize: 20G
- name: format
filesystem:
type: xfs
dev: /dev/mapper/vdo1
- name: mountpoint
file:
path: /vdo1
state: directory
- name: mount
mount:
path: /vdo1
fstype: xfs
state: mounted
src: /dev/mapper/vdo1
Рекомендации по теме
Комментарии
Автор

Usually I don"t comment on educational videos, but when I stumble upon such a good content I feel the need to it!
Thank you for the free content! It's awesome to see videos like these showing more advanced topics on Linux. It's hard finding good content creators that make videos past that basic Linux concepts.

hugopfeffer
Автор

Brilliant as always, I love you Andrew

alirezanasri
Автор

Hi,

Can you take session on Redhat satellite 6. That would be very useful.

rajeshrao
welcome to shbcf.ru