search for: commithash

Displaying 8 results from an estimated 8 matches for "commithash".

2017 Nov 13
4
What is it with trusted.io-stats-dump?
...s/io-stats-pre.txt /mnt/gluster/gv0_glusterfs I can see that the io-stats-pre.txt is created. But how and what happened in the background? And why I can't I see the attribute with getfattr again? getfattr -dm- /mnt/gluster/gv0_glusterfs # file: mnt/gluster/gv0_glusterfs trusted.glusterfs.dht.commithash="3480667945" Regards, Jeevan. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171113/3fe88ca7/attachment.html>
2017 Nov 13
0
What is it with trusted.io-stats-dump?
...rfs > > I can see that the io-stats-pre.txt is created. But how and what happened > in the background? > > And why I can't I see the attribute with getfattr again? > > getfattr -dm- /mnt/gluster/gv0_glusterfs > # file: mnt/gluster/gv0_glusterfs > trusted.glusterfs.dht.commithash="3480667945" > > Regards, > Jeevan. > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-users > -------------- next part -------------- An HTML attach...
2018 Nov 17
4
New LLVM git repository conversion prototype
James Y Knight via llvm-dev <llvm-dev at lists.llvm.org> writes: > On Fri, Nov 16, 2018 at 5:46 PM David Jones <dlj at google.com> wrote: >> $ git tag -m 'Begin development of 8.0.0.' '8.0.0svn' 63297479398 >> >> Then, `git describe` can give a useful result that would be stable(-ish >> [*]): >> >> $ git describe --match=\*svn
2017 Nov 13
0
What is it with trusted.io-stats-dump?
...lls. GlusterFS has some options for debugging in-built using 'setxattr()' and 'getxattr()' syscall interface, and they are called 'virtual keys'. Regards, Amar > getfattr -dm- /mnt/gluster/gv0_glusterfs > # file: mnt/gluster/gv0_glusterfs > trusted.glusterfs.dht.commithash="3480667945" > > Regards, > Jeevan. > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-users > -- Amar Tumballi (amarts) -------------- next part...
2017 Nov 13
0
What is it with trusted.io-stats-dump?
...lls. GlusterFS has some options for debugging in-built using 'setxattr()' and 'getxattr()' syscall interface, and they are called 'virtual keys'. Regards, Amar > getfattr -dm- /mnt/gluster/gv0_glusterfs > # file: mnt/gluster/gv0_glusterfs > trusted.glusterfs.dht.commithash="3480667945 <03480%20667%20945>" > > Regards, > Jeevan. > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-users > -- Amar Tumballi (amarts...
2024 Jul 05
0
Problems creating or renaming directories and files in gluster volume, via SAMBA
...:1532:dict_get_with_ref] (-->/usr/lib64/glusterfs/9.4/xlator/cluster/distribute.so(+0x516c6) [0x7f998e3426c6] -->/lib64/libglusterfs.so.0(dict_get_uint32+0x3b) [0x7f999507a5bb] -->/lib64/libglusterfs.so.0(dict_get_with_ref+0x85) [0x7f99950799b5] ) 0-dict: dict OR key (trusted.glusterfs.dht.commithash) is NULL [Invalid argument] Did any of you been through this before? The "permission denied" happens randomly. About the renaming of files/directories, sometimes I think that the renames are being done, but the windows client obtains an error and is not informed of the success of...
2018 Dec 19
7
New LLVM git repository conversion prototype
...hat there is at least one minor advantage to using one of "v8.0.0" or "8.0.0". Github can make download tarballs/zipfiles from release tags, and when doing so, will name the file "$repository-$name.zip" (if you're downloading a tag or branch), or "$repository-$commithash.zip" otherwise. For tag names, it also strips "v" prefix in front of a version number, if you had one. So, with either of the usual schemes, we'd get an automatically-generated filename of "llvm-8.0.0.zip". Instead of, say, "llvm-llvm-8.0.0.zip" if we were to...
2018 Dec 13
2
New LLVM git repository conversion prototype
...least one minor advantage to using one of > "v8.0.0" or "8.0.0". Github can make download tarballs/zipfiles from > release tags, and when doing so, will name the file "$repository-$name.zip" > (if you're downloading a tag or branch), or "$repository-$commithash.zip" > otherwise. For tag names, it also strips "v" prefix in front of a version > number, if you had one. So, with either of the usual schemes, we'd get an > automatically-generated filename of "llvm-8.0.0.zip". Instead of, say, > "llvm-llvm-8.0.0.zip...