All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] kernel: zam-7001: io error in reiserfs_find_entry
@ 2002-01-11  4:31 Jürgen Vollmer
  2002-01-11  4:38 ` Patrick Caulfield
  0 siblings, 1 reply; 8+ messages in thread
From: Jürgen Vollmer @ 2002-01-11  4:31 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 3250 bytes --]


Hi everybody,

I use kernel-source-2.4.16.SuSE-24.i386.rpm together with reiserfs and
made a snapshot which I then tar'ed.
Writing the tape seems to be ok. After that I did:

	tar --directory=/ --file=/dev/tape --compare

and got the message (while working i.e. modifying the  original filesystem)

Message from syslogd@joergli at Fri Jan 11 10:57:19 2002 ...
joergli kernel: zam-7001: io error in reiserfs_find_entry


The entire message in /var/log/message is:
--------------
Jan 11 10:57:19 joergli kernel: lvm -- giving up to snapshot /dev/LVMhome_vg/home on /dev/LVMhome_vg/lvm-snapshot: out of space
Jan 11 10:57:19 joergli kernel: lvm - lvm_map: ll_rw_blk for inactive LV /dev/LVMhome_vg/lvm-snapshot
Jan 11 10:57:19 joergli kernel: zam-7001: io error in reiserfs_find_entry
Jan 11 10:57:19 joergli kernel: invalid operand: 0000
Jan 11 10:57:19 joergli kernel: CPU:    1
Jan 11 10:57:19 joergli kernel: EIP:    0010:[ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21171255/96]    Tainted: PF
Jan 11 10:57:19 joergli kernel: EFLAGS: 00010286
Jan 11 10:57:19 joergli kernel: eax: 0000002d   ebx: c1fdea40   ecx: 00000001   edx: 00000001
Jan 11 10:57:19 joergli kernel: esi: c3170800   edi: cde2dee0   ebp: cde2de74   esp: cde2de2c
Jan 11 10:57:19 joergli kernel: ds: 0018   es: 0018   ss: 0018
Jan 11 10:57:19 joergli kernel: Process tar (pid: 19852, stackpage=cde2d000)
Jan 11 10:57:19 joergli kernel: Stack: c1fe031a c1fe3aa0 c1fdea40 cde2de50 cde2de5c c1fdeaac c1fc3f36 c3170800
Jan 11 10:57:19 joergli kernel:        c1fdea40 00000000 c1fdeaac cde2dea0 0001e7e7 0001e7e8 05c75bff 000001f4
Jan 11 10:57:19 joergli kernel:        00000000 00000003 d7bace60 c1fc4050 c77b8520 d7bacec0 00000008 cde2dea0
Jan 11 10:57:19 joergli kernel: Call Trace: [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21101798/96] [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21087584/96] [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21108160/96] [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21108052/96] [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21217482/96]
Jan 11 10:57:19 joergli kernel:    [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21108160/96] [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21108052/96] [ipv6:__insmod_ipv6_O/lib/modules/2.4.16-SMP/kernel/net/ipv6/ipv6+-21217200/96] [d_alloc+27/376] [real_lookup+122/264] [link_path_walk+1479/2080]
Jan 11 10:57:19 joergli kernel:    [path_walk+26/28] [__user_walk+53/80] [sys_lstat64+25/112] [sys_close+95/116] [system_call+51/56]
Jan 11 10:57:19 joergli kernel:
Jan 11 10:57:19 joergli kernel: Code: 0f 0b 68 a0 3a fe c1 85 f6 74 0f 0f b7 46 08 50 e8 32 77 16
--------------

So it seems that the snapshot is full. Is that correct, or do I have a serious
problem? Note: I'm doing my backups, so a dead backup is not a very good
one :-)

With best regards

Jürgen


-- 
Dr.rer.nat. Juergen Vollmer, Viktoriastrasse 15, D-76133 Karlsruhe
Tel: +49(721) 9204871 Fax: +49(721) 24874
juergen@informatik-vollmer.de,vollmer@cocolab.de,Juergen.Vollmer@acm.org
www.informatik-vollmer.de



[-- Attachment #2: Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: [linux-lvm] kernel: zam-7001: io error in reiserfs_find_entry
@ 2002-01-11 11:31 Stephenson, Dale
  2002-01-11 11:40 ` Patrick Caulfield
  0 siblings, 1 reply; 8+ messages in thread
From: Stephenson, Dale @ 2002-01-11 11:31 UTC (permalink / raw)
  To: 'linux-lvm@sistina.com'

Patrick Caulfield wrote:
> On Fri, Jan 11, 2002 at 11:47:37AM +0100, Thomas Ziegler wrote:
[snip]
> > - Is there a way to get the snapshot not destroyed if it is 
> getting full?
> 
> No. Once the snapshot is full then it can't be valid because 
> there may be
> blocks written to the original device that the snapshot can't 
> backup. The only
> way aoud this is to make your snapshots large enough to hold 
> all the data that
> is going to change on the original device during the backup.
> 
If it isn't full yet, is there any reason you couldn't just do an lvextend
on the snapshot volume?  (This assumes there is space available in the
volume group for the lvextend.)

Dale Stephenson
steph@snapserver.com

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

end of thread, other threads:[~2002-01-11 11:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-11  4:31 [linux-lvm] kernel: zam-7001: io error in reiserfs_find_entry Jürgen Vollmer
2002-01-11  4:38 ` Patrick Caulfield
2002-01-11  4:52   ` Thomas Ziegler
2002-01-11  5:02     ` Patrick Caulfield
2002-01-11  8:39       ` Chris Mason
  -- strict thread matches above, loose matches on Subject: below --
2002-01-11 11:31 Stephenson, Dale
2002-01-11 11:40 ` Patrick Caulfield
2002-01-11 11:58   ` Chris Mason

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.