<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/daemon, branch oldlinux</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>EPEL 5: Add 1 second pause after unmounting any filesystem.</title>
<updated>2012-06-27T15:36:17+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T20:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=05d2b63359eeac176c3249e0c951d792ede963a1'/>
<id>05d2b63359eeac176c3249e0c951d792ede963a1</id>
<content type='text'>
This fixes the test-charset-fidelity test case.  A simpler example
which fails without this is:

  guestfish &lt;&lt;EOF
  sparse test1.img 1G
  run
  part-disk /dev/sda mbr
  mkfs msdos /dev/sda1
  mount /dev/sda1 /
  touch /foo
  umount /
  mkfs ntfs /dev/sda1
  # Next command would fail:
  mount /dev/sda1 /
  vfs-type /dev/sda1 -x
  EOF
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the test-charset-fidelity test case.  A simpler example
which fails without this is:

  guestfish &lt;&lt;EOF
  sparse test1.img 1G
  run
  part-disk /dev/sda mbr
  mkfs msdos /dev/sda1
  mount /dev/sda1 /
  touch /foo
  umount /
  mkfs ntfs /dev/sda1
  # Next command would fail:
  mount /dev/sda1 /
  vfs-type /dev/sda1 -x
  EOF
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Fix blkid to return "LVM2_member" for PVs.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T09:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=8d55f7a7b19e631a50ac34e01c4905f001ee5d78'/>
<id>8d55f7a7b19e631a50ac34e01c4905f001ee5d78</id>
<content type='text'>
Old blkid in RHEL 5 didn't return the right thing for PVs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old blkid in RHEL 5 didn't return the right thing for PVs.
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Add "null vmchannel" back for qemu without virtio-serial support.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T15:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=bc2657ab1c52ae52464769457352719ad2adb1eb'/>
<id>bc2657ab1c52ae52464769457352719ad2adb1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Don't use C99-style variable decls in for-loop.</title>
<updated>2012-06-27T15:36:15+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-16T12:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=b03b16688dbaccd9bb7836cc8f4b967d03fda109'/>
<id>b03b16688dbaccd9bb7836cc8f4b967d03fda109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>part-get-bootable: Fix when partitions are missing or unordered (RHBZ#602997).</title>
<updated>2012-06-22T10:30:00+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T09:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=4d3ec25b47361601604e2f585178393e60f4cd4d'/>
<id>4d3ec25b47361601604e2f585178393e60f4cd4d</id>
<content type='text'>
The original fix for this in
commit 511c82df46f5c6f4a7f984fdb81d4691038ed6da was not complete, in
that it did not fix the case of the old (pre '-m' option) parted.
This doesn't matter for Fedora, but it matters for RHEL 5 which has
this ancient parted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original fix for this in
commit 511c82df46f5c6f4a7f984fdb81d4691038ed6da was not complete, in
that it did not fix the case of the old (pre '-m' option) parted.
This doesn't matter for Fedora, but it matters for RHEL 5 which has
this ancient parted.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: device-index.</title>
<updated>2012-06-13T22:07:26+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T21:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a9d7d044f552855a7ef78d953c0c2672e35bfc80'/>
<id>a9d7d044f552855a7ef78d953c0c2672e35bfc80</id>
<content type='text'>
This returns the index of the device, eg. /dev/sdb =&gt; 1.
Or you can think of it as the order that the device was
added, or the index of the device in guestfs_list_devices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This returns the index of the device, eg. /dev/sdb =&gt; 1.
Or you can think of it as the order that the device was
added, or the index of the device in guestfs_list_devices.
</pre>
</div>
</content>
</entry>
<entry>
<title>lvm-filter: Make it work with &gt; 26 devices.</title>
<updated>2012-06-13T22:07:26+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T17:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=998ebc333dbfe40c5953e36fb42f9610727a7532'/>
<id>998ebc333dbfe40c5953e36fb42f9610727a7532</id>
<content type='text'>
Thanks Alasdair Kergon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Alasdair Kergon.
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Fix order of devices in guestfs_list_devices when &gt; 26 disks.</title>
<updated>2012-06-13T21:10:36+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T16:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=c0a087b8236755e95371d5c352c9d29a3ca992c0'/>
<id>c0a087b8236755e95371d5c352c9d29a3ca992c0</id>
<content type='text'>
Sort the device names correctly, not just treating them as
strings.  As a result, /dev/sdz &lt; /dev/sdaa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sort the device names correctly, not just treating them as
strings.  As a result, /dev/sdz &lt; /dev/sdaa.
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Always pass -F option to mke2fs.</title>
<updated>2012-06-12T20:16:35+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-12T17:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=62c5b6db58911a5e51f59965619355437b7a7214'/>
<id>62c5b6db58911a5e51f59965619355437b7a7214</id>
<content type='text'>
Apparently e2fsprogs only knows that "/dev/sda" is a whole device, but
doesn't think that "/dev/vda" is.  On switching the default device
over to virtio-scsi, that causes mke2fs without -F option to complain
and ask for an interactive prompt.  Adding -F forces it to go ahead
anyway.

This caused several less-used APIs to break with virtio-scsi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently e2fsprogs only knows that "/dev/sda" is a whole device, but
doesn't think that "/dev/vda" is.  On switching the default device
over to virtio-scsi, that causes mke2fs without -F option to complain
and ask for an interactive prompt.  Adding -F forces it to go ahead
anyway.

This caused several less-used APIs to break with virtio-scsi.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: fstrim - allow filesystem trim.</title>
<updated>2012-06-12T13:33:57+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-12T13:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=7590924022066f49d0adc48dbd05a4e8c053a5a4'/>
<id>7590924022066f49d0adc48dbd05a4e8c053a5a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
