Sharing

2012年5月30日 星期三

Device Mapper 筆記


official site
http://sourceware.org/dm/

Definition
http://en.wikipedia.org/wiki/Device_mapper

Document
           左邊有很多章節可以點選, 不過只有 snapshot 那章和 device mapper 最直接相關
          redhat 的文件, 但寫到後來都在寫 LVM
          這一份寫在 LVM 的 appendix, 前半段和上一份一樣的內容, 不過後半段有解釋比較多指令用法
上一份的中文版
          IBM 的 technical 文章, 第一篇幾乎都是講 lvm, 第二篇有講到實作概念, 不過少了 snapshot 這部份, 是一篇很老的文章
          Linux man page

Demo
http://linuxgazette.net/114/kapil.html


筆記:


  • LVM2 每次 create snapshot 時總共會製造四個 device


/dev/sda  dm-base-real(rw)  dm-base (ro) 
       ├ dm-snap  (rw)
                /dev/sdb  dm-snap-cow(rw)                        


  • snapshot

          P (Persistent) or N (Not persistent); indicates whether snapshot will survive after reboot
          chunksize; Size in sectors of changed chunks of data that will be stored on the COW device



不明白的東西其實還有一些

  1. chunk 的意義還搞不太清楚
  2. 可以做 snapshot 的 snapshot?
  3. ...








沒有留言: