search for: commithash

Displaying 7 results from an estimated 7 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...
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...