resposit
resposit
I think I just found the answer myself, using the .asText() method. Sorry about that.
Apparently I'm not yet able to use the asText() method within handleBeforeForwardRequest() due to bytes/string conversion: The request filter I'm getting is: x = LDAPFilter_equalityMatch(attributeDesc=BEROctetString(value=b'attribute'), assertionValue=BEROctetString(value=b'value')) when I try x.asText()...
`imapsync ... --syncduplicates --delete2 --nodelete2duplicates` This did the trick.... thank you so much !
I stumbled here because I have exactly the same problem, in my endpoints I only have a default response and I get response_types_map = {} I'm using python generator with...
Thank you, I increased diagnostics.client-log-level to DEBUG. Here is the log: [gluster-log.txt](https://github.com/gluster/glusterfs/files/14666694/gluster-log.txt)
Hello, yes, see the attached log: [gfapi.txt](https://github.com/gluster/glusterfs/files/14740832/gfapi.txt) [fuse.txt](https://github.com/gluster/glusterfs/files/14740834/fuse.txt)
@aravindavk I tried what you suggest ``` root@cloud15:~# mkdir vstor-test root@cloud15:~# cat qemu_fuse_create.sh mount -t glusterfs cloud15-gl.na.infn.it:vstor ./vstor-test qemu-img create ./vstor-test/10G 10G umount ./vstor-test ``` Execution is almost istantaneous: ```...
@cannatag please apply this fix !