Hello community,

here is the log from the commit of package cachefilesd for openSUSE:Factory 
checked in at 2013-03-05 10:03:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cachefilesd (Old)
 and      /work/SRC/openSUSE:Factory/.cachefilesd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cachefilesd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cachefilesd/cachefilesd.changes  2012-11-11 
08:14:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cachefilesd.new/cachefilesd.changes     
2013-03-05 10:03:17.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar  4 22:57:37 UTC 2013 - [email protected]
+
+- Added a modification to the howto that reflects the current
+  location and material in the cachefilesd monitoring facility.
+  From text by [email protected] (bnc#804834)
+
+-------------------------------------------------------------------

New:
----
  cachefilesd-monitoring-howto-update.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cachefilesd.spec ++++++
--- /var/tmp/diff_new_pack.m4OwH4/_old  2013-03-05 10:03:19.000000000 +0100
+++ /var/tmp/diff_new_pack.m4OwH4/_new  2013-03-05 10:03:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cachefilesd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Patch0:         cachefilesd-autotools.patch
 Patch1:         cachefilesd-config.patch
 Patch2:         cachefilesd-loadmod.patch
+Patch3:         cachefilesd-monitoring-howto-update.patch
 Url:            http://people.redhat.com/~dhowells/fscache/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
@@ -45,6 +46,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 %build
 autoreconf -fiv
 %configure --with-systemdsystemunitdir=%{_unitdir}

++++++ cachefilesd-monitoring-howto-update.patch ++++++
---
 howto.txt |   23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

--- a/howto.txt
+++ b/howto.txt
@@ -236,7 +236,28 @@ data exposed through files in /proc/sys/
        The last error incurred when writing a page to the cache.
 
 Note that these sysctl parameters are only temporary and will be integrated in
-to the NFS per-mount statistics sometime in the future.
+to the NFS per-mount statistics (proc/self/mountstats) sometime in the future.
+
+
+NFS per mount statistics will be displayed on a line beginning with fsc: and
+followed by 5 columns of numbers.  The columns correspond to:
+
+ (*) NFSIOS_FSCACHE_PAGES_READ_OK
+
+       The number of pages read from the cache.
+
+ (*) NFSIOS_FSCACHE_PAGES_READ_FAIL
+
+       The number of pages read but not from cache.
+
+ (*) NFSIOS_FSCACHE_PAGES_WRITTEN_OK
+ (*) NFSIOS_FSCACHE_PAGES_WRITTEN_FAIL
+
+       These two columns are currently not used.
+
+ (*) NCSIOS_FSCACHE_PAGES_UNCACHED
+
+       The number of pages removed from cache.
 
 
 Futhermore, the caching state of individual mountpoints can be examined through
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to