[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:48625] evms-bootdebug について



こんにちは。渡辺と申します。

現在、etch をクリーンインストールして、インストール後に
evms-bootdebug を使おうとしているのですが、LVM2 PV に関する
質問への答え方が完全に理解できなくて、答え方が正しいのか
不安を抱えております。

etch の debian-40r0-amd64-netinst.iso では、md と lvm2 の
設定はできるものの、evms の設定はできないもののように見え
ます。そこで、一旦、md + lvm2 の設定でインストールをしてから、
evms-debug パッケージをインストールして、EVMS にて
compatibility volume として認識させたいと考えています。


[パーティショニング@debian-installer]

SCSI1(0,0,0)(sda) -  80.0 GB ATA ST380815AS
    1. 1 GB K raid
    2. 79 GB K raid
SCSI2(0,0,0)(sdb) -  80.0 GB ATA ST380815AS
    1. 1 GB K raid
    2. 79 GB K raid
SCSI3(0,0,0)(sdc) - 320.1 GB ATA ST3320620AS
    1. 320.1 GB K raid
SCSI4(0,0,0)(sdd) - 320.1 GB ATA ST3320620AS
    1. 320.1 GB K raid

md0_raid1
    sda1 + sdb1: ext3 /
md1_raid1
    sdb2 + sdb2: K lvm
md2_raid1
    sdc1 + sdd1: K lvm

volume group: hoge1 with md1_raid1
    hoge_home:  ext3 /home
    hoge_tmp:   ext3 /tmp
    hoge_usr:   ext3 /usr
    hoge_var:   ext3 /var
    hoge_swp:   swap
    ...
volume group: hoge2 with md2_raid1
    hoge_data1: ext3 /var/local/myData/data1
    hoge_data2: ext3 /var/local/myData/data2
    ...


[evms-bootdebug]

ncurses 版の UI の evmsn が起動すると、/etc/evms.conf の lvm2
セクションにて、device_size_prompt = no に設定しなければ、
ボリュームの数だけ次のような質問を投げかけられるようです。

=== ココから ===
LVM2: Object sda2 has an LVM2 PV label and header, but
the recorded size of the object (154336256 sectors) does not
match the actual size (154336455 sectors). Please indicate
whether or not sda2 is an LVM2 PV.

If your container includes an MD RAID region, it's possible
that LVM2 has found the PV label on one of that region's child
objects instead of on the MD region itself.  If this is
the case, then object sda2 is most likely NOT one of the LVM2
PVs.

Choosing "no" here is the default, and is always safe,
since no changes will be made to your configuration.
Choosing "yes" will modify your configuration, and will cause
problems if it's not the correct choice. The only time you
would really need to choose "yes" here is if you are converting
an existing container from using the LVM2 tools to using EVMS,
and the container is NOT created from an MD RAID region.
If you created and manage your containers only with EVMS,
you should always be able to answer "no".

If you answer "no" and your volumes are correctly discovered
and activated, you may disable this message in the future by
editing the EVMS config file and setting the device_size_prompt
option to "no" in the lvm2 section.
=== ココまで ===

この sda2 の部分が md/md1 と md/md2 のときだけ、
[Yes, it is a PV.] -> [Yes, update the metadata.] と答え、
それ以外は、[No, it is not a PV.] と答える、
という認識で正しいでしょうか?


[参考]
http://www.debian.org/releases/stable/amd64/ch06s03.html.en#di-partition
http://www.debian-administration.org/articles/512
http://wiki.debian.org/EVMS
evms: /usr/share/doc/evms/README.Debian
evms-bootdebug: /usr/share/doc/evms-bootdebug/README.Debian

---
渡辺