Home
last modified time | relevance | path

Searched refs:lvm (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-extents.c52 struct lv_map *lvm; in _create_lv_maps() local
64 if (!(lvm = dm_pool_alloc(mem, sizeof(*lvm)))) in _create_lv_maps()
67 lvm->lv = ll->lv; in _create_lv_maps()
68 if (!(lvm->map = dm_pool_zalloc(mem, sizeof(*lvm->map) in _create_lv_maps()
72 if (!dm_hash_insert(maps, ll->lv->name, lvm)) in _create_lv_maps()
87 struct lv_map *lvm; in _fill_lv_array() local
92 if (!(lvm = dm_hash_lookup(maps, strrchr((char *)ll->lvd.lv_name, '/') in _fill_lv_array()
100 lvm->stripes = ll->lvd.lv_stripes; in _fill_lv_array()
101 lvm->stripe_size = ll->lvd.lv_stripesize; in _fill_lv_array()
103 lvs[ll->lvd.lv_number] = lvm; in _fill_lv_array()
[all …]
/netbsd-src/etc/rc.d/
H A Dlvm29 if [ -x /sbin/lvm ]; then
33 /sbin/lvm vgscan --mknodes --ignorelockingfailure >/dev/null
36 /sbin/lvm vgchange --ignorelockingfailure -a y >/dev/null
37 LV_LIST=$(/sbin/lvm vgdisplay -C -o vg_name --noheadings 2>/dev/null)
52 if [ -x /sbin/lvm ]; then
55 LOGICAL_VOLUMES=$(/sbin/lvm lvdisplay -C -o vg_name,lv_name \
57 VOLUME_GROUPS=$(/sbin/lvm vgdisplay -C -o vg_name \
61 LV_IS_ACTIVE=$(/sbin/lvm lvdisplay -C --noheadings \
66 /sbin/lvm lvchange -an --ignorelockingfailure \
75 set -- $(/sbin/lvm vgdisplay -cA ${vg} 2>/dev/null)
[all …]
H A Dlvmlockdir20 mkdir -p /var/run/lvm
21 chown root:operator /var/run/lvm
22 chmod 770 /var/run/lvm
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A DMakefile.in73 lvm
82 TARGETS += lvm.static
92 CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \
93 lvm2cmd.o lvm2cmd-static.o lvm2cmdlib.o lvm.static \
94 lvm.cflow lvm.xref lvm.tree lvm.rxref lvm.rtree \
95 lvmcmdlib.o lvm-static.o dmsetup.o $(TARGETS_DM)
H A DMakefile73 lvm
82 TARGETS += lvm.static
92 CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \
93 lvm2cmd.o lvm2cmd-static.o lvm2cmdlib.o lvm.static \
94 lvm.cflow lvm.xref lvm.tree lvm.rxref lvm.rtree \
95 lvmcmdlib.o lvm-static.o dmsetup.o $(TARGETS_DM)
/netbsd-src/external/gpl2/lvm2/dist/include/
H A D.symlinks12 ../lib/datastruct/lvm-types.h
32 ../lib/log/lvm-logging.h
46 ../lib/misc/lvm-exec.h
47 ../lib/misc/lvm-file.h
48 ../lib/misc/lvm-globals.h
49 ../lib/misc/lvm-string.h
50 ../lib/misc/lvm-version.h
51 ../lib/misc/lvm-wrappers.h
H A D.symlinks.in12 @top_srcdir@/lib/datastruct/lvm-types.h
32 @top_srcdir@/lib/log/lvm-logging.h
46 @top_srcdir@/lib/misc/lvm-exec.h
47 @top_srcdir@/lib/misc/lvm-file.h
48 @top_srcdir@/lib/misc/lvm-globals.h
49 @top_srcdir@/lib/misc/lvm-string.h
50 @top_builddir@/lib/misc/lvm-version.h
51 @top_srcdir@/lib/misc/lvm-wrappers.h
/netbsd-src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd182 lvm vgchange --ignorelockingfailure -P -a y
185 lvm vgchange --ignorelockingfailure -a y
215 echo 'devices {' > $TMPMNT/etc/lvm/lvm.conf
216 lvm dumpconfig | grep 'filter=' >> $TMPMNT/etc/lvm/lvm.conf
217 echo '}' >> $TMPMNT/etc/lvm/lvm.conf
427 mkdir -p $TMPMNT/etc/lvm
431 cp $LVMCONF $TMPMNT/etc/lvm/lvm.conf
H A Dlvm2create_initrd.pod7 B<lvm2create_initrd> [ B<-h|--help> ] [ B<-v|--verbose> ] [ B<-c|--lvmconf> I</path/to/lvm.conf> ] …
71 =item B<-c|--lvmconf> I</path/to/lvm.conf>
73 Specify an lvm.conf file to include in the image. This is useful if you have
76 included, then a lvm.conf file is created that contains only the current
77 device filter from an B<lvm dumpconfig>. This can also be set via the B<$LVMCONF>
161 Overrides the default value of $BINFILES (which is "/lib/lvm-200/lvm /bin/bash /bin/busybox /sbin/p…
187 B<MAKEDEV>(8), B<mdadm>(8), B<busybox>(8), B<lvm.conf>(5)
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dtesting.txt9 3) Write a suitable lvm.conf file, this goes in the directory you just
10 created. eg, my /etc/lvm_loops/lvm.conf looks like:
35 ./lvm vgscan
37 where ./lvm is the new build of LVM2 that I'm trying out.
39 7) Test away. Make sure that you are explicit about which lvm
40 executable you want to execute (eg, ./lvm if you are in
H A Dtagging.txt63 (a) lvm.conf
66 At startup, load lvm.conf.
80 lvm.conf: (Identical on every machine - global settings)
106 lvm.conf: (Identical on every machine)
137 lvm.conf: (Identical on every machine - global settings)
/netbsd-src/external/gpl2/lvm2/dist/test/
H A DMakefile.in71 .bin-dir-stamp: lvm-wrapper
74 for i in lvm $$(cat ../tools/.commands); do \
75 ln -s ../lvm-wrapper bin/$$i; \
80 lvm-wrapper: Makefile
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
H A DMakefile71 .bin-dir-stamp: lvm-wrapper
74 for i in lvm $$(cat ../tools/.commands); do \
75 ln -s ../lvm-wrapper bin/$$i; \
80 lvm-wrapper: Makefile
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
H A Dt-000-basic.sh13 lvm version
15 v=$abs_top_srcdir/lib/misc/lvm-version.h
18 lvm pvmove --version|sed -n "1s/.*: *\([0-9][^ ]*\) .*/\1/p" > actual
/netbsd-src/external/gpl2/lvm2/lib/liblvm/
H A DMakefile10 LIB= lvm
38 snapshot_manip.c crc.c lvm-exec.c lvm-file.c lvm-string.c \
39 lvm-wrappers.c timestamp.c util.c memlock.c report.c \
45 lvm-globals.c
/netbsd-src/external/gpl2/lvm2/dist/
H A DREADME17 linux-lvm@redhat.com
18 Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm
21 lvm-devel@redhat.com
22 Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm
H A DMakefile51 DISTCLEAN_TARGETS += lib/misc/configure.h lib/misc/lvm-version.h
118 -o $(LCOV_REPORTS_DIR)/lvm.info
120 $(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
H A DMakefile.in51 DISTCLEAN_TARGETS += lib/misc/configure.h lib/misc/lvm-version.h
118 -o $(LCOV_REPORTS_DIR)/lvm.info
120 $(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
/netbsd-src/external/mit/lua/dist/src/
H A DMakefile36 …ex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
163 ltable.h lundump.h lvm.h
168 ldo.h lgc.h lstring.h ltable.h lvm.h
174 ldebug.h ldo.h lfunc.h lstring.h lgc.h ltable.h lvm.h
177 lparser.h lstring.h ltable.h lundump.h lvm.h
195 lvm.h
208 llimits.h ltm.h lzio.h lmem.h ldo.h lgc.h lstring.h ltable.h lvm.h
211 llimits.h ltm.h lzio.h lmem.h ldo.h lgc.h lstring.h ltable.h lvm.h
219 lvm.o: lvm.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
221 ltable.h lvm.h ljumptab.h
/netbsd-src/external/gpl2/lvm2/dist/lib/
H A DMakefile.in81 misc/lvm-exec.c \
82 misc/lvm-file.c \
83 misc/lvm-globals.c \
84 misc/lvm-string.c \
85 misc/lvm-wrappers.c \
H A DMakefile81 misc/lvm-exec.c \
82 misc/lvm-file.c \
83 misc/lvm-globals.c \
84 misc/lvm-string.c \
85 misc/lvm-wrappers.c \
/netbsd-src/etc/
H A Dchangelist13 # /etc/lvm/archive/*
14 # /etc/lvm/backup/*
/netbsd-src/external/gpl2/lvm2/sbin/lvm/
H A DMakefile11 PROG= lvm
24 vgsplit.c lvm.c
/netbsd-src/external/gpl2/lvm2/dist/scripts/
H A Dlvmconf.sh125 SCRIPTFILE=/etc/lvm/.lvmconf-script.tmp
126 TMPFILE=/etc/lvm/.lvmconf-tmp.tmp
/netbsd-src/external/gpl2/lvm2/dist/man/
H A DMakefile26 MAN5=lvm.conf.5
27 MAN8=lvchange.8 lvconvert.8 lvcreate.8 lvdisplay.8 lvextend.8 lvm.8 \

123