[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Add support for discovery of preexisting LUKS encrypted devices.
- From: Jeremy Katz <katzj redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Add support for discovery of preexisting LUKS encrypted devices.
- Date: Thu, 27 Mar 2008 12:45:22 -0400
On Wed, 2008-03-26 at 14:14 -0500, David Lehman wrote:
> + fsname = partedUtils.sniffFilesystemType("/dev/%s" % mappedDev)
> + if fsname == "lvm2pv":
> + ptype = fsset.fileSystemTypeGet("physical volume (LVM)")
We should do this mapping in isys/isys.py:readFSType() instead of
scattering it through the code. And then potentially at some point (not
for F9!) change our name to be lvm2pv.
Otherwise, the patches look okay. We'll want to be sure to do some good
testing to make sure there aren't any new problems lingering once things
go in.
Jeremy
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]