1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/doc
Peter Rajnoha ebc236d085 config: add support for loading profiles
This patch adds --profile arg to lvm cmds and adds config/profile_dir
configuration setting to select the directory where profiles are stored
By default it's /etc/lvm/profile.

The profiles are added by using new "add_profile" fn and then loaded
using the "load_profile" fn. All profiles are stored in a cmd context
within the new "struct profile_params":

struct profile_params {
  const char *dir;
  struct profile *global_profile;
  struct dm_list profiles_to_load;
  struct dm_list profiles;
};

...where "dir" is the directory with profiles, "global_profile" is
the profile that is set globally via the --profile arg (IOW, not
set per VG/LV basis based on metadata record) and the "profiles"
is the list with loaded profiles.
2013-07-02 15:19:08 +02:00
..
kernel doc: update dm kernel files to 3.10-rc1 2013-05-17 16:05:17 +01:00
.gitignore More .gitignore files for an in-source-tree build. 2012-06-08 16:34:43 +01:00
example_cmdlib.c Fix lvm2cmd example in documentation. 2010-06-16 13:03:48 +00:00
example.conf.in config: add support for loading profiles 2013-07-02 15:19:08 +02:00
lvm2-raid.txt Add policy based automated repair of RAID logical volumes 2011-12-06 19:30:15 +00:00
lvm_fault_handling.txt Add policy based automated repair of RAID logical volumes 2011-12-06 19:30:15 +00:00
lvmetad_design.txt Change pvscan --lvmetad to pvscan --cache. 2012-03-02 18:09:46 +00:00
Makefile.in Clean generated files .exported_symbols_generated, example.conf for distclean. 2010-08-03 13:00:45 +00:00
pvmove_outline.txt o typo 2002-01-24 09:54:09 +00:00
tagging.txt There is no hotsname_tags but only hosttags... sigh, even docs is wrong :-) 2012-03-27 13:39:08 +00:00
testing.txt doc/testing.txt: Fix typo: s/this/thing/. 2007-09-25 08:28:57 +00:00
udev_assembly.txt Change pvscan --lvmetad to pvscan --cache. 2012-03-02 18:09:46 +00:00