search for: monitor_

Displaying 6 results from an estimated 6 matches for "monitor_".

Did you mean: monitors
2023 May 09
1
[PATCH 2/2] ocfs2: add error handling path when jbd2 enter ABORT status
...t enable panic for local mounts > > About the panic action from ocfs2_abort(), in my view, it's too scared to > acceptable. I am not familar with o2cb stack, in pcmk stack, there is > resource-agents RA Filesystem[1], which includes two level to detect fs abormal: > - Filesystem_monitor_10 : read the device > - Filesystem_monitor_20 : write and read a status file > > if ocfs2 enters abort status, Filesystem RA will detect it and trigger HA stack > to do the handover resources job. > if Filesystem RA doesn't apply monitor_[10|20] level, a readonly fs (not panic &...
2013 Jul 12
5
Module team update: 2013-07-07 - 2013-07-12
Hello! Now that we''re two weeks in it''s time for another update on what''s been going on in the module team. We focused on puppetlabs-ntp and puppetlabs-firewall as our two primary modules, but also merged in fixes to passenger, rabbitmq, mysql, apt, and apache. As a result of this work we''ve released: http://forge.puppetlabs.com/puppetlabs/apache/0.7.0
2023 May 08
1
[PATCH 2/2] ocfs2: add error handling path when jbd2 enter ABORT status
...__ocfs2_abort() should not enable panic for local mounts About the panic action from ocfs2_abort(), in my view, it's too scared to acceptable. I am not familar with o2cb stack, in pcmk stack, there is resource-agents RA Filesystem[1], which includes two level to detect fs abormal: - Filesystem_monitor_10 : read the device - Filesystem_monitor_20 : write and read a status file if ocfs2 enters abort status, Filesystem RA will detect it and trigger HA stack to do the handover resources job. if Filesystem RA doesn't apply monitor_[10|20] level, a readonly fs (not panic then generate a coredump)...
2023 May 05
1
[PATCH 2/2] ocfs2: add error handling path when jbd2 enter ABORT status
On 5/5/23 12:20 AM, Heming Zhao wrote: > On Thu, May 04, 2023 at 05:41:29PM +0800, Joseph Qi wrote: >> >> >> On 5/4/23 4:02 PM, Heming Zhao wrote: >>> On Thu, May 04, 2023 at 03:34:49PM +0800, Joseph Qi wrote: >>>> >>>> >>>> On 5/4/23 2:21 PM, Heming Zhao wrote: >>>>> On Thu, May 04, 2023 at 10:27:46AM +0800, Joseph
2010 Sep 23
1
[PATCH 1/1] Rename camel case variables in channel.c
...tiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25 +70,25 @@ static void DumpMonitorPage(struct hv_monitor_page *MonitorPage) * VmbusChannelSetEvent - Trigger an event notification on the specified * channel. */ -static void VmbusChannelSetEvent(struct vmbus_channel *Channel) +static void VmbusChannelSetEvent(struct vmbus_channel *channel) { - struct hv_monitor_page *monitorPage; + struct hv_monit...
2010 Sep 23
1
[PATCH 1/1] Rename camel case variables in channel.c
...tiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25 +70,25 @@ static void DumpMonitorPage(struct hv_monitor_page *MonitorPage) * VmbusChannelSetEvent - Trigger an event notification on the specified * channel. */ -static void VmbusChannelSetEvent(struct vmbus_channel *Channel) +static void VmbusChannelSetEvent(struct vmbus_channel *channel) { - struct hv_monitor_page *monitorPage; + struct hv_monit...