Linux logical volume manager - a few questions

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Linux logical volume manager - a few questions

    I am looking at installing the lvm layer on my file server, which is
    presently running woody. I have two 80GB hd's, one of which presently
    stores my /home partition (exported via both nfs and samba to the other
    systems on my home lan), and another which I just installed. (Actually,
    there's a third 80GB which stores /, /boot, /usr, /tmp, and /var, but I
    won't be including that in the lvm). Anyway, I figured the best approach
    was to turn both 80GB data drives into one 160gb logical volume. Since
    this is the main file store of everyone at home, stability is a very
    very high priority.

    My questions are:

    1) Which lvm package to install? There are two obvious choices, lvm10
    and lvm2. While lvm2 is the new rewrite, which is supposedly "stable",
    it apparently lacks some features and according to the debian.org
    description of the package is not yet ready for production use. So, I
    assume I am correct in going for lvm10 at the present time?

    2) If I do go with lvm10, will upgrading to lvm2 once it is ready for
    production use just be a matter of apt-get install'ing lvm2 and removing
    lvm10, or are there incompatibilities in the on-disk structure that
    would mean starting over from scratch? That would be a major problem
    once I have stuff scattered across 160GB of logical space on two
    physical drives.

    3) lvm10 recommends kernel version 2.4.20; I am running the standard
    2.4.18 on the server. It is crucial to do this upgrade? (I suppose it
    wouldn't hurt since 2.4.20 contains the driver for my server's onboard
    gigabit ethernet chip, which I am not presently using as 2.4.18 did not
    support it, but still, I like to do as little as possible to the
    fileserver.)

    4) Is anyone using lvm on their system who can comment on success,
    failure, pitfalls, etc?

    Thanks for any input.

    nl




    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Neal Lippman Guest

  2. Similar Questions and Discussions

    1. logical value for click
      Hello, I am working for a layout where the left side of the page is vertically arranged links. The logic is when user clicks on a link, the right...
    2. FAQ , Veritas Volume Manager and File System Job interview.
      Hi, Can you help me with pointers, questions or FAQ's to attend a Job interview on Veritas Products? Veritas File system, Volume Manager,...
    3. How to determine if a volume is a remote volume
      Lorenzo P. Thurman wrote: I'm not 100 percent sure this will help, but it's probably worth a look. FSGetVolumeInfo() will get you an...
    4. restore logical log
      How to restore logical log if a parameter LTAPEDEV there was /dev/null on a moment of shaping of a log
    5. when volume changes a beep sounds at the new volume
      A beep sounds every time a change the volume. I have turned off all the windows sounds in control pannel -> Sounds. I've looked in every other...
  3. #2

    Default Re: Linux logical volume manager - a few questions

    Hi Neal,

    On Sunday, August 3, 2003, at 12:50 PM, Neal Lippman wrote:
    > 1) Which lvm package to install? There are two obvious choices, lvm10
    > and lvm2. While lvm2 is the new rewrite, which is supposedly "stable",
    > it apparently lacks some features and according to the debian.org
    > description of the package is not yet ready for production use. So, I
    > assume I am correct in going for lvm10 at the present time?
    I use lvm10, I have no experience with lvm2 though. lvm10 is rock
    solid, I have used it on disk arrays up to around 700G with no problems.
    > 2) If I do go with lvm10, will upgrading to lvm2 once it is ready for
    > production use just be a matter of apt-get install'ing lvm2 and
    > removing
    > lvm10, or are there incompatibilities in the on-disk structure that
    > would mean starting over from scratch? That would be a major problem
    > once I have stuff scattered across 160GB of logical space on two
    > physical drives.
    I don't know about this.
    > 3) lvm10 recommends kernel version 2.4.20; I am running the standard
    > 2.4.18 on the server. It is crucial to do this upgrade? (I suppose it
    > wouldn't hurt since 2.4.20 contains the driver for my server's onboard
    > gigabit ethernet chip, which I am not presently using as 2.4.18 did not
    > support it, but still, I like to do as little as possible to the
    > fileserver.)
    I use lvm on both 2.4.18 and 2.4.19, it works fine.
    > 4) Is anyone using lvm on their system who can comment on success,
    > failure, pitfalls, etc?
    I use it on some high traffic servers, it works great. It is very
    useful in combination with reiserfs (apparently xfs also, I haven't
    tried it) you can extend volumes on the fly. I suggest creating your
    volumes fairly small and extending them as necessary, this allows you
    the most flexibility. I would recommend against putting your root
    partition on lvm though, it makes life difficult if you ever need to
    boot off a rescue disk etc.

    Cheers


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Corey Ralph Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139