Home
last modified time | relevance | path

Searched refs:LVM (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/lvm2/dist/scripts/
H A Dvgimportclone.sh32 LVM="${LVM_BINARY:-lvm}"
40 "$LVM" version >& /dev/null || die 2 "Could not run lvm binary '$LVM'"
174 "$LVM" version
207 PVS_OUT=`"${LVM}" pvs ${LVM_OPTS} --noheadings -o vg_name "$ARG" 2>/dev/null`
230 OLDVGS=`"${LVM}" vgs ${LVM_OPTS} -o name --noheadings 2>/dev/null`
245 "$LVM" dumpconfig ${LVM_OPTS} | \
311 "$LVM" vgimport ${LVM_OPTS} ${TEST_OPT} "${VGNAME}"
329 "$LVM" pvchange ${LVM_OPTS} ${TEST_OPT} --uuid ${BLOCKDEV} --config 'global{activation=0}'
335 "$LVM" vgchange ${LVM_OPTS} ${TEST_OPT} --uuid "${VGNAME}" --config 'global{activation=0}'
341 "$LVM" vgrename ${LVM_OPTS} ${TEST_OPT} "${VGNAME}" "${NEWVGNAME}"
[all …]
H A Dlvm_dump.sh37 LVM=${LVM_BINARY-lvm}
46 "$LVM" version >& /dev/null || die 2 "Could not run lvm binary '$LVM'"
119 log "\"$LVM\" vgscan -vvvv > \"$dir/vgscan\" 2>&1"
122 log "\"$LVM\" pvscan -v >> \"$dir/pvscan\" 2>> \"$log\""
125 log "\"$LVM\" lvs -a -o +devices >> \"$dir/lvs\" 2>> \"$log\""
128 log "\"$LVM\" pvs -a -v > \"$dir/pvs\" 2>> \"$log\""
131 log "\"$LVM\" vgs -v > \"$dir/vgs\" 2>> \"$log\""
174 "$LVM" lvs --version >> "$dir/versions" 2>> "$log"
208 pvs="$("$LVM" pvs --separator , --noheadings --units s --nosuffix -o \
H A Dfsadm.sh52 LVM=${LVM_BINARY-lvm}
131 test "$DO_LVRESIZE" -eq 2 && exec $LVM lvresize $VERB -r -L$(( $NEWSIZE / 1048576 )) $VOLUME
370 $LVM version >/dev/null 2>&1 || error "Could not run lvm binary '$LVM'"
/dragonfly/contrib/lvm2/dist/udev/
H A D12-dm-permissions.rules18 # DM_LV_NAME - logical volume name (not set if LVM device not present)
19 # DM_VG_NAME - volume group name (not set if LVM device not present)
20 # DM_LV_LAYER - logical volume layer (not set if LVM device not present)
38 # LVM DEVICES
40 # Set permissions for all LVM devices
41 # ENV{DM_UUID}=="LVM-?*", OWNER:="root", GROUP:="root", MODE:="660"
43 # Set permissions for all devices that belong to one LVM VG
46 # Set permissions for an LVM device with VG named VolGroup00 and LV named LogVol00 exactly
49 # Set permissions for all LVM devices that does not belong to a VG named VolGroup00
H A D11-dm-lvm.rules5 # Udev rules for LVM.
7 # These rules create symlinks for LVM logical volumes in
18 ENV{DM_UUID}!="LVM-?*", GOTO="lvm_end"
/dragonfly/sys/dev/disk/dm/doc/
H A DTODO9 General LVM tasks
13 * Integrate LVM with the sysinst, so we can configure LVM during installation
H A Ddesign.txt5 1) Device mapper device in a POV of LVM it is an Logical Volume.
/dragonfly/contrib/lvm2/dist/doc/
H A Dtagging.txt3 1) Ability to attach an unordered list of tags to LVM metadata objects.
5 3) Ability to select LVM objects for processing according to presence/absence
16 2) LVM object types that can be tagged:
20 3) A tag can be used in place of any command line LVM object reference that
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A DREADME12 particular, if you're using LVM on RAID, make sure that you have a filter that
25 5) No userspace md tools are installed, so if you're using LVM on RAID, then
H A Dlvm2create_initrd336 mke2fs $OPT_Q -F -m0 -L LVM-$VERSION $DEVRAM $INITRDSIZE
493 title ramdisk LVM
/dragonfly/contrib/lvm2/dist/
H A Dlvm2netbsd117 echo cvs import src/external/gpl2/lvm2/dist REDHAT LVM${ver}
H A Dconfigure.in253 [ --with-cluster=TYPE Cluster LVM locking support: internal/shared/none
265 …CLUSTER_LOCKING_INTERNAL], 1, [Define to 1 to include built-in support for clustered LVM locking.])
335 dnl -- Build cluster LVM daemon
336 AC_MSG_CHECKING(whether to build cluster LVM daemon)
338 [ --with-clvmd=TYPE Build cluster LVM Daemon.
902 [Define to 1 to include the LVM readline shell.])
H A DWHATS_NEW35 Use udev flags support in LVM and apply various fixes to udev rules.
109 Add --noudevsync option for relevant LVM tools.
135 Add lvm_config_override to liblvm to allow caller to override LVM config.
168 Add EUNCLASSIFIED (-1) as the default LVM errno code.
810 Add wrappers to some functions in preparation for external LVM library.
1012 Add clvmd function to return the cluster name. not used by LVM yet.
1222 Add 'LVM-' prefix to uuids.
1721 The new format of LVM metadata is ready for you to test!
H A DWHATS_NEW_DM308 Additional LVM- prefix matching for transitional period.
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-version.h.in18 * The LVM version number
H A Dconfigure.h.in6 /* Define to 1 to include built-in support for clustered LVM locking. */
419 /* Define to 1 to include the LVM readline shell. */
/dragonfly/etc/defaults/
H A Duuids40 e6d6d379-f507-44c2-a23c-238f2a3df928 "Linux LVM"
/dragonfly/contrib/file/magic/Magdir/
H A Dlinux306 # Linux Logical Volume Manager (LVM)
327 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
352 # LVM snapshot
354 0 string SnAp LVM Snapshot (CopyOnWrite store)
/dragonfly/sys/dev/disk/dm/dmirror/
H A Ddmirror_notes.txt261 However, I guess this is a function of LVM? So I might not have