]> sourceware.org Git - lvm2.git/commit
Remove lvm1 and pool disk formats
authorDavid Teigland <teigland@redhat.com>
Fri, 27 Apr 2018 21:22:46 +0000 (16:22 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 30 Apr 2018 21:55:02 +0000 (16:55 -0500)
commitc1cd18f21ef233fa19e948cf130e97c005a349ad
treedd257ff46f7214469c0f4bbca2c32cedc64387a0
parent029a76b4f830750cc312c062d77cdaa4d1a1bba9
Remove lvm1 and pool disk formats

There are likely more bits of code that can be removed,
e.g. lvm1/pool-specific bits of code that were identified
using FMT flags.

The vgconvert command can likely be reduced further.

The lvm1-specific config settings should probably have
some other fields set for proper deprecation.
63 files changed:
configure.ac
daemons/clvmd/clvmd-command.c
daemons/clvmd/lvm-functions.c
daemons/clvmd/lvm-functions.h
daemons/lvmetad/lvmetad-client.h
daemons/lvmetad/lvmetad-core.c
lib/Makefile.in
lib/activate/activate.c
lib/activate/activate.h
lib/cache/lvmcache.c
lib/cache/lvmetad.c
lib/commands/toolcontext.c
lib/config/config_settings.h
lib/display/display.c
lib/format1/.exported_symbols [deleted file]
lib/format1/Makefile.in [deleted file]
lib/format1/disk-rep.c [deleted file]
lib/format1/disk-rep.h [deleted file]
lib/format1/format1.c [deleted file]
lib/format1/format1.h [deleted file]
lib/format1/import-export.c [deleted file]
lib/format1/import-extents.c [deleted file]
lib/format1/layout.c [deleted file]
lib/format1/lvm1-label.c [deleted file]
lib/format1/lvm1-label.h [deleted file]
lib/format1/vg_number.c [deleted file]
lib/format_pool/.exported_symbols [deleted file]
lib/format_pool/Makefile.in [deleted file]
lib/format_pool/disk_rep.c [deleted file]
lib/format_pool/disk_rep.h [deleted file]
lib/format_pool/format_pool.c [deleted file]
lib/format_pool/format_pool.h [deleted file]
lib/format_pool/import_export.c [deleted file]
lib/format_pool/pool_label.c [deleted file]
lib/format_pool/pool_label.h [deleted file]
lib/format_pool/sptype_names.h [deleted file]
lib/format_text/export.c
lib/format_text/format-text.c
lib/format_text/import_vsn1.c
lib/locking/locking.c
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
lib/metadata/metadata.c
lib/metadata/segtype.h
lib/metadata/snapshot_manip.c
lib/metadata/vg.c
lib/metadata/vg.h
lib/report/report.c
lib/striped/striped.c
man/vgconvert.8_des
test/shell/format-lvm1.sh [deleted file]
test/shell/lvm1-basic.sh [deleted file]
test/shell/snapshot-lvm1.sh [deleted file]
tools/args.h
tools/lvconvert.c
tools/lvmcmdline.c
tools/pvscan.c
tools/stub.h
tools/toollib.c
tools/vals.h
tools/vgchange.c
tools/vgconvert.c
tools/vgscan.c
This page took 0.052847 seconds and 5 git commands to generate.