]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/pve/0006-PVE-Config-glusterfs-no-default-logfile-if-daemonize.patch
Update and rebase to QEMU 4.1
[pve-qemu.git] / debian / patches / pve / 0006-PVE-Config-glusterfs-no-default-logfile-if-daemonize.patch
index 9cb329df21b0c143affd9c961f48ecbefd8a27ae..f3c098bbb9c16c2fb293917538b79cde95075298 100644 (file)
@@ -9,10 +9,10 @@ Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  1 file changed, 11 insertions(+), 4 deletions(-)
 
 diff --git a/block/gluster.c b/block/gluster.c
-index e664ca4462..70c59db107 100644
+index f64dc5b01e..061cab48c0 100644
 --- a/block/gluster.c
 +++ b/block/gluster.c
-@@ -41,7 +41,7 @@
+@@ -42,7 +42,7 @@
  #define GLUSTER_DEBUG_DEFAULT       4
  #define GLUSTER_DEBUG_MAX           9
  #define GLUSTER_OPT_LOGFILE         "logfile"
@@ -21,7 +21,7 @@ index e664ca4462..70c59db107 100644
  /*
   * Several versions of GlusterFS (3.12? -> 6.0.1) fail when the transfer size
   * is greater or equal to 1024 MiB, so we are limiting the transfer size to 512
-@@ -416,6 +416,7 @@ static struct glfs *qemu_gluster_glfs_init(BlockdevOptionsGluster *gconf,
+@@ -424,6 +424,7 @@ static struct glfs *qemu_gluster_glfs_init(BlockdevOptionsGluster *gconf,
      int old_errno;
      SocketAddressList *server;
      unsigned long long port;
@@ -29,7 +29,7 @@ index e664ca4462..70c59db107 100644
  
      glfs = glfs_find_preopened(gconf->volume);
      if (glfs) {
-@@ -458,9 +459,15 @@ static struct glfs *qemu_gluster_glfs_init(BlockdevOptionsGluster *gconf,
+@@ -466,9 +467,15 @@ static struct glfs *qemu_gluster_glfs_init(BlockdevOptionsGluster *gconf,
          }
      }