]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/gluster-backupserver.patch
document why patch does not work
[pve-qemu-kvm.git] / debian / patches / gluster-backupserver.patch
index ad241ee1154ebbd536d7c2c7987d86a02255aba2..ef96541601101a24609b94c171e5b81b8703b780 100644 (file)
@@ -1,3 +1,19 @@
+Allow to specify a backup volfile server
+
+Unfortunately, it dos now work as expected:
+
+ # qemu-img info gluster://<myserverip>/myvolume/test.raw
+
+works, but (1.2.3.4 is a non-existent server)
+
+ # qemu-img info gluster://1.2.3.4/myvolume/test.raw?s2=<myserverip>
+
+does not work. Also 
+
+ # qemu-img info gluster://<myserverip>/myvolume/test.raw?s2=<myserverip>
+
+simply hangs forever.
 Index: new/block/gluster.c
 ===================================================================
 --- new.orig/block/gluster.c   2014-08-26 11:48:49.000000000 +0200