Changeset 862 for trunk/server/docs-xml/manpages-3/vfs_crossrename.8.xml
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/docs-xml/manpages-3/vfs_crossrename.8.xml
r745 r862 38 38 manual copy and delete operations. If the rename by copy is done by the 39 39 server this can be much more efficient. vfs_crossrename tries to do 40 this server-side cross-device rename operation. There are however 41 limitations that this module currently does not solve: 40 this server-side cross-device rename operation. 41 </para> 42 43 <para>There are however limitations that this module currently does not 44 solve:</para> 42 45 43 46 <variablelist> 44 47 <varlistentry> 45 the ACLs of files are not preserved48 <para>The ACLs of files are not preserved,</para> 46 49 </varlistentry> 47 50 <varlistentry> 48 meta data in EAs are not preserved51 <para>meta data in EAs are not preserved,</para> 49 52 </varlistentry> 50 53 <varlistentry> 51 renames of whole subdirectories cannot be done recursively,54 <para>renames of whole subdirectories cannot be done recursively, 52 55 in that case we still return STATUS_NOT_SAME_DEVICE and 53 let the client decide what to do 56 let the client decide what to do,</para> 54 57 </varlistentry> 55 58 <varlistentry> 56 rename operations of huge files can cause hangs on the59 <para>rename operations of huge files can cause hangs on the 57 60 client because clients expect a rename operation to 58 return fast 61 return fast.</para> 59 62 </varlistentry> 60 63 </variablelist> 61 </para>62 64 63 65 <para>This module is stackable.</para>
Note:
See TracChangeset
for help on using the changeset viewer.