vine-users ML アーカイブ



[vine-users:066304] raid1につ いて

  • From: Tetsuya Saito <tetuya@xxxxxxxxxx>
  • Subject: [vine-users:066304] raid1につ いて
  • Date: Thu, 17 Jun 2004 20:24:28 +0900
こんばんわ
斉藤@kagoyaと申します。

今回、vine26r4にて、raid1構成を作るべく挑戦をいたしております。
web等々の情報を調べカーネルの再構築及びraidtab作成を行い、raidhotaddを行っ
たところ、下記のようなエラーかせ出力され一部、raid1構成を取ることが出来
ませんでした。

[エラー内容及びコマンド]
[root@localhost log]# raidhotadd /dev/md1 /dev/hda1
/dev/md1: can not hot-add disk: invalid argument.

上記以外のraidデバイス、md0及びmd1は問題なく構成出来ました。
どうして、md0のみraid1として構成を行うことが出来ないのでしょうか。
識者の皆様、ご助言よろしくお願いします

[raidtab]
#md0 is the root array
raiddev                 /dev/md0
raid-level              1
nr-raid-disks           2
chunk-size              8
nr-spare-disks          0
persistent-superblock   1
device                  /dev/hdc2
raid-disk               0
#this is our old disk. mark as faild for now
device                  /dev/hda2
raid-disk               1

#md1 is the /boot array
raiddev                 /dev/md1
raid-level              1
nr-raid-disks           2
chunk-size              8
nr-spare-disks          0
persistent-superblock   1
device                  /dev/hdc1
raid-disk               0
#this is our old disk. mark as faild for now
device                  /dev/hda1
raid-disk              1

#md1 is the swap array
raiddev                 /dev/md2
raid-level              1
nr-raid-disks           2
chunk-size              8
nr-spare-disks          0
persistent-superblock   1
device                  /dev/hdc3
raid-disk               0
#this is our old disk. mark as faild for now
device                  /dev/hda3
raid-disk              1

[fdisk /dev/hda]
Disk /dev/hda: 255 heads, 63 sectors, 4863 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1        64    514048+  fd  Linux raid autodetect
/dev/hda2            65      4653  36861142+  fd  Linux raid autodetect
/dev/hda3          4654      4863   1686825   fd  Linux raid autodetect


[fdisk /dev/hdc]
Disk /dev/hdc: 255 heads, 63 sectors, 4863 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdc1             1        64    514048+  fd  Linux raid autodetect
/dev/hdc2            65      4653  36861142+  fd  Linux raid autodetect
/dev/hdc3          4654      4863   1686825   fd  Linux raid autodetect

-- 
Tetsuya Saito <tetuya@xxxxxxxxxx>