<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi all,<BR>
I have four disk arrays (raid 5) that each of which is 1.8TB and consisting of 12 disk volumes. I will use DRDB with OCFS2. I want to separate the to use as volumes. I think it might cause high CPU usage if each &quot;resource&quot; contains a volume.<BR>
I want to minimize the crashes and split-brain problems. I don't want to have to synchronize my all volumes by DRDB when, for example, my first server crashes and starts up again or if there be a disk problem on runtime. <BR>
So should I insert all volumes of each disk into the same resource in the configuration file or not?<BR>
<BR>
For example,<BR>
<BR>
resource disk1{<BR>
.....<BR>
&nbsp; volume 0{ disk /dev/sdb1 } #200gb<BR>
&nbsp; volume 1{ disk /dev/sdb2 } #200gb<BR>
.....<BR>
}<BR>
<BR>
resource disk2{<BR>
.....<BR>
&nbsp; volume 0{ disk /dev/sdc1 }<BR>
&nbsp; volume 1{disk /dev/sdc2 }<BR>
.....<BR>
}<BR>
and another disk conf.<BR>
##################<BR>
<BR>
or<BR>
<BR>
resource disk1{<BR>
.....<BR>
&nbsp; volume 0{ disk /dev/sdb1 } #400gb<BR>
&nbsp; volume 1{ disk /dev/sdc1 } #400gb<BR>
.....<BR>
}<BR>
<BR>
you suggest me which one of these?<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<B>M.At&#305;f CEYLAN</B><BR>
Yurdum Yaz&#305;l&#305;m
</TD>
</TR>
</TABLE>
</BODY>
</HTML>