Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.os.unix.linux.misc > #130861

Re: Soft-RAID: MDADM vs. LVM2

From Stefan Möding <May2023.5.kill-9@spamgourmet.com>
Newsgroups de.comp.os.unix.linux.misc
Subject Re: Soft-RAID: MDADM vs. LVM2
Date 2023-05-28 10:07 +0200
Organization Guild of part-time BOFH wizardry
Message-ID <m2y1l8swtz.fsf@athena.moeding.net> (permalink)
References <u4uiss$c903$1@news.lab.swapon.de>

Show all headers | View raw


Friedemann Stoyan <usenet@ip6-mail.de> writes:

> Momentan würde ich dazu tendieren die Variante 2 (LVM) einzusetzen.
> Wie seht ihr das? Wie realisiert ihr Soft-RAID? Würde mich mal
> interessieren. Ebenso Anmerkungen.

Wenn du Redundanz möchtest (d.h. RAID1/5/6), dann ist bei LVM wohl
lvmraid(7) die relevante Manpage. Darin heißt es:

 LVM RAID uses both Device Mapper (DM)  and  Multiple  Device  (MD)
 drivers  from  the  Linux kernel.  DM is used to create and manage
 visible LVM devices, and MD is used to place data on physical  de‐
 vices.

Scheint so, dass die Implementierung zwischen deinen beiden Alternativen
nicht so große Unterschiede haben. Im Fall "mdadm" setzt du das halt
selber auf und hast es damit auch unter deiner Kontrolle. Im Fall "lvm2"
läuft das irgendwie mit im Hintergrund. Ob da die Howtos noch anwendbar
sind, wenn da mal ein Device ersetzt werden muss?

Ich setze @Work nur mdadm + lvm ein, was aber nur selten gebraucht wird.

-- 
Stefan

Back to de.comp.os.unix.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-05-28 05:47 +0200
  Re: Soft-RAID: MDADM vs. LVM2 Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 08:28 +0200
    Re: Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-05-28 09:37 +0200
      Re: Soft-RAID: MDADM vs. LVM2 Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 11:14 +0200
        Re: Soft-RAID: MDADM vs. LVM2 Marco Moock <mo01@posteo.de> - 2023-05-28 11:35 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 12:20 +0200
            Re: Soft-RAID: MDADM vs. LVM2 Arno Welzel <usenet@arnowelzel.de> - 2023-06-12 09:43 +0200
        Re: Soft-RAID: MDADM vs. LVM2 Marcus Jodorf <m@bogomips.de> - 2023-05-29 19:29 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Marco Moock <mo01@posteo.de> - 2023-05-29 20:53 +0200
            Re: Soft-RAID: MDADM vs. LVM2 Tim Ritberg <tim@server.invalid> - 2023-05-29 20:56 +0200
              Re: Soft-RAID: MDADM vs. LVM2 Marco Moock <mo01@posteo.de> - 2023-05-29 21:47 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Tim Ritberg <tim@server.invalid> - 2023-05-29 22:21 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Marco Moock <mo01@posteo.de> - 2023-05-30 08:29 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Marcus Jodorf <m@bogomips.de> - 2023-05-30 18:58 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Marco Moock <mo01@posteo.de> - 2023-05-30 22:17 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Dietz Proepper <dietz.usenet@rotfl.franken.de> - 2023-05-31 09:05 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Alexander Schreiber <als@usenet.thangorodrim.de> - 2023-05-31 17:07 +0200
            Re: Soft-RAID: MDADM vs. LVM2 Arno Welzel <usenet@arnowelzel.de> - 2023-06-12 09:46 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-30 07:39 +0200
            Re: Soft-RAID: MDADM vs. LVM2 Marco Moock <mo01@posteo.de> - 2023-05-30 08:30 +0200
              Re: Soft-RAID: MDADM vs. LVM2 Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 22:10 +0200
            Re: Soft-RAID: MDADM vs. LVM2 Marcus Jodorf <m@bogomips.de> - 2023-05-30 20:06 +0200
              Re: Soft-RAID: MDADM vs. LVM2 SimplyNews <Simply.News@gmx.de> - 2023-05-30 21:34 +0200
                Re: Soft-RAID: MDADM vs. LVM2 Marcus Jodorf <m@bogomips.de> - 2023-05-31 18:47 +0200
              Re: Soft-RAID: MDADM vs. LVM2 Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 21:34 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Arno Welzel <usenet@arnowelzel.de> - 2023-06-12 09:46 +0200
        Re: Soft-RAID: MDADM vs. LVM2 Arno Welzel <usenet@arnowelzel.de> - 2023-06-12 09:42 +0200
  Re: Soft-RAID: MDADM vs. LVM2 Stefan Möding <May2023.5.kill-9@spamgourmet.com> - 2023-05-28 10:07 +0200
  Re: Soft-RAID: MDADM vs. LVM2 Tim Ritberg <tim@server.invalid> - 2023-05-28 10:57 +0200
    Re: Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-05-29 11:16 +0200
      Re: Soft-RAID: MDADM vs. LVM2 Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-05-29 09:23 +0000
        Re: Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-05-29 11:26 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Tim Ritberg <tim@server.invalid> - 2023-05-29 12:31 +0200
      Re: Soft-RAID: MDADM vs. LVM2 Tim Ritberg <tim@server.invalid> - 2023-05-29 11:30 +0200
        Re: Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-05-29 11:37 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Marcus Jodorf <m@bogomips.de> - 2023-05-29 19:37 +0200
            Re: Soft-RAID: MDADM vs. LVM2 "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-29 21:57 +0200
        Re: Soft-RAID: MDADM vs. LVM2 "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-29 12:17 +0200
  Re: Soft-RAID: MDADM vs. LVM2 Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-05-28 11:07 +0000
    Re: Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-05-29 11:25 +0200
      Re: Soft-RAID: MDADM vs. LVM2 Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-05-29 12:35 +0000
        Re: Soft-RAID: MDADM vs. LVM2 Dietz Proepper <dietz.usenet@rotfl.franken.de> - 2023-05-29 16:43 +0200
          Re: Soft-RAID: MDADM vs. LVM2 Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-05-29 17:20 +0000
            Re: Soft-RAID: MDADM vs. LVM2 Marcus Jodorf <m@bogomips.de> - 2023-05-29 19:44 +0200
            Re: Soft-RAID: MDADM vs. LVM2 Dietz Proepper <dietz.usenet@rotfl.franken.de> - 2023-05-30 08:52 +0200
              Re: Soft-RAID: MDADM vs. LVM2 Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-05-30 07:06 +0000
            Re: Soft-RAID: MDADM vs. LVM2 Alexander Schreiber <als@usenet.thangorodrim.de> - 2023-05-31 17:04 +0200
      Re: Soft-RAID: MDADM vs. LVM2 Friedemann Stoyan <usenet@ip6-mail.de> - 2023-06-02 10:34 +0200

csiph-web