mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Version 1.29.12.
This commit is contained in:
46
BUGS
46
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2014-11-27
|
||||
Last updated: 2014-11-28
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -479,12 +479,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1164766 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1164766
|
||||
[RFE] Add a new API to scan devices for a btrfs filesystem
|
||||
|
||||
1165564 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1165564
|
||||
Provide Reboot/Shutdown button after virt-p2v
|
||||
|
||||
1165569 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1165569
|
||||
Disable "cancel conversion" button after virt-p2v conversion finished
|
||||
|
||||
1166057 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1166057
|
||||
btrfs filesystem will not work well if you create the filesystem with multiple disks at the same time, such as: mkfs-btrfs "/dev/sda1 /dev/sdb1"
|
||||
|
||||
@@ -506,6 +500,18 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1168144 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1168144
|
||||
warning: fstrim: fstrim: /sysroot/: FITRIM ioctl failed: Operation not supported (ignored) when convert win2003 guest from xen server
|
||||
|
||||
1168626 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1168626
|
||||
Tracker: Build RHEL 7.1 - based virt-p2v ISO
|
||||
|
||||
1168632 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1168632
|
||||
Fix kickstart for virt-p2v
|
||||
|
||||
1168751 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1168751
|
||||
broken lvm-set-filter API with newer lvm2
|
||||
|
||||
1168865 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1168865
|
||||
warning: /files/boot/grub/device.map/hd0 references unknown device "vda" when convert a local guest with virtio disk to openstack server (-i disk))
|
||||
|
||||
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
|
||||
guestfish's list splitting does not recognize internal quoting
|
||||
|
||||
@@ -539,7 +545,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1167774 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1167774
|
||||
virt-p2v fails with error:"nbd.c:nbd_receive_negotiate():L501: read failed"
|
||||
|
||||
(173 bugs)
|
||||
(175 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
Bugs in MODIFIED, POST or ON_QA state are fixed.
|
||||
@@ -554,12 +560,6 @@ You can help by testing the fixes.
|
||||
1159651 POST https://bugzilla.redhat.com/show_bug.cgi?id=1159651
|
||||
virt-sysprep firstboot script is not deleted if it reboot a RHEL 7 guest
|
||||
|
||||
1166618 POST https://bugzilla.redhat.com/show_bug.cgi?id=1166618
|
||||
virt-resize should give out the detail warning info to let customers know what's going wrong
|
||||
|
||||
1167302 POST https://bugzilla.redhat.com/show_bug.cgi?id=1167302
|
||||
virt-v2v: warning: ova hard disk has no parent controller when convert from a ova file
|
||||
|
||||
1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847
|
||||
Recommended default clock/timer settings
|
||||
|
||||
@@ -578,8 +578,14 @@ You can help by testing the fixes.
|
||||
1149640 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1149640
|
||||
hardcoded el7 disttag in BR makes build fail on ppc64le
|
||||
|
||||
1165975 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1165975
|
||||
File "/boot/grub2/device.map" showing is not right after converting a rhel7 guest from esx server
|
||||
1165564 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1165564
|
||||
Provide Reboot/Shutdown button after virt-p2v
|
||||
|
||||
1165569 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1165569
|
||||
Disable "cancel conversion" button after virt-p2v conversion finished
|
||||
|
||||
1166618 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1166618
|
||||
virt-resize should give out the detail warning info to let customers know what's going wrong
|
||||
|
||||
(12 bugs)
|
||||
|
||||
@@ -826,6 +832,12 @@ These bugs are in the VERIFIED state.
|
||||
1164853 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1164853
|
||||
Booting in qemu found no volume groups and failed checking the filesystems
|
||||
|
||||
(80 bugs)
|
||||
1165975 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1165975
|
||||
File "/boot/grub2/device.map" showing is not right after converting a rhel7 guest from esx server
|
||||
|
||||
1167302 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1167302
|
||||
virt-v2v: warning: ova hard disk has no parent controller when convert from a ova file
|
||||
|
||||
(82 bugs)
|
||||
|
||||
End of BUGS file.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [29])
|
||||
m4_define([libguestfs_release], [11])
|
||||
m4_define([libguestfs_release], [12])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
329
po-docs/ja.po
329
po-docs/ja.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
329
po-docs/uk.po
329
po-docs/uk.po
File diff suppressed because it is too large
Load Diff
2222
po/en_GB.po
2222
po/en_GB.po
File diff suppressed because it is too large
Load Diff
2224
po/libguestfs.pot
2224
po/libguestfs.pot
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user