Re: [PATCH 2/5] Add aix lvm partitions support files

From: Philippe De Muyter
Date: Tue May 21 2013 - 03:28:03 EST


Hi Andrew,

On Mon, May 20, 2013 at 04:39:27PM -0700, Andrew Morton wrote:
> On Mon, 29 Apr 2013 23:18:30 +0200 Philippe De Muyter <phdm@xxxxxxxxx> wrote:
>
> > adding partitions/aix.h and partitions/aix.c
> >
> > Partitions (called Logical Volumes in AIX) can be non-contiguous or
> > even split on more than one disk. Altough we detect such partitions,
> > we cannot describe them to the Linux partitions layer, so we simply
> > discard them and issue a diagnose message.
>
> This description is rather hard to follow.
>
> It appears that the new code permits Linux to access some types of AIX
> partitions, but not other types, correct? If so, can we please provide
> a more explicit description of which typesw are and are not supported?
>

AIX LVM permits to make "logical volumes" which are made of multiple slices
of multiple disks. The new code allows only access to the "logical volumes"
which are made of one slice on the probed disk, a slice being a contiguous
disk area. The code also detects "logical volumes" made of multiple slices
on the probed disk, but can not describe them to the partition layer, because
the partition layer generic code does not support that. When such
non-contiguous "logical volumes" are detected, a diagnostic message is
printed.

Philippe

--
Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/