Created
May 13, 2014 05:02
-
-
Save hihellobolke/46ccdcd46ae79fad7684 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lvm> lvcreate -T datavg/homepool -L 15G | |
| Logical volume "lvol1" created | |
| Logical volume "homepool" created | |
| lvm> lvcreate -T datavg/homepool -V5G -n epiclulz | |
| Logical volume "epiclulz" created | |
| lvm> lvcreate -T datavg/homepool -V5G -n somebody | |
| Logical volume "somebody” created | |
| lvm> lvs datavg | |
| LV VG Attr LSize Pool Origin Data% Move Log Cpy%Sync Convert | |
| epiclulz datavg Vwi-a-tz-- 5.00g homepool 0.00 | |
| homepool datavg twi-a-tz-- 15.00g 0.00 | |
| somebody datavg Vwi-a-tz-- 5.00g homepool 0.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment