* How does linux hide underlying disks partitions?
@ 2015-05-29 19:07 Oleg Samarin
2015-05-29 21:14 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Oleg Samarin @ 2015-05-29 19:07 UTC (permalink / raw)
To: linux-raid
I'm trying to evaluate a complex mdadm-lvm-udev-anaconda issue
https://bugzilla.redhat.com/show_bug.cgi?id=1226305 and to undestand
how mdadm works.
I have an intel imsm raid-1 volume /dev/md126 assembled with two
disks /dev/sda and /dev/sdb.
This volume has two partitions /dev/md126p1 and /dev/md126p2.
Because it a simple mirror, both disks have te same information.
When the normal system boots up, I can see with journalctl that
1. at first /dev/sda1, /dev/sda2, /dev/sdb1, /dev/sdb2 appear
2. then mdadm assembles /dev/md126 from /dev/sda and /dev/sdb
3. /dev/sda1, /dev/sda2, /dev/sdb1, /dev/sdb2 disappear
4. /dev/md126p1 and /dev/md126p2 coming instead
Which program component is responsible for
disappearing /dev/sda1, /dev/sda2, /dev/sdb1 and /dev/sdb2?
Why can they be left after starting anaconda installer?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How does linux hide underlying disks partitions?
2015-05-29 19:07 How does linux hide underlying disks partitions? Oleg Samarin
@ 2015-05-29 21:14 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2015-05-29 21:14 UTC (permalink / raw)
To: Oleg Samarin; +Cc: linux-raid
[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]
On Fri, 29 May 2015 22:07:14 +0300 Oleg Samarin <osamarin68@gmail.com> wrote:
> I'm trying to evaluate a complex mdadm-lvm-udev-anaconda issue
> https://bugzilla.redhat.com/show_bug.cgi?id=1226305 and to undestand
> how mdadm works.
>
> I have an intel imsm raid-1 volume /dev/md126 assembled with two
> disks /dev/sda and /dev/sdb.
> This volume has two partitions /dev/md126p1 and /dev/md126p2.
>
> Because it a simple mirror, both disks have te same information.
>
> When the normal system boots up, I can see with journalctl that
>
> 1. at first /dev/sda1, /dev/sda2, /dev/sdb1, /dev/sdb2 appear
> 2. then mdadm assembles /dev/md126 from /dev/sda and /dev/sdb
> 3. /dev/sda1, /dev/sda2, /dev/sdb1, /dev/sdb2 disappear
> 4. /dev/md126p1 and /dev/md126p2 coming instead
>
> Which program component is responsible for
> disappearing /dev/sda1, /dev/sda2, /dev/sdb1 and /dev/sdb2?
mdadm has a function "remove_partitions" which uses the BLKPG ioctl to tell
the kernel to forget about the partitions.
>
> Why can they be left after starting anaconda installer?
I don't know anything about anaconda - maybe someone else can help.
NeilBrown
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-29 21:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 19:07 How does linux hide underlying disks partitions? Oleg Samarin
2015-05-29 21:14 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).