Changes between Version 35 and Version 36 of install_kvm
- Timestamp:
- Mar 14, 2012, 5:45:25 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_kvm
v35 v36 70 70 /dev/mapper/vg_goldman0-var.lib.mysql /var/lib/mysql ext3 defaults,relatime 0 2 71 71 }}} 72 73 You may need to create a file system for the new volume group. 74 {{{ 75 mkfs.ext3 /dev/mapper/vg_<guestname>0-<logical-volume-name> 76 }}} 77 72 78 * Mount the new logical volume(s). This will test the syntax of fstab to ensure successful mount(s) on the next reboot. 73 79 {{{