All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Chmielewski <mangoo@wpkg.org>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] vgdisplay - checksum error - what does it mean?
Date: Thu, 15 Feb 2007 16:23:33 +0100	[thread overview]
Message-ID: <45D47AF5.2040106@wpkg.org> (raw)
In-Reply-To: <45D448F5.3000301@wpkg.org>

Tomasz Chmielewski schrieb:
> Recently, I used "vgdisplay", and noticed that it gives a "checksum error":
> 
> # vgdisplay
>   /dev/sda2: Checksum error
>   --- Volume group ---
>   VG Name               LVM2
>   System ID
>   Format                lvm2
>   Metadata Areas        1
>   Metadata Sequence No  49
>   VG Access             read/write
>   VG Status             resizable
>   MAX LV                0
>   Cur LV                34
>   Open LV               34
>   Max PV                0
>   Cur PV                1
>   Act PV                1
>   VG Size               743.16 GB
>   PE Size               4.00 MB
>   Total PE              190250
>   Alloc PE / Size       175807 / 686.75 GB
>   Free  PE / Size       14443 / 56.42 GB
>   VG UUID               yV2ADe-MeJd-dHbd-ExLP-AIu3-OTA2-u46qhl
> 
> 
> Should I be scared? What does it mean? What should I do about it? I 
> wouldn't like to loose the data.
> 
> If it helps, my setup looks like that:
> 
> HDD1-sda2-\
> HDD2-sdb2-|__RAID-10--LVM-2
> HDD3-sdc2-|
> HDD4-sdd2-/
> 
> I'm running 2.6.17.8 kernel.

Hmmm... isn't it something that tells about the history of that system?

# lvmdiskscan | egrep '(sd|md)'
   /dev/sda2: Checksum error
   /dev/md0                      [        1.03 GB]
   /dev/md1                      [        1.03 GB]
   /dev/sda2                     [      371.58 GB] LVM physical volume
   /dev/md2                      [      743.16 GB] LVM physical volume
   /dev/sdb2                     [      371.58 GB]
   /dev/sdc2                     [      371.58 GB]
   /dev/sdd2                     [      371.58 GB]


/dev/md0 is RAID-1  -> swap
/dev/md1 is RAID-1  -> root filesystem
/dev/md2 is RAID-10 -> all LVM volumes


So this basically means, that LVM was set up on /dev/sda2 some time ago, 
but it was never removed from there - instead, RAID-10 was set up on 
that partition?

Should I do something to fix the things? What?


-- 
Tomasz Chmielewski
http://wpkg.org

  reply	other threads:[~2007-02-15 15:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 11:50 [linux-lvm] vgdisplay - checksum error - what does it mean? Tomasz Chmielewski
2007-02-15 15:23 ` Tomasz Chmielewski [this message]
2007-02-16  7:47   ` Luca Berra
2007-02-16  9:44     ` Tomasz Chmielewski
2007-02-17 12:56       ` Luca Berra
2007-02-17 18:34         ` Alasdair G Kergon
2007-02-22 13:21           ` Tomasz Chmielewski
2007-02-22 13:55             ` Tomasz Chmielewski
2007-02-25  8:38               ` Luca Berra
2007-03-02 11:36                 ` Tomasz Chmielewski
2007-03-02 11:48                   ` Tomasz Chmielewski

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=45D47AF5.2040106@wpkg.org \
    --to=mangoo@wpkg.org \
    --cc=linux-lvm@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.