]> sourceware.org Git - lvm2.git/commit
clvmd: separate saved_vg from vginfo
authorDavid Teigland <teigland@redhat.com>
Wed, 2 May 2018 21:58:49 +0000 (16:58 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 3 May 2018 19:54:48 +0000 (14:54 -0500)
commitc016b573ee32ff836f1d427d5cf58eb6480cf7b8
tree8307f9f0969100993e95e9f23849cba0426d5523
parenta5e13f2eef5314666e19923a03ae01f479a74fd8
clvmd: separate saved_vg from vginfo

The clvmd saved_vg data is independent from the normal lvm
lvmcache vginfo data, so separate saved_vg from vginfo.
Normal lvm doesn't need to use save_vg at all, and in clvmd,
lvmcache changes on vginfo can be made without worrying
about unwanted effects on saved_vg.
daemons/clvmd/lvm-functions.c
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/metadata/metadata.c
tools/toollib.c
This page took 0.041774 seconds and 5 git commands to generate.