Displaying 8 results from an estimated 8 matches for "kshlm".
Did you mean:
ksh
2017 Jul 07
0
Community Meeting 2017-07-05 Minutes
...//meetbot.fedoraproject.org/gluster-meeting/2017-07-05/gluster_community_meeting_2017-07-05.2017-07-05-15.02.log.html
[4]: https://github.com/gluster/glusterfs/wiki/Community-Meeting-2017-07-05
[5]: https://bit.ly/gluster-community-meetings
Meeting summary
---------------
* Experimental features (kshlm, 15:06:16)
* Test cases contribution from community (kshlm, 15:11:40)
* ACTION: The person leading the application specific tests cases
should start the survey to collect info on applications used with
gluster (kshlm, 15:39:13)
* ACTION: kshlm to find out who that person is (kshlm,...
2017 Jul 19
1
Community Meeting 2017-07-19
This is a (late) reminder about today's meeting. The meeting begins in
~20 minutes from now.
The meeting notepad is at https://bit.ly/gluster-community-meetings
and currently has no topics for discussion. If you have anything to be
discussed please add it to the pad.
~kaushal
2017 Aug 16
0
Community Meeting 2017-08-{02,16}
...tps://meetbot.fedoraproject.org/gluster-meeting/2017-08-16/community_meeting_2017-08-16.2017-08-16-15.01.log.html
[7]: https://bit.ly/gluster-community-meetings
Meeting summary Community Meeting 2017-08-02
---------------
* ndevos will check with Eric Harney about the Openstack Gluster efforts
(kshlm, 15:07:09)
* JoeJulian to invite Harsha to next meeting to discuss Minio (kshlm,
15:16:20)
* shyam will edit release pages and milestones to reflect 4.0 is STM
(kshlm, 15:23:41)
* LINK: https://www.gluster.org/community/release-schedule/# still
says LTM (kkeithley, 15:26:47)
Meeting...
2013 Mar 06
0
gluster-rest, a RESTful web api server for gluster
Hey everyone,
I did a quick hack in go about a month ago and gluster-rest was the
outcome. You can find it at https://github.com/kshlm/gluster-rest
The program is basically a wrapper around the gluster cli. It translates
incoming requests to the correct gluster cli command, executes the cli
command with the '--xml' parameter to get xml output and returns the xml
document.
For eg,
For getting volume info, do a GET request...
2017 Jul 05
2
[New Release] GlusterD2 v4.0dev-7
...ou face any problems at [4].
The GD2 development team is re-organizing and kicking of development
again. So regular updates can be expected again.
Cheers,
Kaushal and the GD2 developers.
[1]: https://github.com/gluster/glusterd2/releases/tag/v4.0dev-7
[2]: https://copr.fedorainfracloud.org/coprs/kshlm/glusterd2/
[3]: https://hub.docker.com/r/gluster/glusterd2-test/
[4]: https://github.com/gluster/glusterd2/issues
2018 Jan 12
0
[GD2] New release - GlusterD2 v4.0dev-10
...s a quick start guide available at [4].
We're working on implementing more commands and we hope to have some
more preview releases before GlusterFS-4.0 lands.
Thanks!
GD2 developers
[1]: https://github.com/gluster/glusterd2/releases/tag/v4.0dev-10
[2]: https://copr.fedorainfracloud.org/coprs/kshlm/glusterd2/
[3]: http://artifacts.ci.centos.org/gluster/nightly/master.repo
[4]: https://github.com/gluster/glusterd2/blob/v4.0dev-10/doc/quick-start-user-guide.md
2017 Aug 02
0
[Update] GD2 - what's been happening
...ithub.com/gluster/glusterd2/pull/335
[4] https://github.com/gluster/glusterd2/pull/339
[5] https://github.com/gluster/glusterd2/pull/345
[6] https://github.com/gluster/glusterd2/pull/351
[7] https://github.com/gluster/glusterd2/wiki/Flexible-Volgen-(Old)#systemd-units-style-1
[8] https://github.com/kshlm/glusterd2-volgen/tree/volgen-systemd-style
[9] https://github.com/gluster/glusterd2/pull/349
2017 Nov 24
1
SSL configuration
Hello subscribers,
I have a very strange question regarding SSL setup on gluster storage.
I have create a common CA and sign certificate for my gluster nodes, placed host certificate, key and common CA certificate into /etc/ssl/,
create a file called secure-access into /var/lib/glusterd/
Then, I start glusterd on all nodes, system work fine, I see with peer status all of my nodes.
No problem.