diff mbox series

[nfs-utils] mountstats: add missing operations

Message ID 20200603182839.3282825-1-smayhew@redhat.com (mailing list archive)
State New, archived
Headers show
Series [nfs-utils] mountstats: add missing operations | expand

Commit Message

Scott Mayhew June 3, 2020, 6:28 p.m. UTC
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
---
 tools/mountstats/mountstats.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Steve Dickson June 4, 2020, 3:02 p.m. UTC | #1
On 6/3/20 2:28 PM, Scott Mayhew wrote:
> Signed-off-by: Scott Mayhew <smayhew@redhat.com>
> ---
>  tools/mountstats/mountstats.py | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
Committed... 

steved.

> 
> diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
> index 3e2a3fe..f101ce5 100755
> --- a/tools/mountstats/mountstats.py
> +++ b/tools/mountstats/mountstats.py
> @@ -225,7 +225,12 @@ Nfsv4ops = [
>      'ALLOCATE',
>      'DEALLOCATE',
>      'LAYOUTSTATS',
> -    'CLONE'
> +    'CLONE',
> +    'COPY',
> +    'OFFLOAD_CANCEL',
> +    'LOOKUPP',
> +    'LAYOUTERROR',
> +    'COPY_NOTIFY'
>  ]
>  
>  def sec_conv(rem):
>
diff mbox series

Patch

diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
index 3e2a3fe..f101ce5 100755
--- a/tools/mountstats/mountstats.py
+++ b/tools/mountstats/mountstats.py
@@ -225,7 +225,12 @@  Nfsv4ops = [
     'ALLOCATE',
     'DEALLOCATE',
     'LAYOUTSTATS',
-    'CLONE'
+    'CLONE',
+    'COPY',
+    'OFFLOAD_CANCEL',
+    'LOOKUPP',
+    'LAYOUTERROR',
+    'COPY_NOTIFY'
 ]
 
 def sec_conv(rem):