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

Bug#836823: marked as done (jessie-pu: package glusterfs/3.5.2-2+deb8u2)



Your message dated Sat, 14 Jan 2017 12:37:03 +0000
with message-id <1484397423.1091.25.camel@adam-barratt.org.uk>
and subject line Closing requests included in today's point release
has caused the Debian Bug report #836823,
regarding jessie-pu: package glusterfs/3.5.2-2+deb8u2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
836823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836823
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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)

--- End Message ---
--- Begin Message ---
Version: 8.7

Hi,

Each of these bugs refers to an update that was included in today's 8.7
point release.

Regards,

Adam

--- End Message ---

Reply to: