X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=doc%2Fman-pages%2Fpod8%2Fafsd.pod;h=22aa84e580b74562cf33514ef2d1927737f9e271;hp=bacfd7f568bf20752aa192067f996201d4cc4aec;hb=e8d6d9dfd7c49fc1017d0b7f370e0ba3f3baedb8;hpb=f3fc021808f73ae770ac1ee25e90df632201b217 diff --git a/doc/man-pages/pod8/afsd.pod b/doc/man-pages/pod8/afsd.pod index bacfd7f..22aa84e 100644 --- a/doc/man-pages/pod8/afsd.pod +++ b/doc/man-pages/pod8/afsd.pod @@ -1,6 +1,6 @@ =head1 NAME -afsd - Initializes the Cache Manager and starts related daemons +afsd, afsd.fuse - Initializes the Cache Manager and starts related daemons =head1 SYNOPSIS @@ -41,8 +41,11 @@ B [B<-afsdb>] [B<-backuptree>] The B command initializes the Cache Manager on an AFS client machine by transferring AFS-related configuration information into kernel memory -and starting several daemons. More specifically, the B command -performs the following actions: +and starting several daemons. B is an experimental variant that +inititalizes a FUSE-based Cache Manager instead of one based on a kernel +module. + +The B command performs the following actions: =over 4 @@ -349,6 +352,13 @@ If neither argument is used, there are five VM daemons. =back +B is a variant of B that, instead of initializing a Cache +Manager implemented as a kernel module, initializes a FUSE-based AFS +client. FUSE (Filesystem in USErspace) is a Linux-only mechanism for +providing a file system through a purely user-space daemon without a +kernel module component. B takes all of the same options as +B. + This command does not use the syntax conventions of the AFS command suites. Provide the command name and all option names in full. @@ -391,6 +401,10 @@ suffice depending on the number of simultaneous Bs). Be sure to set the UDP timeouts on the firewall to be at least twenty minutes for the best callback performance. +B was first introduced in OpenAFS 1.5.74. It is only available +if OpenAFS was built with the C<--enable-fuse-client> configure switch. +It should be considered experimental. + =head1 OPTIONS =over 4