On Thursday November 5, bendj095124367913213465@xxxxxxxxx wrote: > Neil, > > Reading your blog post, > > "Auto-assembly mode for mdadm" > http://neil.brown.name/blog/20060521092609 > > Section "Bootstrapping" says > > ------------- > On problem with introducing this functionality is that people have > pre-existing array that aren't tagged with the host name. To help we > this we will have a new 'update' option of --assemble: > --update=homehost which will update the host information in the > superblock prior to assembly. This is usable fairly easily for > everything except an array holding a root filesystem. In order to > avoid needing to boot from different media, there will be an option > that can safely be used from an initramfs which will do the right > thing. > > This will probably be called --auto-update-home-host. > > This option is only meaningful when doing a hostname based auto > assembly. If the autoassembly process finds anything to assemble, the > option is ignored. However if nothing is found with the right host > name, then a second pass is made. On this pass, any md array that is > found is updated to belong to the current host, and is automatically > assembled. > > Thus it should be safe to always run mdadm with > --auto-update-home-host in initramfs. It will only do its magic once, > and after that the arrays should always assemble properly. > ------------- > > That describes the situation I have -- an array holding the root file > system, that's not tagged with the hostname. > > Can you please explain HOW one runs "with --auto-update-home-host in > initramfs" "to avoid needing to boot from different media"? My > existing arrays are tagged with the wrong name, and I'm simply trying > to correct it. You would need to modify the initramfs ... or get it to give you a shell prompt so you can run the commands by hand. The details of doing this depend very much on the distro and the content of the initramfs it creates. If you want to change the name in an array that hold your root filesystem, your best approach would be to boot from a CDROM and then use e.g. mdadm --assemble /dev/md --update=name --name=foo:bar /dev/list-of-devices NeilBrown -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html