🚀Day 6: LVM in action
sudo pvscan
Marking the Physical Devices as Physical Volumes:
sudo lvmdiskscan
Mark them as physical volumes within LVM using the pvcreate command:
sudo pvcreate /dev/xvdb /dev/xvdc
Output:
Physical volume "/dev/xvdb" successfully created. Physica...
tirucloud.hashnode.dev2 min read