Changes between Version 9 and Version 10 of ssd
- Timestamp:
- Sep 28, 2016, 1:55:43 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ssd
v9 v10 114 114 === Adding solid state drives to a guest === 115 115 116 ==== In Puppet ==== 117 116 118 First, enable a weekly systemd timer that will run the `fstrim` command to communicate to the device which blocks are not being used. 117 119 … … 121 123 class { "mayfirst::m_ssd::fstrim": } 122 124 }}} 125 126 ==== On the host machine === 123 127 124 128 On the host, create a logical volume for your given host, e.g.: … … 148 152 Reboot the guest. 149 153 150 From the guest... 154 ==== On the guest ==== 151 155 152 156 Look for the new block device (/dev/sdb below): … … 202 206 }}} 203 207 204 ==== Replacing MySQL partition====208 ===== Replacing MySQL partition ===== 205 209 206 210 If you are using this partition to replace MySQL...