Link to home
Start Free TrialLog in
Avatar of ittechlab
ittechlabFlag for Canada

asked on

snapshot

how lvm snapshot works? I noticed that

[root@rhel5 proc]# lvconvert --merge /dev/VolGroup00/rootsnap
  Can't merge over open origin volume
  Can't initialize snapshot merge. Missing support in kernel?
  Unable to merge LV "rootsnap" into its origin.
[root@rhel5 proc]#
[root@rhel5 proc]#
[root@rhel5 proc]#
[root@rhel5 proc]# lvs
  LV       VG         Attr   LSize  Origin   Snap%  Move Log Copy%  Convert
  LogVol00 VolGroup00 owi-ao 27.91G
  LogVol01 VolGroup00 -wi-ao  1.97G
  rootsnap VolGroup00 swi-a-  1.00G LogVol00  47.76
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America image

"To check if your kernel supports the snapshot  merge  feature,  look  for  ’snapshot-
merge’  in the output of dmsetup targets."
Avatar of ittechlab

ASKER

[root@rhel5 ~]# dmsetup targets
multipath        v1.0.6
raid45           v1.0.0
snapshot-origin  v1.6.0
snapshot         v1.6.0
zero             v1.0.0
mirror           v1.2.0
striped          v1.1.0
linear           v1.0.2
error            v1.0.1
It doesn't look like it supports merge.
which version support snapshot merge
ASKER CERTIFIED SOLUTION
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
when i take a snapshot what is really happening. can you give me some insight.