Jason Edgecombe [Sun, 5 Aug 2007 22:58:35 +0000]
man-page-vos-size-
20070805
Add a new man page for vos size.
Jason Edgecombe [Sun, 5 Aug 2007 22:38:10 +0000]
man-page-fs-newalias-
20070805
Add a new fs newalias man page. Add -help to the synopsis and options of
the other new man pages. Add additional missing links in the fs man page.
Fix some wording in the CellAlias man page.
Jason Edgecombe [Sun, 5 Aug 2007 22:16:47 +0000]
man-page-fs-listaliases-
20070805
Add manual page for fs listaliases. Also add the links in the fs(1) man
page and update README more for the current to-do list.
Russ Allbery [Sun, 5 Aug 2007 22:08:22 +0000]
man-page-style-
20070805
Some style fixes and some additional style documentation in README.
Jason Edgecombe [Sun, 5 Aug 2007 22:01:42 +0000]
man-page-afsd-crypt-alias-
20070805
Complete the documentation of the afsd flags and update a few things like
-settime and -nosettime. Add man pages for fs setcrypt, fs getcrypt, and
CellAlias. Based on work by Jason Edgecombe and then extensively edited,
so any errors I probably introduced.
Asanka Herath [Thu, 2 Aug 2007 22:05:39 +0000]
windows-local-directory-updates-smb-
20070802
The windows cache manager has suffered from poor performance as a result
of Create, Rename, and Delete operations because they invalidate the
contents of the directory pages in the cache thereby forcing them to be
reloaded from the file server. As the directory size increases, the clock
time necessary to perform the reload increases.
This delta adds support for parsing and updating the AFS3 directory buffers
to cm_dir.c. It then uses that functionality to perform local updates to
the directory buffers whenever the following conditions are met:
1. the data version on the directory as a result of the change
was incremented by one.
2. all of the directory buffers required for the update are in
the cache.
If these conditions are not met, the directory is reloaded from the file
server.
Jeffrey Altman [Thu, 2 Aug 2007 21:57:38 +0000]
windows-no-more-infinite-recursion-
20070802
FIXES 15855
In cm_NameI, keep track of what fids were crossed when evaluating the
path. If we discover a loop return a CM_ERROR_TOO_MANY_SYMLINKS error.
This resolves the complaint that when infinite loops are hit in the afs
name space the afsd_service.exe process uses 100% of the CPU.
Asanka Herath [Thu, 2 Aug 2007 21:52:54 +0000]
windows-local-directory-updates-
20070802
The windows cache manager has suffered from poor performance as a result
of Create, Rename, and Delete operations because they invalidate the
contents of the directory pages in the cache thereby forcing them to be
reloaded from the file server. As the directory size increases, the clock
time necessary to perform the reload increases.
This delta adds support for parsing and updating the AFS3 directory buffers
to cm_dir.c. It then uses that functionality to perform local updates to
the directory buffers whenever the following conditions are met:
1. the data version on the directory as a result of the change
was incremented by one.
2. all of the directory buffers required for the update are in
the cache.
If these conditions are not met, the directory is reloaded from the file
server.
Jeffrey Altman [Thu, 2 Aug 2007 21:44:54 +0000]
windows-do-not-expire-cbs-when-servers-are-down-
20070802
if all of the servers are down when a callback is due to expire
delay the expiration until at least one server is available.
this prevents some applications that are running when the CM
is off the network from failing if their pages are swapped out.
Jeffrey Altman [Thu, 2 Aug 2007 06:20:08 +0000]
windows-libafsrpc-
20070802
use bg-fcrypt in libafsrpc.dll which is used by the CM
Jeffrey Altman [Tue, 31 Jul 2007 23:19:15 +0000]
rxkad-bg-fcrypt-unbreak-windows-
20070731
i (derrick) broke everything. fix it.
Derrick Brashear [Mon, 30 Jul 2007 14:17:27 +0000]
viced-avoid-tying-up-all-threads-
20070730
FIXES 19461
implement a thread quota.
Derrick Brashear [Sat, 28 Jul 2007 15:31:44 +0000]
darwin-avoid-fsref-panic-maybe-
20070728
maybe this works.
Jeffrey Altman [Sat, 28 Jul 2007 04:03:58 +0000]
windows-fs-
20070727
return error when GetCell fails
Jeffrey Altman [Sat, 28 Jul 2007 03:50:23 +0000]
windows-rdrtimeout-
20070727
RDRtimeout is seconds. need to convert to milliseconds for comparison
Jeffrey Altman [Fri, 27 Jul 2007 16:40:44 +0000]
windows-client_config-
20070727
FIXES 66302
change text of error message to indicate that the user is not a member
of the AFS Administrators Group instead of not being a Windows administrator.
Steven Jenkins [Thu, 26 Jul 2007 21:53:42 +0000]
man-page-demand-attach-
20070726
Document additional bos flags for the demand attach file server.
Jason Edgecombe [Thu, 26 Jul 2007 21:46:46 +0000]
man-page-updates-
20070726
FIXES 65988
Mention aklog and kinit in klog's man page, add -dynroot to the afsd man
page, and mention that -skipauth tells uss not to create any Kerberos
principal and this has to be done separately.
Derrick Brashear [Thu, 26 Jul 2007 18:04:21 +0000]
md5inum-md5-clobbers-input-
20070726
Jeffrey Altman [Mon, 23 Jul 2007 00:09:06 +0000]
windows-afsd-ubik-
20070722
not currently in use but replace ubik_Call(FOO,...) with ubik_FOO(...)
Derrick Brashear [Thu, 19 Jul 2007 19:51:55 +0000]
volser-directoryless-incremental-dumps-
20070719
add an rpc, give vos a switch, allow incrementals which do not include directory objects
Jeffrey Altman [Thu, 19 Jul 2007 16:55:44 +0000]
windows-afs-svrmgr-
20070719
uninitialized variable removal
Derrick Brashear [Thu, 19 Jul 2007 16:14:20 +0000]
viced-assert-less-
20070719
in don't assert for every silly thing
Derrick Brashear [Thu, 19 Jul 2007 16:09:50 +0000]
viced-no-nulluuid-
20070719
a host with a zero uuid has no uuid support
Derrick Brashear [Thu, 19 Jul 2007 16:00:20 +0000]
kill-more-ubikcall-
20070719
tested more ubik call death, so, byebye
Derrick Brashear [Thu, 19 Jul 2007 15:55:39 +0000]
vos-validate-dumpfile-
20070719
based on code from jon nials
validate a dumpfile as being complete (look for end of dump signature)
Cesar Garcia [Wed, 18 Jul 2007 15:21:12 +0000]
libadmin-deubikcall-cleanup-
20070718
remove bogus extra arg
Jeffrey Altman [Wed, 18 Jul 2007 14:02:59 +0000]
windows-pioctl-
20070718
cm_dir.h depends on cm_buf.h
Jeffrey Altman [Wed, 18 Jul 2007 13:07:46 +0000]
windows-single-dir-search-not-bulk-
20070718
the single directory search routine used when there are no wildcards
does not perform a bulk stat operation. do not set the flag on the
cm_scache_t.
Derrick Brashear [Tue, 17 Jul 2007 18:04:01 +0000]
fs-state-only-in-dafs-
20070717
FIXES 65681
only in dafs. oops.
Jeffrey Hutzelman [Tue, 17 Jul 2007 13:15:19 +0000]
osi-probe-check-readable-
20070717
FIXES 63971
avoid potentially reading pges that don't exist
Marcus Watts [Tue, 17 Jul 2007 13:06:47 +0000]
bg-fcrypt-64bit-fix-
20070717
instead of this arcane ifdef which is flawed, we know which platforms support 64 bit types...
Russ Allbery [Tue, 17 Jul 2007 04:46:25 +0000]
sparc32-no-ucontext-
20070716
Undefine USE_UCONTEXT on sparc32 Linux since glibc doesn't implement
getcontext/setcontext for that architecture.
Derrick Brashear [Tue, 17 Jul 2007 04:10:18 +0000]
sparc32-no-getcontext-
20070716
implement ptr_mangle for sparc32
Eric Sturdivant [Mon, 16 Jul 2007 21:40:45 +0000]
xbsa-54-solaris-cplusplus-fun-
20070716
FIXES 65588
deal with change to c++ xbsa library
Jeffrey Altman [Mon, 16 Jul 2007 00:58:52 +0000]
libadmin-ubik_call-
20070715
replace all calls to ubik_Call(FOO, ...) with ubik_FOO(...)
correct the incorrect parameter lists for ubik_FOO()
Derrick Brashear [Fri, 13 Jul 2007 20:53:58 +0000]
aix-aklog-lam-plugin-
20070713
allow aklog equivalent from lam
Derrick Brashear [Thu, 12 Jul 2007 19:10:05 +0000]
suser-aix-macro-
20070712
can't use ifdefs inside the macro...
Derrick Brashear [Thu, 12 Jul 2007 09:28:26 +0000]
demand-attach-init-fsstate-rwlock-
20070712
the rwlock needs to be initd before use
Douglas Engert [Wed, 11 Jul 2007 05:29:36 +0000]
aklog-deal-without-524-
20070711
patch in a way of dealing with no krb524
Rainer Toebbicke [Tue, 10 Jul 2007 21:27:59 +0000]
pagsh-krb5-
20070710
FIXES 54621
clean up the environment
Derrick Brashear [Mon, 9 Jul 2007 20:58:57 +0000]
linux-register-fs-deal-with-error-
20070709
deal with other people who think they are afs.
Chaskiel M Grundman [Mon, 9 Jul 2007 20:14:09 +0000]
sparc-linux-des-alignment-
20070709
seems like compilers really hate des. it should would be nice to euthanize this.
it's a shame there's no simple license-friendly des library to use
Jeffrey Altman [Sat, 7 Jul 2007 14:36:59 +0000]
windows-give-up-callbacks-
20070707
don't try so hard to give up all callbacks. If the server doesn't
respond in 10 seconds, too bad!
cleanup the server probe code a bit. reorganize the code so that we
can avoid unnecessary pointer evaluation. add a missing include file.
Jeffrey Altman [Sat, 7 Jul 2007 00:20:38 +0000]
windows-afsd-misc-
20070706
* Do not give back callbacks to down servers
* Output more cm_scache_t data in afsd_alloc.log
* call VolStatus_Service_Stopped after the service has stopped
Marcus Watts [Fri, 6 Jul 2007 12:37:01 +0000]
budb-ol_verify-
20070706
FIXES 53210
fixes a missing pointer declaration that would presumably
break on 64-bit architectures.
Jeffrey Hutzelman [Fri, 6 Jul 2007 00:44:35 +0000]
cellservdb-
20070705
GCO Public CellServDB 05 Jul 2007
Jeffrey Altman [Thu, 5 Jul 2007 20:21:19 +0000]
windows-volume-status-plugin-
20070705
This delta adds an interface to an optional volume status handler.
The handler (if provided) receives status updates when volumes
change state between online, offline, busy, and alldown.
Jeffrey Altman [Thu, 5 Jul 2007 16:54:48 +0000]
windows-license-translation-
20070705
replace GlobalAlloc with malloc. initialize memory and consider the
inability to read the entire input file as an error.
Jeffrey Altman [Tue, 3 Jul 2007 15:11:35 +0000]
windows-heap-corruption-
20070703
fix buffer over write error introduced since 1.5.20
Derrick Brashear [Tue, 3 Jul 2007 15:01:19 +0000]
macos-no-default-memcache-
20070703
this should be leopard only memcache for now
Derrick Brashear [Tue, 3 Jul 2007 05:21:55 +0000]
des-p-temp-volatile-
20070703
make des work again on powerpc darwin and possibly elsewhere
Jeffrey Altman [Tue, 3 Jul 2007 01:33:47 +0000]
windows-get-cellinfo-afsdb-
20070702
enable afsdb records for get cellinfo lookup outside of afsd_service.exe
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
do not perform afsdb lookup for Freelance.Local.Root cell
Dan Hyde [Mon, 2 Jul 2007 18:05:04 +0000]
volser-delete-clone-not-source-
20070702
FIXES 64268
fixes a bug in the UV_CopyVolume2 cleanup code. Without
this patch, the cleanup code will delete the source volume.
Jeffrey Altman [Sat, 30 Jun 2007 05:43:17 +0000]
windows-parse-ioctl-path-
20070629
The UNIX client does not follow mount points or symlinks when evaluating
ioctl paths during commands such as "fs examine". The Windows client did
which was annoying when you wanted to know the FID of a mount point that
was not properly being evaluated.
Jeffrey Altman [Sat, 30 Jun 2007 05:37:39 +0000]
windows-eol-
20070629
fix end of line for memdump output
Jeffrey Altman [Sat, 30 Jun 2007 00:51:36 +0000]
windows-procmgmt-library-
20070629
Since the library creates its own background thread, the library must
load its own reference to itself to prevent the library from being
unloaded behind its back.
Jeffrey Altman [Thu, 28 Jun 2007 05:10:10 +0000]
windows-remove-give-up-callbacks-scache-recycling-
20070627
remove the conditionalized code used to give up callbacks in response
to stat cache recycling due to performance impacts described in the
commit for DELTA windows-give-up-callbacks-
20070627
Jeffrey Altman [Thu, 28 Jun 2007 05:04:21 +0000]
windows-give-up-callbacks-
20070627
This large patch adds support for giving up callbacks in response to three
events:
1. power management suspend
2. power management shutdown
3. stat cache object recycling
The third item is submitted as a condition compilation if GIVE_UP_CALLBACKS
is defined. Properly handing callback give ups and the associated race
conditions with revokes and fetch status requests requires a great deal of
over head. The first attempt used one GiveUpCallBacks RPC for each callback
that was being dropped as the stat cache object was recycled. This resulted
in a 27% performance drop in the MIT stress test. The code that is being
committed maintains a callback give up list on each server object. The
callback is added to the list as the callbacks are dropped and then they
are sent to the server in bulk by the background daemon thread if the
server is known to be UP after a ping. Logic is added to the
EndCallbackRequest and CallbackRevoke operations to ensure that race
conditions are addressed. With all of this, there is a 17% performance drop
in the MIT stress test.
As a result, it is my conclusion that the client side costs associated with
optimizing the load on the server are simply too high. I am committing this
code to ensure that it is not lost. I will remove this support in the next
patch while leaving the support for giving up all callbacks in response
to suspend and shutdown events.
Jeffrey Altman [Thu, 28 Jun 2007 04:52:12 +0000]
windows-odd-vnode-is-dir-
20070627
its odd vnodes are directories, not even ones
Jeffrey Altman [Thu, 28 Jun 2007 04:33:50 +0000]
windows-pioctl-
20070627
add cm_server.h to the include list
Derrick Brashear [Thu, 28 Jun 2007 03:11:01 +0000]
volser-earlier-logging-
20070627
deal with the changes to deal with reconnecting in the unix domain fsync socket
Jeffrey Altman [Thu, 28 Jun 2007 01:33:43 +0000]
windows-afsd-headers-
20070627
remove unneeded headers and shuffle order where necessary
Jeffrey Altman [Thu, 28 Jun 2007 01:15:27 +0000]
windows-smb-race-
20070627
avoid a race condition when the smb_fidp is closed and an active request
is being performed on the referenced cm_scache_t.
Kevin Hildebrand [Wed, 27 Jun 2007 22:18:59 +0000]
amd64-linux-24-syscall-probe-symbol-change-
20070623
FIXES 63763
probe for something else for 2.4 and older
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
i'll spare you
Derrick Brashear [Wed, 27 Jun 2007 17:29:35 +0000]
forceallnewconns-prototype-
20070627
missed this earlier. linux wants it.
Derrick Brashear [Tue, 26 Jun 2007 20:00:26 +0000]
macos-afsd-dont-leak-symbol-
20070626
avoid leaking a ref to this symbol outside macos code
Jeffrey Altman [Tue, 26 Jun 2007 06:40:35 +0000]
backup-usedump-
20070625
FIXES 55704
afs_com_err not com_err
Tom Keiser [Mon, 25 Jun 2007 21:22:49 +0000]
aix53-avoid-wait-crash-
20070625
avoid crashing because of unpinned mmemory when doing event handling
Jeffrey Altman [Mon, 25 Jun 2007 05:58:30 +0000]
windows-get-server-list-
20070625
return an error when the cm_fid_t * is NULL since we can't look up
the volume to obtain a server list without knowing which volume we
should be looking up
if the fidp is known to be NULL, don't call cm_GetServerList()
Chas Williams [Sat, 23 Jun 2007 16:28:11 +0000]
memcache-alloc-failures-
20070623
FIXES 55339
deal with alloc failures in memcache
Garry Zacheiss [Sat, 23 Jun 2007 16:13:17 +0000]
backup-usedump-
20070623
FIXES 55704
restore from specific dump id
Derrick Brashear [Sat, 23 Jun 2007 15:17:46 +0000]
Derrick Brashear [Sat, 23 Jun 2007 15:01:24 +0000]
doc-add-missing-gifs-
20070623
FIXES 1826
Derrick Brashear [Sat, 23 Jun 2007 07:21:00 +0000]
newuuid-fix-
20070622
yeah, i should commit from places with better network if i'm going to need to edit in place, so i can see what i'm typing
Asanka Herath [Fri, 22 Jun 2007 23:22:09 +0000]
windows-install-wix-
20070622
add the images from relnotes_files to the distribution.
Jeffrey Altman [Fri, 22 Jun 2007 23:15:38 +0000]
windows-cell-hashtables-
20070622
Add name and ID hash tables for cell lookups. cell lookups occur on
every request. sometimes multiple times. removing the walking of the
cell list when there are dozens of cells decreases cpu utilization and
increases throughput.
Jeffrey Altman [Fri, 22 Jun 2007 15:42:12 +0000]
windows-install-nsis-
20070622
add missing jpg files to documentation installation
Jeffrey Altman [Fri, 22 Jun 2007 15:11:04 +0000]
windows-misc-
20070622
there were two sets of registry values that could be used to configure
the daemon thread check intervals. keep the one that was documented
in the release notes and discard the other.
Add a registry value "daemonCheckOfflineVolInterval" to configure the
offline volume check interval.
Ensure that the cm_GetConn... functions initialized the output variables
to NULL on error.
Jeffrey Altman [Fri, 22 Jun 2007 07:00:27 +0000]
windows-fake-stat-
20070622
When we are faking the status data we can use the vnode value to determine
if the object should be treated as a directory or file. even is a directory
and odd is a file. This works even when we have never successfully
obtained status data for the object.
Jeffrey Altman [Fri, 22 Jun 2007 06:30:47 +0000]
windows-mountpoint-is-directory-
20070622
when the CIFS client requests a directory listing without directories,
do not include mount points.
Jeffrey Altman [Tue, 19 Jun 2007 21:10:56 +0000]
windows-revoke-callback-
20070619
If the we can match up the host address from which the revoke was received
with one of our cm_server_t objects, then we know which cell the revoke
has been received from. With that information we can ensure that we only
revoke the status of cm_scache_t objects belonging to that cell.
Jeffrey Altman [Tue, 19 Jun 2007 19:29:41 +0000]
windows-all-cell-list-
20070619
Reverse the order of the allCellsp list. Append new cells onto the end
of the list. This ensures that the workstation cell will always be the
first in the list. Adding additional cells will not degrade the performance
to the workstation cell.
Jeffrey Altman [Tue, 19 Jun 2007 17:14:14 +0000]
windows-updatecell-
20070619
No longer permit cm_GetCell() or cm_FindCellByID() to return NULL simply
because cm_UpdateCell() failed. The cm_cell_t object still exists and
is valid even if the vlServersp list is empty.
Modify the lock management in cm_GetCell_Gen() to ensure we drop all the
locks.
In cm_Analyze() update the volume status when one of the servers reports
VBUSY or VRESTARTING.
Jeffrey Altman [Tue, 19 Jun 2007 12:51:11 +0000]
windows-deadlock-
20070619
fix deadlock on cm_volumeLock introduced by last week's work
in cm_Analyze, make sure we get a cm_cell_t reference otherwise we
won't find the cm_volume_t we are searching for when ALLOFFLINE or
ALLBUSY.
Russ Allbery [Tue, 19 Jun 2007 09:55:49 +0000]
man-page-net-info-fixes-
20070619
Fix a NetInfo reference in the NetRestrict man page that should be
NetRestrict and add cross-references in SEE ALSO.
Jeffrey Altman [Tue, 19 Jun 2007 06:29:07 +0000]
windows-amd64-
20070619
Use 0x0502 instead of 0x0500. There is no 64-bit Windows 2000 support.
Explicitly list the machine type as X64 for linking.
Jeffrey Altman [Tue, 19 Jun 2007 06:24:23 +0000]
windows-misc-
20070619
VMWare adapters have proven unreliable replacements for the Microsoft
loopback adapter. Registering AFS often results in a name space collision.
Add cm_DumpCells() function and dump the cells as part of "fs memdump"
Dump all cm_scache_t and cm_volume_t regardless of reference counts
Fix cm_GetCell_Gen() to not allocate a new cm_cell_t when evaluating
mount points to aliases. Instead, after looking up the alias successfully
search the allCellsp list for the fullname of the cell. If found, use
the existing entry and cleanup the one we were about to allocate.
Use read locks whenever possible instead of write locks when searching
the allCellsp list.
Derrick Brashear [Mon, 18 Jun 2007 19:48:33 +0000]
macos-realtime-ip-updates-
20070618
notice and deal with IP address changes
Derrick Brashear [Mon, 18 Jun 2007 19:21:53 +0000]
readme-
20070618
update the systype list
Derrick Brashear [Mon, 18 Jun 2007 19:03:00 +0000]
avoid-empty-uuid-
20070618
avoid issue where uuid can potentially be 0: set one always at AFSOP_GO step
Derrick Brashear [Mon, 18 Jun 2007 18:57:31 +0000]
darwin-collect-network-errors-for-fast-timeout-
20070618
same optimization we do on windows, linux
Derrick Brashear [Mon, 18 Jun 2007 18:05:05 +0000]
darwin-afs-syscall-eliminate-needless-vfs-context-hold-
20070618
avoid potential deadlock if e.g. SetTokens is called before the kernel module initialization completes
Asanka Herath [Sun, 17 Jun 2007 05:49:32 +0000]
windows-nim-afs-
20070617
Don't assume that WM_DESTROY is the final message received by a
window. Verify dialog data structures when handling messages and
reset the window data field when freeing the data structure.
Zero should be considered a valid credentials type identifier in
Network Identity Manager.
When checking if an identity is configured to obtain a token for a
specific cell, don't go through the list of cells if AFS tokens
are disabled for the identity.
Similarly, when removing a token for a specific cell from all
identities, don't bother modifying identities for whom AFS tokens
are disabled.
Keep track of whether a specific cell was added to the list of
cells to authenticate for an identity because it was listed in the
configuration or because a token for the cell already existed.
Correct an off-by-one error when calculating buffer sizes for
multi strings which failed to account for a double NULL
terminator.
Don't update the cell->identity mapping if a token for that cell
could not be obtained.
If the list of cell to authenticate for an identity is empty, we
still need to write the empty string to the configuration.
Otherwise, removing all the tokens from an identity will not
result in a configuration change reflecting that.
Jeffrey Altman [Thu, 14 Jun 2007 21:58:07 +0000]
windows-ioctl-path-availability-
20070614
fix cm_IoctlPathAvailability to return the current volume state.
0, CM_ERROR_ALLBUSY, CM_ERROR_ALLDOWN, CM_ERROR_ALLOFFLINE
modify fs.c to generate messages when the errors are received.
Jeffrey Altman [Thu, 14 Jun 2007 21:54:16 +0000]
windows-volstate-update-post-network-change-
20070614
When the system's IP address list changes we invalidate the existing
RX connections and probe all of the servers. A better algorithm is
to probe all vldb servers, invalidate the rx connections, and then
probe all file servers.
Jeffrey Altman [Thu, 14 Jun 2007 20:04:10 +0000]
rx-lwp-sendmsg-
20070614
update the lwp version of rxi_sendmsg to return the same error, -1,
returned by the pthread version.
replace errno with WSAGetLastError() in the Windows blocks so that
the correct error value is checked.
Jeffrey Altman [Thu, 14 Jun 2007 19:29:51 +0000]
windows-pioctl-add-error-translations-
20070614
add error translations for CM_ERROR_ALLDOWN, CM_ERROR_ALLBUSY,
CM_ERROR_ALLOFFLINE, CM_ERROR_NOSUCHPATH
Asanka Herath [Wed, 13 Jun 2007 23:25:45 +0000]
windows-magic-share-names-
20070613
Access to AFS volumes via magic share names
\\afs\<cell><type><volume>
<cell> = cellname
<type> = % or #
<volume> = volume name or id
Jeffrey Altman [Wed, 13 Jun 2007 07:04:55 +0000]
windows-server-ping-deadlock-
20070612
avoid deadlock in cm_ServerPing due to volume status update code