<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gluster-block.git/systemd, branch v0.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-block.git/'/>
<entry>
<title>gluster-block: migrate build to libtoolz and create rpm</title>
<updated>2017-02-07T07:59:05+00:00</updated>
<author>
<name>Prasanna Kumar Kalever</name>
<email>prasanna.kalever@redhat.com</email>
</author>
<published>2017-02-05T14:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-block.git/commit/?id=23b12455796ec453ca35e94ab49e7629d7f9aced'/>
<id>23b12455796ec453ca35e94ab49e7629d7f9aced</id>
<content type='text'>
Till now we had simple makefile for checking dependencies and building.

Using libtoolz will give more control on dependency checks and
flexibility.

This patch also introduce rpm build feature.

Compiling:
$ ./autogen.sh
$ ./configure
$ make -j
$ make install

Building RPMS:
$ make rpms

Running:
$ systemctl start gluster-blockd.service

Using CLI:
$ gluster-block help

Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Till now we had simple makefile for checking dependencies and building.

Using libtoolz will give more control on dependency checks and
flexibility.

This patch also introduce rpm build feature.

Compiling:
$ ./autogen.sh
$ ./configure
$ make -j
$ make install

Building RPMS:
$ make rpms

Running:
$ systemctl start gluster-blockd.service

Using CLI:
$ gluster-block help

Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gluster-blockd: add systemd unit file</title>
<updated>2017-01-16T12:38:14+00:00</updated>
<author>
<name>Prasanna Kumar Kalever</name>
<email>prasanna.kalever@redhat.com</email>
</author>
<published>2017-01-16T12:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-block.git/commit/?id=4ef14866295c1328a11f9a06cfc3bc1db9b1e7b6'/>
<id>4ef14866295c1328a11f9a06cfc3bc1db9b1e7b6</id>
<content type='text'>
starting gluster-blockd:

$ make install
$ systemctl daemon-reload
$ systemctl start gluster-blockd.service

checking status:

$ systemctl status gluster-blockd.service
● gluster-blockd.service - Gluster block storage utility
   Loaded: loaded (gluster-blockd.service; disabled; vendor preset: disabled)
   Active: active (running) since Mon 01-16 17:53:23 IST; 3min 42s ago
 Main PID: 27552 (gluster-blockd)
    Tasks: 1 (limit: 512)
   CGroup: /system.slice/gluster-blockd.service
           └─27552 /usr/local/sbin/gluster-blockd

Jan 16 17:53:23 local systemd[1]: Started Gluster block storage utility.

gluster-blockd.service inturn brings below services:
1. rpcbind.service
2. target.service and
3. tcmu-runner.service

In order.

Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
starting gluster-blockd:

$ make install
$ systemctl daemon-reload
$ systemctl start gluster-blockd.service

checking status:

$ systemctl status gluster-blockd.service
● gluster-blockd.service - Gluster block storage utility
   Loaded: loaded (gluster-blockd.service; disabled; vendor preset: disabled)
   Active: active (running) since Mon 01-16 17:53:23 IST; 3min 42s ago
 Main PID: 27552 (gluster-blockd)
    Tasks: 1 (limit: 512)
   CGroup: /system.slice/gluster-blockd.service
           └─27552 /usr/local/sbin/gluster-blockd

Jan 16 17:53:23 local systemd[1]: Started Gluster block storage utility.

gluster-blockd.service inturn brings below services:
1. rpcbind.service
2. target.service and
3. tcmu-runner.service

In order.

Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
