Hello community,

here is the log from the commit of package nfs-ganesha for openSUSE:Factory 
checked in at 2019-05-14 13:43:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfs-ganesha (Old)
 and      /work/SRC/openSUSE:Factory/.nfs-ganesha.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfs-ganesha"

Tue May 14 13:43:00 2019 rev:4 rq:702637 
version:2.8.dev.29+git.1557746732.251ace12d

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfs-ganesha/nfs-ganesha.changes  2019-05-10 
09:19:56.768482496 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-ganesha.new.5148/nfs-ganesha.changes        
2019-05-14 13:43:21.492638882 +0200
@@ -1,0 +2,6 @@
+Mon May 13 11:27:11 UTC 2019 - Nathan Cutler <[email protected]>
+
+- Version 2.8.dev.29+git.1557746732.251ace12d:
+  + FSAL_CEPH: fix length calculation in reclaim_reset (bsc#1134302)
+
+-------------------------------------------------------------------

Old:
----
  nfs-ganesha-2.8.dev.29+git.1557398426.e91b5c34d.tar.bz2

New:
----
  nfs-ganesha-2.8.dev.29+git.1557746732.251ace12d.tar.bz2

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

Other differences:
------------------
++++++ nfs-ganesha.spec ++++++
--- /var/tmp/diff_new_pack.vFF7fH/_old  2019-05-14 13:43:21.920639787 +0200
+++ /var/tmp/diff_new_pack.vFF7fH/_new  2019-05-14 13:43:21.920639787 +0200
@@ -105,7 +105,7 @@
 %define sourcename @CPACK_SOURCE_PACKAGE_FILE_NAME@
 
 Name:          nfs-ganesha
-Version: 2.8.dev.29+git.1557398426.e91b5c34d
+Version: 2.8.dev.29+git.1557746732.251ace12d
 Release:       0
 Summary:       An NFS server running in user space
 Group:         Productivity/Networking/NFS

++++++ nfs-ganesha-2.8.dev.29+git.1557398426.e91b5c34d.tar.bz2 -> 
nfs-ganesha-2.8.dev.29+git.1557746732.251ace12d.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nfs-ganesha-2.8.dev.29+git.1557398426.e91b5c34d/FSAL/FSAL_CEPH/main.c 
new/nfs-ganesha-2.8.dev.29+git.1557746732.251ace12d/FSAL/FSAL_CEPH/main.c
--- old/nfs-ganesha-2.8.dev.29+git.1557398426.e91b5c34d/FSAL/FSAL_CEPH/main.c   
2019-05-09 12:40:26.000000000 +0200
+++ new/nfs-ganesha-2.8.dev.29+git.1557746732.251ace12d/FSAL/FSAL_CEPH/main.c   
2019-05-13 13:25:32.000000000 +0200
@@ -238,13 +238,13 @@
                return ceph_status;
        }
 
-       len = strlen(RECLAIM_UUID_PREFIX) + strlen(nodeid) + 1 +
-             sizeof(uint16_t) + 1;
+       len = strlen(RECLAIM_UUID_PREFIX) + strlen(nodeid) + 1 + 4 + 1;
        uuid = gsh_malloc(len);
-       snprintf(uuid, len, RECLAIM_UUID_PREFIX "%s-%4.4x", nodeid,
+       snprintf(uuid, len, RECLAIM_UUID_PREFIX "%s-%4.4hx", nodeid,
                 export->export.export_id);
 
        /* If this fails, log a message but soldier on */
+       LogDebug(COMPONENT_FSAL, "Issuing reclaim reset for %s", uuid);
        ceph_status = ceph_start_reclaim(export->cmount, uuid,
                                                CEPH_RECLAIM_RESET);
        if (ceph_status)


Reply via email to