Changes between Version 17 and Version 18 of TipAndDoc/storage/LVM


Ignore:
Timestamp:
May 10, 2015 4:06:39 PM (9 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/storage/LVM

    v17 v18  
    191191  * thin snapshotはデフォルトではinactiveで作成され、activateするにはlvchangeに'-K'オプションが必要となった('-k y -K'とするのが良さそう) 
    192192 
     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 
    193209 == metadata == 
    194210 * http://man7.org/linux/man-pages/man7/lvmthin.7.html metadataを直接操作する方法なども記述されている 
     
    198214 * [http://comments.gmane.org/gmane.linux.kernel.device-mapper.devel/19190 dm-thin: issues about resize the pool metadata size] 
    199215  * 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では、オンラインで問題なく拡張可能 
    201217   1. # lvs -a 
    202218{{{ 
     
    219235  [pool0_tmeta]   vg   ewi-ao---- 132.00m 
    220236}}} 
    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実装調査 
    225237 
    226238 == /etc/lvm/lvm.conf ==