The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release
** Changed in: grub2 (Ubuntu Precise)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.laun
This particular problem appears fixed is latest grub2, though I'm seeing
a similar failure, which may need a new bug report.
** Also affects: grub2 (Ubuntu Precise)
Importance: Undecided
Status: New
** Changed in: grub2 (Ubuntu)
Status: New => Fix Released
** Bug watch added: GN
** Description changed:
Hi,
I've had a problem when using the `grub-probe` binary to probe large LVM
partitions (for example, a 1.5 TB partition).
This problem was discovered/tested in an Ubuntu 12.04.5.
When trying to probe these large LVM partitions, we get erros like:
-
I've discovered that the seg->extent_count and vg->extent_size counters
are 64 bits in the upstream.
So, the problem is only in the Ubuntu 12.04 LTS release (I don't know if
it exists in the Ubuntu 14.04 LTS.
So, consider applying this patch in Ubuntu 12.04 or backporting the
64bit counters to U
More info:
The output of the "problematic" LV is:
$ lvs -o seg_size,vg_extent_size --units s --nosuffix \
> /dev/data/mail
SSize Ext
4294967296 8192
And if I do not specify the LV (output of all LVs):
$ lvs -o seg_size,vg_extent_size --units s --nosuffix
SSize Ext
1949696 8192
3221225472 819
The attachment "lvm_big_size.patch" seems to be a patch. If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.
[This is an automated message performed by a Launchpad user owned by
~brian-mur
I also proposed a patch for the upstream code here:
https://savannah.gnu.org/bugs/index.php?45562
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475337
Title:
grub-probe can't probe large logical vo