<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/fs/type.pm, branch 16.22</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>allow to choose btrfs in normal mode (mga#65)</title>
<updated>2013-04-07T08:57:45+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-07T08:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=58bbc1fb86132ac8ca16bef41fb0e8c91960846f'/>
<id>58bbc1fb86132ac8ca16bef41fb0e8c91960846f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tag btrfs &amp; nilfs2 as Journalised FS</title>
<updated>2013-04-07T08:57:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-07T08:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=45543ae209f6226945c74fa9a9704204893e9971'/>
<id>45543ae209f6226945c74fa9a9704204893e9971</id>
<content type='text'>
(even if more Journalised FS or like one)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(even if more Journalised FS or like one)
</pre>
</div>
</content>
</entry>
<entry>
<title>(call_blkid) add a code comment about blkid -p to prevent accidental revert in the future</title>
<updated>2013-02-14T14:50:43+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-02-14T14:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c52383f56f1cdf26b8acd2b89a296cc8d5e44966'/>
<id>c52383f56f1cdf26b8acd2b89a296cc8d5e44966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(call_blkid) always bypass blkid cache</title>
<updated>2013-02-14T14:22:44+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-02-14T14:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ecd8db27c8ffb76ebf799e0de0dcf64c3ce256fe'/>
<id>ecd8db27c8ffb76ebf799e0de0dcf64c3ce256fe</id>
<content type='text'>
This reverts the use of the blkid cache.

This cache is a broken concept and should not be used. It's only
intended to be used for LABEL/UUID conversion.

From the upstream maintainer:
&lt;kzak&gt; coling: -p provides more information, the cache is designed for
LABEL/UUID conversion -- and the goal is to avoid the cache if possible
(it's mostly for backward compatibility). The ideal solution is to read
the information from udev DB.
&lt;kzak&gt; coling: man blkid (at least the latest version contains some hint
about this issue)
&lt;kzak&gt; coling: I'd like to learn people to use lsblk -- it's designed
more friendly  for end-users as well as for scripts and it reads info
from udev, libblkid is only fallback here.

Longer term we should kill off the use of blkid and perhaps move to
lsblk or some perl-udev (if such a thing exists) usage instead:

&lt;kay&gt; coling: avoid the blkid cache, it is a completely broken idea
&lt;kay&gt; kzak: you should really kill that thing :)
&lt;kzak&gt; kay: I'd like to kill blkid at all and keep it as "to test the
library" binary...
&lt;kay&gt; kzak: tools with options like that talk for their sanity
themselves :) " -g     Perform a garbage collection pass on the blkid
cache to remove devices which no longer exist."
&lt;kay&gt; kzak: it's just silly, really silly to ever do that :)
&lt;kay&gt; kzak: yeah, sounds fine to let blkid and its cache die in the long
run
&lt;kzak&gt;  lsblk is maintainable and extendable -- fix blkid(8) is
impossible to fix...

This reverts r6891.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts the use of the blkid cache.

This cache is a broken concept and should not be used. It's only
intended to be used for LABEL/UUID conversion.

From the upstream maintainer:
&lt;kzak&gt; coling: -p provides more information, the cache is designed for
LABEL/UUID conversion -- and the goal is to avoid the cache if possible
(it's mostly for backward compatibility). The ideal solution is to read
the information from udev DB.
&lt;kzak&gt; coling: man blkid (at least the latest version contains some hint
about this issue)
&lt;kzak&gt; coling: I'd like to learn people to use lsblk -- it's designed
more friendly  for end-users as well as for scripts and it reads info
from udev, libblkid is only fallback here.

Longer term we should kill off the use of blkid and perhaps move to
lsblk or some perl-udev (if such a thing exists) usage instead:

&lt;kay&gt; coling: avoid the blkid cache, it is a completely broken idea
&lt;kay&gt; kzak: you should really kill that thing :)
&lt;kzak&gt; kay: I'd like to kill blkid at all and keep it as "to test the
library" binary...
&lt;kay&gt; kzak: tools with options like that talk for their sanity
themselves :) " -g     Perform a garbage collection pass on the blkid
cache to remove devices which no longer exist."
&lt;kay&gt; kzak: it's just silly, really silly to ever do that :)
&lt;kay&gt; kzak: yeah, sounds fine to let blkid and its cache die in the long
run
&lt;kzak&gt;  lsblk is maintainable and extendable -- fix blkid(8) is
impossible to fix...

This reverts r6891.
</pre>
</div>
</content>
</entry>
<entry>
<title>(call_blkid) do not bypass blkid cache</title>
<updated>2012-12-28T19:22:12+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-12-28T19:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fe28c4ede7e3dc145ffd88c70d75dbcce4093dda'/>
<id>fe28c4ede7e3dc145ffd88c70d75dbcce4093dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(call_blkid) use newly introduced get_stdout_raw() to reduce blkid</title>
<updated>2012-05-23T18:28:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-05-23T18:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=45389d3508c3baedcabdea0eef0dea2631f5a9c7'/>
<id>45389d3508c3baedcabdea0eef0dea2631f5a9c7</id>
<content type='text'>
timeout to 30 seconds (mga#5979)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timeout to 30 seconds (mga#5979)
</pre>
</div>
</content>
</entry>
<entry>
<title>drop support for reiser4 (mga#5680)</title>
<updated>2012-04-30T10:37:53+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-30T10:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4139c6f66b2b7a6685a681aea1caf340f66839fa'/>
<id>4139c6f66b2b7a6685a681aea1caf340f66839fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(type_names) perl_checker cleanup</title>
<updated>2012-03-23T19:51:13+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-23T19:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2a9723df4ab80e9904c0f21f36c77c24dc94ffbe'/>
<id>2a9723df4ab80e9904c0f21f36c77c24dc94ffbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanups</title>
<updated>2012-03-23T19:50:35+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-23T19:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f4bc86bc94aeeeffb8a82b16b38b760590b80bdf'/>
<id>f4bc86bc94aeeeffb8a82b16b38b760590b80bdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(type_names) kill debug print</title>
<updated>2012-03-11T00:39:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-11T00:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7df41f293b9f5225f52cf3c5827788aaaabdc083'/>
<id>7df41f293b9f5225f52cf3c5827788aaaabdc083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
