linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] error creating snapshots
@ 2009-11-03  3:35 Stuart D. Gathman
  2009-11-03 14:16 ` [linux-lvm] " Mike Snitzer
  0 siblings, 1 reply; 7+ messages in thread
From: Stuart D. Gathman @ 2009-11-03  3:35 UTC (permalink / raw)
  To: linux-lvm

Is this a harmless error having to do with some misreported option to notify a
user process when the snapshot is almost full?  Or should I switch backups over
to network based because this means LVM might corrupt data?

CentOS-5.4

# uname -a
Linux xerces.jsconnor.com 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:03:03 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
# lvcreate -s -L20G -n dmm_snap bms_data/dmm
  bms_data-dmm_snap: event registration failed: 10071:3 
libdevmapper-event-lvm2snapshot.so dlopen failed: 
/usr/lib64/liblvm2cmd.so.2.02: undefined symbol: dm_list_empty
  bms_data/snapshot0: snapshot segment monitoring function failed.
  Logical volume "dmm_snap" created
# echo $?
0
# lvremove bms_data/dmm_snap
Do you really want to remove active logical volume dmm_snap? [y/n]: y
  Logical volume "dmm_snap" successfully removed
# diff /etc/lvm/backup/bms_data /etc/lvm/archive/bms_data_00290.vg
6c6
< description = "Created *after* executing 'lvremove bms_data/dmm_snap'"
---
> description = "Created *before* executing 'lvremove bms_data/dmm_snap'"
13c13
<       seqno = 430
---
>       seqno = 429
235a236,271
> 
>               dmm_snap {
>                       id = "2KshBd-67nj-nyrX-RUKK-LEl2-ZXBP-bJrtwe"
>                       status = ["READ", "WRITE"]
>                       flags = []
>                       segment_count = 1
> 
>                       segment1 {
>                               start_extent = 0
>                               extent_count = 640      # 20 Gigabytes
> 
>                               type = "striped"
>                               stripe_count = 1        # linear
> 
>                               stripes = [
>                                       "pv0", 7648
>                               ]
>                       }
>               }
> 
>               snapshot0 {
>                       id = "zUturd-IQZR-3xYu-SgpB-NnzK-0XKL-JN3fWh"
>                       status = ["READ", "WRITE", "VISIBLE"]
>                       flags = []
>                       segment_count = 1
> 
>                       segment1 {
>                               start_extent = 0
>                               extent_count = 1280     # 40 Gigabytes
> 
>                               type = "snapshot"
>                               chunk_size = 8
>                               origin = "dmm"
>                               cow_store = "dmm_snap"
>                       }

-- 
	      Stuart D. Gathman <stuart@bmsi.com>
    Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flammis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-11-03 17:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03  3:35 [linux-lvm] error creating snapshots Stuart D. Gathman
2009-11-03 14:16 ` [linux-lvm] " Mike Snitzer
2009-11-03 14:50   ` Stuart D. Gathman
2009-11-03 14:54     ` Stuart D. Gathman
2009-11-03 16:48   ` Stuart D. Gathman
2009-11-03 17:17     ` Bryn M. Reeves
2009-11-03 17:17       ` Stuart D. Gathman

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).