HELP!! How to detect Failover of cluster?

I have a volume filter driver, Which I want to make cluster compatible.
I am not able to find any way to detect the Failover of cluster in
kernel mode. As devices get removed and reappear in cluster failover, I
was expecting to get the remove and add notification. But Add
notification comes only for the first time other times I don’t get any
add notification or a remove.

If anyone has any idea how to do this, I will really appreciate it, as
its urgent for me.

Thanks in advance
Avi

-----Original Message-----
From: Tony Mason [mailto:xxxxx@osr.com]
Sent: Wednesday, July 02, 2003 9:24 AM
To: File Systems Developers
Subject: [ntfsd] RE: How to Detect file rename/Delete

Try reading the FAQ and looking through the archives here first, since
this
is a regularly asked question.

Deletion is processed at IRP_MJ_CLEANUP time. It is indicated
(requested)
either at IRP_MJ_CREATE time (FILE_DELETE_ON_CLOSE) or via
IRP_MJ_SET_INFORMATION (FileDispositionInformation). The latter call can
also UN-schedule a deletion.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: NewBie [mailto:xxxxx@yahoo.com]
Sent: Wednesday, July 02, 2003 7:32 AM
To: File Systems Developers
Subject: [ntfsd] How to Detect file rename/Delete

Hi everybody,
I want to detect file is deletion/Renaming on NT 4.0/2k/xp.
How can i detect ??
What should i check in my completion routine?
Thanks in advance


You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntfsd as: xxxxx@commvault.com
To unsubscribe send a blank email to xxxxx@lists.osr.com