NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/48870 (Problem with disks larger than 2 TB in Xen)
The following reply was made to PR kern/48870; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/48870 (Problem with disks larger than 2 TB in Xen)
Date: Sun, 16 Nov 2014 09:21:55 +0000 (UTC)
marcotte%panix.com@localhost (Brian Marcotte) writes:
>> Synopsis: Problem with disks larger than 2 TB in Xen
>>
>> mlelstv says this should be fixed by now (although I'm not sure the fixes
>> will have gotten into the 6.1 teeny branches)
>It looks to be fixed in -7 and -current.
>Can you point me to the the commit message or files which were changed
>so I can include the changes in my local -6 build?
Sat Oct 11 12:01:27 UTC 2014 mlelstv
| src/sys/dev: ccd.c dksubr.c ld.c vnd.c
| src/sys/dev/raidframe: rf_netbsdkintf.c
clamp total number of sectors to UINT32_MAX instead of providing the
lower 32bit of the 64bit number.
=========================================
Sat Oct 11 12:36:25 UTC 2014 mlelstv
| src/sys/dev: ccd.c dksubr.c
| src/sys/dev/raidframe: rf_netbsdkintf.c
No longer warn about differences bewteen disk size and total sector count
in disklabel when the latter is just clamped to the maximum.
=========================================
Home |
Main Index |
Thread Index |
Old Index