[Linux-cluster] Quorum not quorate on RHEL 4 U 8

umesh susvirkar susvirkar.3616 at gmail.com
Thu Jul 29 16:35:25 UTC 2010


You have attach cluster.conf file for virtual guest where you have  form
"cluster without quorum disk"

Kindly attach cluster.conf file where you have used quorum disk
Also log file where your are getting  not quorate message.
attach log file from both node of cluster.




On Thu, Jul 29, 2010 at 11:50 AM, Wahyu Darmawan
<Wahyu.Darmawan at ag-it.com>wrote:

>  Hi all,
>
> Does anyone can help me?
>
> Many thanks for your help.
>
>
>
> Regards,
>
>
>
>
>
> *From:* linux-cluster-bounces at redhat.com [mailto:
> linux-cluster-bounces at redhat.com] *On Behalf Of *Wahyu Darmawan
> *Sent:* Wednesday, July 28, 2010 8:50 AM
>
> *To:* linux clustering
> *Subject:* Re: [Linux-cluster] Quorum not quorate on RHEL 4 U 8
>
>
>
> Hi Ball ;),
>
> Thanks for your response. Please find the cluster.conf below.
>
>
>
> <?xml version="1.0"?>
>
> <cluster alias="DBAHMPS" config_version="2" name="TAI123">
>
>                 <fence_daemon clean_start="0" post_fail_delay="0"
> post_join_delay="3"/>
>
>                 <clusternodes>
>
>                                 <clusternode name="node1.example.com"
> nodeid="1" votes="1">
>
>                                                 <fence>
>
>                                                                 <method
> name="1">
>
>
> <device domain="RHEL" name="VM_Fence"/>
>
>                                                                 </method>
>
>                                                 </fence>
>
>                                 </clusternode>
>
>                                 <clusternode name="node2.example.com"
> nodeid="2" votes="1">
>
>                                                 <fence>
>
>                                                                 <method
> name="1">
>
>
> <device domain="RHEL2" name="VM_Fence"/>
>
>                                                                 </method>
>
>                                                 </fence>
>
>                                 </clusternode>
>
>                 </clusternodes>
>
>                 <cman expected_votes="1" two_node="1"/>
>
>                 <fencedevices>
>
>                                 <fencedevice agent="fence_xvm"
> name="VM_Fence"/>
>
>                 </fencedevices>
>
>                 <rm>
>
>                                 <failoverdomains>
>
>                                                 <failoverdomain
> name="IP_Virtual" ordered="1" restricted="1">
>
>
> <failoverdomainnode name="node1.example.com" priority="1"/>
>
>
> <failoverdomainnode name="node2.example.com" priority="1"/>
>
>                                                 </failoverdomain>
>
>                                 </failoverdomains>
>
>                                 <resources>
>
>                                                 <ip address="
> 192.168.122.100/24" monitor_link="1"/>
>
>                                                 <fs
> device="/dev/mapper/VolGroup00-LogVol00" force_fsck="0" force_unmount="0"
> fsid="43719" fstype="ext3" mountpoint="/var/www/html/" name="HTML Doc"
> options="" self_fence="0"/>
>
>                                                 <script
> file="/etc/init.d/httpd" name="Web"/>
>
>                                                 <apache
> config_file="/etc/httpd/conf/httpd.conf" httpd_options="" name="httpd"
> server_root="/etc/httpd" shutdown_wait="3"/>
>
>                                                 <oracledb
> home="/u01/app/oracle/product/9.2.0.8/" name="DBAHMPS" type="10g"
> user="oracle" vhost="dbahmps.example.com"/>
>
>                                 </resources>
>
>                                 <service autostart="1" exclusive="1"
> name="HTTPD_Service" recovery="relocate">
>
>                                                 <ip ref="
> 192.168.122.100/24"/>
>
>                                                 <fs ref="HTML Doc"/>
>
>                                                 <script ref="Web"/>
>
>                                 </service>
>
>                                 <service autostart="1" domain="IP_Virtual"
> name="Web" recovery="restart">
>
>                                                 <fs ref="HTML Doc"/>
>
>                                                 <script ref="Web"/>
>
>                                 </service>
>
>                                 <service autostart="1" domain="IP_Virtual"
> exclusive="1" name="Apache Service" nfslock="1">
>
>                                                 <apache ref="httpd"/>
>
>                                 </service>
>
>                 </rm>
>
> </cluster>
>
>
>
> Appreciating for your help Ball.
>
>
>
>
>
> Rgds,
>
> Wahyu
>
>
>
> *From:* linux-cluster-bounces at redhat.com [mailto:
> linux-cluster-bounces at redhat.com] *On Behalf Of *POWERBALL ONLINE
> *Sent:* Saturday, July 24, 2010 12:35 AM
> *To:* linux clustering
> *Subject:* Re: [Linux-cluster] Quorum not quorate on RHEL 4 U 8
>
>
>
> I though that your configuration is wrong because when you run clustat it
> should display quorum disk is online too.
>
> If your configuration wrong and quorum not online it will have the error
> that you meet.
>
> Please give me the file /etc/cluster/cluster.conf to me too.
>
>
>
>
>
> On Fri, Jul 23, 2010 at 10:18 PM, Wahyu Darmawan <Wahyu.Darmawan at ag-it.com>
> wrote:
>
> Hi,
>
> Thanks for your response.
>
> Here is the info on below.
>
>
>
>
>
> T0171
>
> [root at t0171 ~]# clustat
>
> Member Status: Quorate
>
>
>
>   Member Name                              Status
>
>   ------ ----                              ------
>
>   t0171.example.com                    Online, Local, rgmanager
>
>   t0175.example.com                    Online, rgmanager
>
>
>
>   Service Name         Owner (Last)                   State
>
>   ------- ----         ----- ------                   -----
>
>   IP_Virtual           t0175.example.com          started
>
>   GFS_Mounting         t0175.example.com          started
>
>   Listener_Service     t0175.example.com          started
>
>   Oracle_DBahmcm       t0175.example.com          started
>
>   Oracle_DBportal      t0175.example.com          started
>
>   Oracle_DBcard5       t0175.example.com          started
>
>   Oracle_DBhrdtxn      t0175.example.com          started
>
>   Oracle_DBrepwm       t0175.example.com          started
>
> [root at t0171 ~]# mkqdisk -L
>
> mkqdisk v0.5.2
>
> /dev/sdi1:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum1
>
>                 Created:              Mon Mar 29 18:44:37 2010
>
>                 Host:                 t0171.example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
> /dev/sdi2:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum2
>
>                 Created:              Mon Mar 29 18:26:28 2010
>
>                 Host:                 t0175.example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
> /dev/dm-18:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum1
>
>                 Created:              Mon Mar 29 18:44:37 2010
>
>                 Host:                 t0171.example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
> /dev/dm-19:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum2
>
>                 Created:              Mon Mar 29 18:26:28 2010
>
>                 Host:                 t0175.example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
>
>
> T0175
>
> [root at t0175 ~]# clustat
>
> Member Status: Quorate
>
>
>
>   Member Name                              Status
>
>   ------ ----                              ------
>
>   t0171.example.com                    Online, rgmanager
>
>   t0175.example.com                    Online, Local, rgmanager
>
>
>
>   Service Name         Owner (Last)                   State
>
>   ------- ----         ----- ------                   -----
>
>   IP_Virtual           t0175. example.com          started
>
>   GFS_Mounting         t0175. example.com          started
>
>   Listener_Service     t0175. example.com          started
>
>   Oracle_DBahmcm       t0175. example.com          started
>
>   Oracle_DBportal      t0175. example.com          started
>
>   Oracle_DBcard5       t0175. example.com          started
>
>   Oracle_DBhrdtxn      t0175. example.com          started
>
>   Oracle_DBrepwm       t0175. example.com          started
>
> [root at t0175 ~]# mkqdisk -L
>
> mkqdisk v0.5.2
>
> /dev/sdi1:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum1
>
>                 Created:              Mon Mar 29 18:44:37 2010
>
>                 Host:                 t0171. example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
> /dev/sdi2:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum2
>
>                 Created:              Mon Mar 29 18:26:28 2010
>
>                 Host:                 t0175. example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
> /dev/dm-19:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum1
>
>                 Created:              Mon Mar 29 18:44:37 2010
>
>                 Host:                 t0171. example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
> /dev/dm-20:
>
>                 Magic:                eb7a62c2
>
>                 Label:                dbquorum2
>
>                 Created:              Mon Mar 29 18:26:28 2010
>
>                 Host:                 t0175.example.com
>
>                 Kernel Sector Size:   512
>
>                 Recorded Sector Size: 512
>
>
>
>
>
> Thanks & Regards,
>
> WD
>
>
>
> *From:* linux-cluster-bounces at redhat.com [mailto:
> linux-cluster-bounces at redhat.com] *On Behalf Of *POWERBALL ONLINE
> *Sent:* Friday, July 23, 2010 12:29 AM
>
>
> *To:* linux clustering
> *Subject:* Re: [Linux-cluster] Quorum not quorate on RHEL 4 U 8
>
>
>
> Please give me the information after you run mkqdisk -L and clustat -i
> command
>
> On Thu, Jul 22, 2010 at 11:43 PM, Wahyu Darmawan <Wahyu.Darmawan at ag-it.com>
> wrote:
>
> Hi,
>
> So, what your suggestion?
>
>
>
> Thanks,
>
>
>
>
>
> *From:* linux-cluster-bounces at redhat.com [mailto:
> linux-cluster-bounces at redhat.com] *On Behalf Of *Wahyu Darmawan
> *Sent:* Thursday, July 22, 2010 11:02 PM
>
>
> *To:* linux clustering
> *Subject:* Re: [Linux-cluster] Quorum not quorate on RHEL 4 U 8
>
>
>
> Yes correct. I use Conga for my clusterware.
>
>
>
> Thanks,
>
>
>
>
>
> *From:* linux-cluster-bounces at redhat.com [mailto:
> linux-cluster-bounces at redhat.com] *On Behalf Of *POWERBALL ONLINE
> *Sent:* Thursday, July 22, 2010 10:54 PM
> *To:* linux clustering
> *Subject:* Re: [Linux-cluster] Quorum not quorate on RHEL 4 U 8
>
>
>
> Hi
>
>
>
> What tool you use for create cluster? Is it Conga ?
>
>
>
>
>
> On Thu, Jul 22, 2010 at 12:29 PM, Wahyu Darmawan <Wahyu.Darmawan at ag-it.com>
> wrote:
>
> Hi all,
>
> I have problem with my cluster. I have 2 nodes of my cluster.
>
> On July 12 the nodes missed  connection from storage and lost 1 disk
> partition on both nodes. Then I decided to assigned a new of partition from
> storage, and use it on my nodes.
>
> But until today, the quorum is not going to quorate.
>
> FYI, I use GFS for my filesystem.
>
> So, what do I have to do to make quorum disk back to quorate status?
>
>
>
> I appreciate for your answer.
>
>
>
> Thanks,
>
> Wahyu
>
>
>
> Note, I attached the cluster log messages below:
>
> Jul 12 20:41:08 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBhrdtxn is
> disabled
>
> Jul 12 20:41:15 t0175 clurgmgrd[31088]: <notice> Stopping service
> Oracle_DBrepwm
>
> Jul 12 20:41:15 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBrepwm is
> disabled
>
> Jul 12 20:41:19 t0175 clurgmgrd[31088]: <notice> Starting disabled service
> Oracle_DBahmcm
>
> Jul 12 20:41:25 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBahmcm
> started
>
> Jul 12 20:41:27 t0175 clurgmgrd[31088]: <notice> Starting disabled service
> Oracle_DBportal
>
> Jul 12 20:41:33 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBportal
> started
>
> Jul 12 20:41:37 t0175 clurgmgrd[31088]: <notice> Starting disabled service
> Oracle_DBcard5
>
> Jul 12 20:41:42 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBcard5
> started
>
> Jul 12 20:41:45 t0175 clurgmgrd[31088]: <notice> Starting disabled service
> Oracle_DBhrdtxn
>
> Jul 12 20:41:51 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBhrdtxn
> started
>
> Jul 12 20:41:55 t0175 clurgmgrd[31088]: <notice> Starting disabled service
> Oracle_DBrepwm
>
> Jul 12 20:42:00 t0175 clurgmgrd[31088]: <notice> Service Oracle_DBrepwm
> started
>
> Jul 12 21:44:31 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (12.120000)
>
> Jul 12 21:44:34 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.900000)
>
> Jul 12 21:44:36 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 12 21:44:39 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 12 21:44:41 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 12 21:44:50 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.070000)
>
> Jul 12 21:44:53 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.310000)
>
> Jul 13 02:04:21 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (12.400000)
>
> Jul 13 02:04:25 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.690000)
>
> Jul 13 02:04:28 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 13 02:04:31 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 13 02:04:34 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.620000)
>
> Jul 13 02:04:40 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.020000)
>
> Jul 13 02:04:43 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.550000)
>
> Jul 13 02:05:18 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (13.050000)
>
> Jul 13 02:05:21 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.710000)
>
> Jul 13 02:05:24 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 13 02:05:30 t0175 last message repeated 2 times
>
> Jul 13 02:05:36 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.530000)
>
> Jul 13 02:05:39 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.200000)
>
> Jul 14 02:04:03 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (11.820000)
>
> Jul 14 02:04:08 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.720000)
>
> Jul 14 02:04:11 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 14 02:04:14 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 14 02:04:17 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.420000)
>
> Jul 14 02:04:23 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.820000)
>
> Jul 14 17:36:54 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (11.540000)
>
> Jul 14 17:36:59 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.740000)
>
> Jul 14 17:37:01 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 14 17:37:03 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 14 17:37:06 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.980000)
>
> Jul 14 17:37:08 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.020000)
>
> Jul 14 17:37:17 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.900000)
>
> Jul 14 17:37:19 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.270000)
>
> Jul 14 17:38:02 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (11.980000)
>
> Jul 14 17:38:07 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.470000)
>
> Jul 14 17:38:09 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 14 17:38:11 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 14 17:38:13 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 14 17:38:16 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.980000)
>
> Jul 14 17:38:25 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.870000)
>
> Jul 15 02:04:06 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (12.940000)
>
> Jul 15 02:04:08 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.780000)
>
> Jul 15 02:04:11 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 15 02:04:13 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 15 02:04:16 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 15 02:04:19 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.360000)
>
> Jul 15 02:04:25 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.790000)
>
> Jul 15 02:04:28 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.730000)
>
> Jul 16 02:04:24 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (12.100000)
>
> Jul 16 02:04:27 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.720000)
>
> Jul 16 02:04:30 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 16 02:04:33 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 16 02:04:36 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 16 02:04:44 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.580000)
>
> Jul 16 02:04:47 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.720000)
>
> Jul 17 02:07:05 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (12.460000)
>
> Jul 17 02:07:10 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.790000)
>
> Jul 17 02:07:12 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 17 02:07:15 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 17 02:07:17 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 17 02:07:19 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.240000)
>
> Jul 17 02:07:25 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.670000)
>
> Jul 17 02:07:27 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.570000)
>
> Jul 18 02:04:20 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (13.000000)
>
> Jul 18 02:04:23 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.670000)
>
> Jul 18 02:04:25 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 18 02:04:31 t0175 last message repeated 3 times
>
> Jul 18 02:04:39 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 19 02:04:14 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (11.870000)
>
> Jul 19 02:04:18 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.930000)
>
> Jul 19 02:04:21 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.000000)
>
> Jul 19 02:04:23 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 19 02:04:26 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.980000)
>
> Jul 19 02:04:34 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 19 02:04:37 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.900000)
>
> Jul 20 02:04:23 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (11.920000)
>
> Jul 20 02:04:27 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.930000)
>
> Jul 20 02:04:30 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 20 02:04:32 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 20 02:04:34 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 20 02:04:37 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.040000)
>
> Jul 20 02:04:43 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (2.350000)
>
> Jul 21 02:04:12 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (12.450000)
>
> Jul 21 02:04:22 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.450000)
>
> Jul 21 02:04:24 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.010000)
>
> Jul 21 02:04:26 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.120000)
>
> Jul 21 02:04:32 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 21 02:04:34 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.480000)
>
> Jul 22 02:04:04 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (11.960000)
>
> Jul 22 02:04:08 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.030000)
>
> Jul 22 02:04:10 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 22 02:04:13 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.990000)
>
> Jul 22 02:04:15 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 22 02:04:17 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.000000)
>
> Jul 22 02:04:24 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.940000)
>
> Jul 22 02:04:26 t0175 qdiskd[30103]: <warning> qdisk cycle took more than 1
> second to complete (1.560000)
>
>
>
>
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster
>
>
>
>
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster
>
>
>
>
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster
>
>
>
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20100729/88ace646/attachment.htm>


More information about the Linux-cluster mailing list