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: Brian Marcotte <marcotte%panix.com@localhost>
To: Michael van Elst <mlelstv%serpens.de@localhost>
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
	netbsd-bugs%netbsd.org@localhost, gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/48870 (Problem with disks larger than 2 TB in Xen)
Date: Tue, 25 Nov 2014 13:21:29 -0500

 >     | 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.
 >  =========================================
 >     | 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.
 
 Those changes appear to be make it so that disklabels can use the first
 2 TB of a disk. I can verify that problem is fixed, but that's not the
 main problem of this ticket. I'm not trying to use disklabels (or CCD,
 VND or RAIDframe).
 
 The main problem is also fixed in -7 and -current.
 
 It looks like a lot has changed in dksubr.c.
 
 You can close the ticket anyway as I only need this in one place for now
 and I can use a -7 kernel there.
 
 Thanks.
 
 --
 - Brian
 



Home | Main Index | Thread Index | Old Index