[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#836823: jessie-pu: package glusterfs/3.5.2-2+deb8u2



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Hello,

I want to upload glusterfs 3.5.2-2+deb8u3, could I go ahead?
diff:



diff -Naur '--exclude=.svn' tags/3.5.2-2+deb8u2/debian/changelog branches/jessie/debian/changelog
--- tags/3.5.2-2+deb8u2/debian/changelog        2016-05-27 15:14:36.603900286 +0200
+++ branches/jessie/debian/changelog    2016-09-06 11:17:26.419773790 +0200
@@ -1,3 +1,11 @@
+glusterfs (3.5.2-2+deb8u3) jessie-proposed-updates; urgency=medium
+
+  * quota: Fix could not start auxiliary mount issue by adding upstream patch
+    03-quota-fix-could-not-start-auxiliary-mount-issue.
+    Closes: #825834
+
+ -- Patrick Matthäi <pmatthaei@debian.org>  Tue, 06 Sep 2016 11:17:19 +0200
+
 glusterfs (3.5.2-2+deb8u2) jessie-proposed-updates; urgency=medium

   * Add missing glusterd hook script to glusterfs-server package.
diff -Naur '--exclude=.svn' tags/3.5.2-2+deb8u2/debian/patches/03-quota-fix-could-not-start-auxiliary-mount-issue.diff branches/jessie/debian/patches/03-quota-fix-could-not-start-auxiliary-mount-issue.diff
--- tags/3.5.2-2+deb8u2/debian/patches/03-quota-fix-could-not-start-auxiliary-mount-issue.diff  1970-01-01 01:00:00.000000000 +0100
+++ branches/jessie/debian/patches/03-quota-fix-could-not-start-auxiliary-mount-issue.diff      2016-09-06 11:15:30.760415715 +0200
@@ -0,0 +1,37 @@
+From e61a2171f2389ec6cf1be962b68609c2e763cbd9 Mon Sep 17 00:00:00 2001
+From: Manikandan Selvaganesh <mselvaga@redhat.com>
+Date: Mon, 11 Jan 2016 18:08:27 +0530
+Subject: [PATCH] quota : fix could not start auxiliary mount issue
+
+In versions older than 3.7, when trying to enable
+quota, the following message appears :"quota: Could
+not start quota auxiliary mount". It was because,
+/var/run/gluster was not getting created in cli side.
+In 3.7, the code has been moved to glusterd and we are
+making use of sys_mkdir.
+
+3.6 fix -> http://review.gluster.org/#/c/13308/
+
+
+Change-Id: Id4360409f76b57c0f676fe2b859f3647c4340575
+BUG: 1117888
+Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com>
+Reviewed-on: http://review.gluster.org/13215
+Smoke: Gluster Build System <jenkins@build.gluster.com>
+CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
+NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+Reviewed-by: Niels de Vos <ndevos@redhat.com>
+Reviewed-by: Vijaikumar Mallikarjuna <vmallika@redhat.com>
+---
+
+--- a/cli/src/cli-cmd-volume.c
++++ b/cli/src/cli-cmd-volume.c
+@@ -1029,7 +1029,7 @@ gf_cli_create_auxiliary_mount (char *vol
+         }
+
+         GLUSTERD_GET_QUOTA_AUX_MOUNT_PATH (mountdir, volname, "/");
+-        ret = mkdir (mountdir, 0777);
++        ret = mkdir_p (mountdir, 0700, _gf_true);
+         if (ret && errno != EEXIST) {
+                 gf_log ("cli", GF_LOG_ERROR, "Failed to create auxiliary mount "
+                         "directory %s. Reason : %s", mountdir,
diff -Naur '--exclude=.svn' tags/3.5.2-2+deb8u2/debian/patches/series branches/jessie/debian/patches/series
--- tags/3.5.2-2+deb8u2/debian/patches/series   2016-05-27 15:14:36.623900149 +0200
+++ branches/jessie/debian/patches/series       2016-09-06 11:15:16.372495549 +0200
@@ -1,2 +1,3 @@
 01-CVE-2014-3619.diff
 02-nfs-unix-domain-socket-created-as-fifo.diff
+03-quota-fix-could-not-start-auxiliary-mount-issue.diff



-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


Reply to: