]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document optional timeout argument for `cache drop` 24555/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 11 Oct 2018 06:30:58 +0000 (02:30 -0400)
committerVenky Shankar <vshankar@redhat.com>
Thu, 25 Oct 2018 09:13:05 +0000 (05:13 -0400)
Fixes: https://tracker.ceph.com/issues/36320
Signed-off-by: Venky Shankar <vshankar@redhat.com>
PendingReleaseNotes

index 4206e77d302d1d70529659c3d368b2bfc7156b9c..c18ec2ecb1ae060cf4c37a01c5d0b5b71104189f 100644 (file)
   necessary for clients to give up capabilities in order for the MDS to fully
   drop its cache. This is accomplished by asking all clients to trim as many
   caps as possible. The timeout argument to the `cache drop` command controls
-  how long the MDS waits for clients to complete trimming caps. Keep in mind
-  that clients may still retain caps to open files which will prevent the
-  metadata for those files from being dropped by both the client and the MDS.
-  (This is an equivalent scenario to dropping the Linux
-  page/buffer/inode/dentry caches with some processes pinning some
-  inodes/dentries/pages in cache.)
+  how long the MDS waits for clients to complete trimming caps. This is optional
+  and is 0 by default (no timeout). Keep in mind that clients may still retain
+  caps to open files which will prevent the metadata for those files from being
+  dropped by both the client and the MDS. (This is an equivalent scenario to
+  dropping the Linux page/buffer/inode/dentry caches with some processes pinning
+  some inodes/dentries/pages in cache.)
 
 * The mon_health_preluminous_compat and mon_health_preluminous_compat_warning
   config options are removed, as the related functionality is more