From: Michael Evans <mjevans1983@gmail.com>
To: "Timothy D. Lenz" <tlenz@vorgon.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Removing drives
Date: Fri, 5 Mar 2010 12:22:41 -0800 [thread overview]
Message-ID: <4877c76c1003051222i584bdb19r65002981060a6360@mail.gmail.com> (raw)
In-Reply-To: <4B9154C0.7060200@vorgon.com>
On Fri, Mar 5, 2010 at 11:00 AM, Timothy D. Lenz <tlenz@vorgon.com> wrote:
> Current setup, 3 500gb sata drives, each with 3 partitions.
> The first partition of each drive make up raid1 md0 boot and most software
> The next partition of each drive make up raid1 md1 swap
> The 3rd partition of each drive make up raid5 md2 main data storage
>
> There is also a 40gb ide drive with 2 partitions, boot/software and swap. It
> was used for install and setup. But I never got boot changed over to md0. So
> currently md0 is not in use. md0 and md2 are mounted to folders on the 40gb
> so a precopy to md0 could be made before booting with a cd and copying what
> ever is left that needs coping. and to use md2.
>
> Current
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc defaults 0 0
> /dev/hda1 / ext3 defaults,errors=remount-ro 0 1
> /dev/hda5 none swap sw 0 0
> /dev/md0 /mnt/md0 ext3 defaults 0 0
> /dev/md2 /mnt/md2 ext3 defaults 0 0
> /dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0
> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
>
> I want to change md0 and md1 from 3 drive mirriors to 2 drive mirrors.
>
> Finish changing over to booting from md0, move swap to md1 and move the
> mount point for md2 to md0
>
> Remove the the ide drive to free up space for the 4th 500gb drive.
>
> Copy md2 over to the new 500gb temparally.
>
> Get rid of the current md2 freeing up the 3rd drive since it was already
> taken out of the mirrors above.
>
> Make a new md2 raid1 with the remaining space of the first 2 sata drives.
>
> Move the data from the 4th drive back to the new md2
>
> Repartition the 3rd drive to 1 partition same as the 4th drive.
>
> Make raid1 md3 from the 3rd and 4th drives.
>
> It's the steps/commands to change md0 and md1 from 3 drive mirrors to 2
> drive mirrors that I'm not sure about. Though now looking at fstab I see I
> never even switched over the swap. So I guess, those to arrays would be
> rebuilt. So it's more how to do that without messing with md2.
>
> The computer is still on grub1. I haven't updated it it.
>
So you have:
[3-devices]
Raid 1: Unused
Raid 1: Unused
Raid 5: Used - 3 disks
[1-device]
Boot + swap
Just swapoff the raid-swap you want to re-create, then:
mdadm -S /dev/md(swap)
mdadm -S /dev/md(boot)
mdadm --zero-superblock /dev/devices in those arrays
Repartition those two areas of the disks as necessary.
Create new boot and swap partitions.
For boot make SURE you use either -e 0.90 OR -e 1.0 . Given the
nature of /boot I'd say use -e 0.90 on it.
For everything else, including swap use -e 1.1 and optionally
write-intent bitmaps.
At this point you should be able to move /boot and your swap off of
the 40gb drive; just remember to re-install grub and that your BIOS
likely sets the boot drive as bios-drive 0 regardless of which SDA/HDA
linux sees it as. This is what the device.map file is used to tell
grub.
I lost exactly what you wanted the result to look like amid a long
list of steps you /thought/ you needed to make to get there and
references to md numbers that only have meaning to you. However it
seems that you were mostly stuck getting to this point, so you might
be able to determine a plan using the data you've yet to share with
the rest of us with that 40gb drive out of the equation.
Remember that you can't reshape raid10 yet, but you can start raid10
with 'missing' devices (and add in the spares later).
--
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
next prev parent reply other threads:[~2010-03-05 20:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-04 3:19 Removing drives Timothy D. Lenz
2010-03-04 22:45 ` Michael Evans
2010-03-05 19:00 ` Timothy D. Lenz
2010-03-05 20:22 ` Michael Evans [this message]
[not found] ` <4B91DF69.5030804@vorgon.com>
2010-03-06 6:43 ` Michael Evans
[not found] ` <4B934FB2.3080104@vorgon.com>
2010-03-07 7:33 ` Michael Evans
2010-03-07 18:35 ` Timothy D. Lenz
2010-03-07 20:49 ` Michael Evans
2010-04-29 2:55 ` Timothy D. Lenz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4877c76c1003051222i584bdb19r65002981060a6360@mail.gmail.com \
--to=mjevans1983@gmail.com \
--cc=linux-raid@vger.kernel.org \
--cc=tlenz@vorgon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).