mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Version 1.27.37.
This commit is contained in:
38
BUGS
38
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2014-09-02
|
||||
Last updated: 2014-09-04
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -356,6 +356,18 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1136371 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1136371
|
||||
add apt-rpm support to supermin
|
||||
|
||||
1136739 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1136739
|
||||
virt-v2v warning info should be printed to fill the whole line
|
||||
|
||||
1138182 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1138182
|
||||
xen guest will be kernel panic after converted by virt-v2v
|
||||
|
||||
1138184 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1138184
|
||||
virt-v2v will fail when converting guests with initramfs-*kdump.img under /boot
|
||||
|
||||
1138231 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1138231
|
||||
v2v:libguestfs error: could not create appliance through libvirt
|
||||
|
||||
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
|
||||
guestfish's list splitting does not recognize internal quoting
|
||||
|
||||
@@ -377,7 +389,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1069966 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1069966
|
||||
RFE: let virt-builder etc build ARM guests on x86 host
|
||||
|
||||
(119 bugs)
|
||||
(123 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
Bugs in MODIFIED, POST or ON_QA state are fixed.
|
||||
@@ -407,16 +419,7 @@ You can help by testing the fixes.
|
||||
1021149 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1021149
|
||||
Rebase libguestfs to 1.28 in RHEL 7.1
|
||||
|
||||
1097359 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1097359
|
||||
virt-sparsify hangs with 'No space left on device' while filling LV
|
||||
|
||||
1117540 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1117540
|
||||
Support virt-sparsify option to allow specifying temporary file or block device
|
||||
|
||||
1123794 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1123794
|
||||
libguestfs 'direct' backend should close file descriptors before exec-ing qemu to avoid leaking !O_CLOEXEC fds
|
||||
|
||||
(11 bugs)
|
||||
(8 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
These bugs are in the VERIFIED state.
|
||||
@@ -448,6 +451,9 @@ These bugs are in the VERIFIED state.
|
||||
1091805 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1091805
|
||||
tar-in-opts execute failed that cause libguestfs appliance crashed
|
||||
|
||||
1097359 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1097359
|
||||
virt-sparsify hangs with 'No space left on device' while filling LV
|
||||
|
||||
1099105 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1099105
|
||||
libguestfs Requires: /lib64/libldif-2.4.so.2 missing from openldap-2.4.39-6.el6.x86_64
|
||||
|
||||
@@ -457,6 +463,12 @@ These bugs are in the VERIFIED state.
|
||||
1106548 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1106548
|
||||
root gets an error accessing to a non-root dir on a snapshot guestmount VMDK img
|
||||
|
||||
(12 bugs)
|
||||
1117540 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1117540
|
||||
Support virt-sparsify option to allow specifying temporary file or block device
|
||||
|
||||
1123794 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1123794
|
||||
libguestfs 'direct' backend should close file descriptors before exec-ing qemu to avoid leaking !O_CLOEXEC fds
|
||||
|
||||
(15 bugs)
|
||||
|
||||
End of BUGS file.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [27])
|
||||
m4_define([libguestfs_release], [36])
|
||||
m4_define([libguestfs_release], [37])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
758
po-docs/ja.po
758
po-docs/ja.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
754
po-docs/uk.po
754
po-docs/uk.po
File diff suppressed because it is too large
Load Diff
405
po/en_GB.po
405
po/en_GB.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user