All of lore.kernel.org
 help / color / mirror / Atom feed
* re[2]: [linux-lvm] [Q] LVM snapshot volume extendable?
@ 2003-01-13 15:47 Greg Freemyer
  2003-01-16 17:36 ` Sean Oh
  0 siblings, 1 reply; 14+ messages in thread
From: Greg Freemyer @ 2003-01-13 15:47 UTC (permalink / raw)
  To: LVM Mailing list; +Cc: xfs mailing list

I agree, their seems to be a bug in LVM.

I am running XFS Version 1.2pre3 based on the 2.4.19 kernel and I cannot extend a LV with XFS fs on top.

In particular this works:

>>>
xfs_freeze -f /data                                                  (I don't have the patch installed)
lvcreate --snapshot -L 100M --name data_snap /dev/VG/data 
xfs_freeze -u /data                                                 (I don't have the patch installed)
mount -t xfs -o ro,nouuid /dev/VG/data_snap /data_snap
<<<

And this does not.

>>>
xfs_freeze -f /data                                                  (I don't have the patch installed)
lvcreate --snapshot -L 100M --name data_snap /dev/VG/data 
xfs_freeze -u /data                                                 (I don't have the patch installed)

lvdisplay /dev/VG/data_snap                                   (verified 0% used)
dd if=/dev/zero of=/data/dummy bs=1M count=75     (create a 75 Meg dummy file)
lvdisplay /dev/VG/data_snap                                   (verified approx 75% used)
lvextend -L +100M /dev/VG/data_snap          
lvdisplay /dev/VG/data_snap                                   (verified approx 37% used)

#  Everything looks fine, so I try to mount it

mount -t xfs -o ro,nouuid /dev/VG/data_snap /data_snap
mount: wrong fs type, bad option, bad superblock on /dev/TruStore-Data/data_snap,
       or too many mounted file systems
<<<


Greg Freemyer
The Norcross Group

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

end of thread, other threads:[~2003-01-19  2:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-13 15:47 re[2]: [linux-lvm] [Q] LVM snapshot volume extendable? Greg Freemyer
2003-01-16 17:36 ` Sean Oh
2003-01-16 17:54   ` Dale J. Stephenson
2003-01-16 20:46     ` Sean Oh
2003-01-17  4:02   ` jon+lvm
2003-01-17  5:29     ` Sean Oh
2003-01-17 12:25       ` jon+lvm
2003-01-17 13:26       ` Jose Luis Domingo Lopez
2003-01-17 15:19         ` [linux-lvm] Kernel PANIC after partition change on RedHat 8.0 Yuliy Minchev
2003-01-18 15:20           ` Steven Lembark
2003-01-19  0:24             ` Yuliy Minchev
2003-01-19  0:44               ` Steven Lembark
2003-01-19  0:52                 ` Yuliy Minchev
2003-01-19  2:36                   ` Yuliy Minchev

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.