<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/conf, branch v2.2</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/conf?h=v2.2</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/conf?h=v2.2'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2018-04-12T21:29:28+00:00</updated>
<entry>
<title>[SERVER] Add bgrMinClients: Thresold to control when BGR starts</title>
<updated>2018-04-12T21:29:28+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-04-12T21:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=26d356fa2c253affac69543298accca6406045ca'/>
<id>urn:sha1:26d356fa2c253affac69543298accca6406045ca</id>
<content type='text'>
Background replication will not kick in if there aren't at least
that many clients connected.
</content>
</entry>
<entry>
<title>[SERVER] Option to disable timestamps on stdout/console (default: disabled)</title>
<updated>2018-04-11T20:31:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-04-11T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8'/>
<id>urn:sha1:a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Experimental support for sparse files in proxy mode</title>
<updated>2018-03-15T21:03:36+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-03-15T21:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=09dbfb968c4ef469f4a43dad3b9818fd2ed4ef82'/>
<id>urn:sha1:09dbfb968c4ef469f4a43dad3b9818fd2ed4ef82</id>
<content type='text'>
Will not preallocate images in this mode. Old images are only
deleted if the disk is full, determined by write() calls to
the cache file yielding ENOSPC or EDQUOT. In such a case,
the least recently used image(s) will be deleted to free
up at least 256MiB, and then the write() call will be repeated.
This *should* work somewhat reliably unless the cache partition
is ridiculously small. Performance might suffer a little, and
disk fragmentation might occur much faster than in prealloc
mode. Testing is needed.
</content>
</entry>
<entry>
<title>[SERVER] Add multiple config options for limiting stuff</title>
<updated>2017-11-08T14:34:03+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-11-08T14:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=5440febba42d0f46572d0617f0fdd5d2d38922de'/>
<id>urn:sha1:5440febba42d0f46572d0617f0fdd5d2d38922de</id>
<content type='text'>
maxClients, maxImages, maxPayload, maxReplicationSize
Refs #3231
</content>
</entry>
<entry>
<title>[SERVER] Support finer control over replication when a proxy connects to a proxy</title>
<updated>2017-11-02T12:41:35+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-11-02T12:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=1587f73c38c9228a1a93889aae6351eff891cbe8'/>
<id>urn:sha1:1587f73c38c9228a1a93889aae6351eff891cbe8</id>
<content type='text'>
Introduce new flag in "select image" message to tell the uplink server
whether we have background replication enabled or not. Also reject
a connecting proxy if the connecting proxy uses BGR but we don't, as this
would basically force the image to be replicated locally too.
</content>
</entry>
<entry>
<title>[SERVER] Implement HTTP RPC that supports different queries and ACL</title>
<updated>2017-10-01T15:25:47+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-01T15:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=893b125acba6633bf946adf2b9821f6359fc4d3c'/>
<id>urn:sha1:893b125acba6633bf946adf2b9821f6359fc4d3c</id>
<content type='text'>
- ACL is defined in new file rpc.acl
- Queries are still WIP, for now something like
  /query?q=stats&amp;q=images
  /query?q=clients
  works, although the parsing is still ugly
- Also supports HTTP keep-alive
</content>
</entry>
<entry>
<title>Revert "up"</title>
<updated>2016-06-13T14:10:41+00:00</updated>
<author>
<name>Jonathan Bauer</name>
</author>
<published>2016-06-13T14:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=28d3988e5fdb1700bf9f1aa2c435bc760ff71e1f'/>
<id>urn:sha1:28d3988e5fdb1700bf9f1aa2c435bc760ff71e1f</id>
<content type='text'>
This reverts commit bc062fbb650df939c93d88520e822e9df8abc4be.
</content>
</entry>
<entry>
<title>up</title>
<updated>2016-06-10T17:02:14+00:00</updated>
<author>
<name>Jonathan Bauer</name>
</author>
<published>2016-06-10T17:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=bc062fbb650df939c93d88520e822e9df8abc4be'/>
<id>urn:sha1:bc062fbb650df939c93d88520e822e9df8abc4be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Get rid of .sample for config files (saves you the rename orgy after install)</title>
<updated>2016-03-22T13:57:06+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-03-22T13:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a632fcc54051b58b6c2bd59de0188136c356d579'/>
<id>urn:sha1:a632fcc54051b58b6c2bd59de0188136c356d579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cmake tuning; move cfg folder</title>
<updated>2016-02-11T13:42:53+00:00</updated>
<author>
<name>Sebastian</name>
</author>
<published>2016-02-11T09:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=5d74f48e9a89699367d37a3378a4773abc7ee7c8'/>
<id>urn:sha1:5d74f48e9a89699367d37a3378a4773abc7ee7c8</id>
<content type='text'>
</content>
</entry>
</feed>
