Changes between Version 17 and Version 18 of TipAndDoc/storage/LVM
- Timestamp:
- May 10, 2015 4:06:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/storage/LVM
v17 v18 191 191 * thin snapshotはデフォルトではinactiveで作成され、activateするにはlvchangeに'-K'オプションが必要となった('-k y -K'とするのが良さそう) 192 192 193 * 現時点(ArchLinux 4.0.1-1-ARCH, lvm2 2.02.116-1)では、thin poolは拡張は出来るが縮小は出来ない 194 * # lvextend -l100%VG vg/pool0 195 {{{ 196 Size of logical volume vg/pool0_tdata changed from 2.00 GiB (512 extents) to 2.59 GiB (663 extents). 197 Logical volume pool0 successfully resized 198 }}} 199 * # lvreduce -L2.5G vg/pool0 200 {{{ 201 Thin pool volumes cannot be reduced in size yet. 202 Run `lvreduce --help' for more information. 203 }}} 204 205 * [http://dustymabe.com/2013/06/21/guest-discardfstrim-on-thin-lvs/ Guest Discard/FSTRIM On Thin LVs « A Random Walk Down Tech Street] 206 207 * [http://www.slideshare.net/akirahayakawa716/dmthin20140528 dm-thin-internal-ja] dm-thin実装調査 208 193 209 == metadata == 194 210 * http://man7.org/linux/man-pages/man7/lvmthin.7.html metadataを直接操作する方法なども記述されている … … 198 214 * [http://comments.gmane.org/gmane.linux.kernel.device-mapper.devel/19190 dm-thin: issues about resize the pool metadata size] 199 215 * metadataを大幅に大きくしようとすると失敗する事例 (3.12.0-rc7, lvm2 2.02.103) 200 * ArchLinux 4.0.1-1-ARCH, lvm2 2.02.116-1では 問題ない模様216 * ArchLinux 4.0.1-1-ARCH, lvm2 2.02.116-1では、オンラインで問題なく拡張可能 201 217 1. # lvs -a 202 218 {{{ … … 219 235 [pool0_tmeta] vg ewi-ao---- 132.00m 220 236 }}} 221 222 * [http://dustymabe.com/2013/06/21/guest-discardfstrim-on-thin-lvs/ Guest Discard/FSTRIM On Thin LVs « A Random Walk Down Tech Street]223 224 * [http://www.slideshare.net/akirahayakawa716/dmthin20140528 dm-thin-internal-ja] dm-thin実装調査225 237 226 238 == /etc/lvm/lvm.conf ==