Q15. Create a playbook storage.yml for creating Logical volumes in all nodes according to following requirements. * Create a new Logical volume named as 'data' * LV should be the member of 'research'...


Create playbook yaml code with command of ansible


Q15. Create a playbook storage.yml for creating Logical volumes in all nodes according to<br>following requirements.<br>* Create a new Logical volume named as 'data'<br>* LV should be the member of 'research' Volume Group<br>* LV size should be 1500M<br>* It should be formatted with ext4 filesystem.<br>-- If Volume Group does not exist then it should print the message

Extracted text: Q15. Create a playbook storage.yml for creating Logical volumes in all nodes according to following requirements. * Create a new Logical volume named as 'data' * LV should be the member of 'research' Volume Group * LV size should be 1500M * It should be formatted with ext4 filesystem. -- If Volume Group does not exist then it should print the message "VG Not found" -- If the VG can not acccomodate 1500M size then it should print "LV Can not be created with following size" - then the LV should be created with 800M of size. - Do not perform any mounting for this LV.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here