<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/server, branch v2.1</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/server?h=v2.1</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/server?h=v2.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2016-02-01T11:41:11+00:00</updated>
<entry>
<title>[SERVER] BREAKING: Get rid of pseudo case-insensitivity</title>
<updated>2016-02-01T11:41:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-02-01T11:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=81c9da3c9d55fab13ab9a912cade320015d01613'/>
<id>urn:sha1:81c9da3c9d55fab13ab9a912cade320015d01613</id>
<content type='text'>
This was a wrong decision made long time ago, and it's broken in
certain scenarios (eg. two servers serving from same NFS mount).
Also it's of limited use anyways since it only supportes ASCII and
would ignore umlauts, so blöd and BLÖD would still be considered
two different images.
So if you relied on this "feature" in any way, be careful when
updating.
</content>
</entry>
<entry>
<title>[SERVER] Fix a lot of (mostly harmless) data races</title>
<updated>2016-01-11T11:09:23+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-01-11T11:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=d9c2a6cf943ca08f31f61a3fada940f77e3a03d3'/>
<id>urn:sha1:d9c2a6cf943ca08f31f61a3fada940f77e3a03d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Performance: Optimized some functions (gprof)</title>
<updated>2015-12-17T14:58:06+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-17T14:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=1460b746b6f5482ce1c56a30af232e824e316e56'/>
<id>urn:sha1:1460b746b6f5482ce1c56a30af232e824e316e56</id>
<content type='text'>
A run with gprof revealed that background replication is a huge CPU hog.
The block selection was very slow and has been improved a lot.
Minor improvements were made to other functions that scan the cache map
of an image and are thus relatively slow.
</content>
</entry>
<entry>
<title>[SERVER] image_markComplete now handles locking so we remove() unlocked</title>
<updated>2015-12-17T13:20:12+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-17T13:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=3de54fac10b3dbdcfc3573e175078c7104837ef3'/>
<id>urn:sha1:3de54fac10b3dbdcfc3573e175078c7104837ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Cancel scanning of image dir if _shutdown is set</title>
<updated>2015-12-16T17:20:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-16T17:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=2bc1381256c860b6deb3044d3263cea625118793'/>
<id>urn:sha1:2bc1381256c860b6deb3044d3263cea625118793</id>
<content type='text'>
So you can cancel image loading on startup via Ctrl-C
</content>
</entry>
<entry>
<title>[SERVER] Fix image_calcBlockCrc32: Use 64bit for fileSize param</title>
<updated>2015-12-16T17:09:04+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-16T17:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=b5851655ab5f1cff84221e69fb6a74326b80bc22'/>
<id>urn:sha1:b5851655ab5f1cff84221e69fb6a74326b80bc22</id>
<content type='text'>
Using uint32_t for fileSize is not too clever :(
</content>
</entry>
<entry>
<title>[SERVER] More fine grained locking for RPC; better error logging</title>
<updated>2015-12-16T16:28:52+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-16T16:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f49b63e11de50e72f85f8c6688da36d89bf17b87'/>
<id>urn:sha1:f49b63e11de50e72f85f8c6688da36d89bf17b87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Update config example</title>
<updated>2015-12-15T17:05:46+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-15T17:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=b4cf06abaa5278b016c2036b6574d1be129f3d99'/>
<id>urn:sha1:b4cf06abaa5278b016c2036b6574d1be129f3d99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Remove non-working images from list, plus refactoring</title>
<updated>2015-12-15T16:45:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-15T16:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=72104f2e83fa724f9667c876dca17a2c5ee9b2a2'/>
<id>urn:sha1:72104f2e83fa724f9667c876dca17a2c5ee9b2a2</id>
<content type='text'>
Now that we can automatically load unknown images from disk on request,
it makes sense to remove non-working images from the image list. On
future requests, we will look for them on disk again, which is nice
in case of temporary storage hickups.

Also, some more ore less related locking has been refined (loading images,
replicating images)
</content>
</entry>
<entry>
<title>[SERVER] Make listen port configurable</title>
<updated>2015-12-14T14:42:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-14T14:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=dfbd2a69fe8d1e9850fadcad0550c4471fe7a823'/>
<id>urn:sha1:dfbd2a69fe8d1e9850fadcad0550c4471fe7a823</id>
<content type='text'>
</content>
</entry>
</feed>
