HomeSort by: relevance | last modified time | path
    Searched refs:LVM (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 17 # the debugging of lvm issues.
35 # user may override lvm and dmsetup location by setting LVM_BINARY
37 LVM=${LVM_BINARY-lvm}
46 "$LVM" version >& /dev/null || die 2 "Could not run lvm binary '$LVM'"
52 echo " -a advanced collection - warning: if lvm is already hung,"
54 echo " -m gather LVM metadata from the PVs"
116 myecho "Gathering LVM volume info...
    [all...]
vgimportclone.sh 31 # user may override lvm location by setting LVM_BINARY
32 LVM="${LVM_BINARY:-lvm}"
40 "$LVM" version >& /dev/null || die 2 "Could not run lvm binary '$LVM'"
90 #set to use old lvm.conf
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
    [all...]
fsadm.sh 17 # Script for resizing devices (usable for LVM resize)
51 # user may override lvm location by setting LVM_BINARY
52 LVM=${LVM_BINARY-lvm}
89 echo " -l | --lvresize Resize given device (if it is LVM device)"
131 test "$DO_LVRESIZE" -eq 2 && exec $LVM lvresize $VERB -r -L$(( $NEWSIZE / 1048576 )) $VOLUME
367 -a -n "$FSCK" -a -n "$XFS_CHECK" -a -n "LVM" \
370 $LVM version >/dev/null 2>&1 || error "Could not run lvm binary '$LVM'"
    [all...]
  /src/sys/rump/dev/lib/libdm/
Makefile 7 COMMENT=Device-mapper driver (for LVM)
  /src/usr.sbin/sysinst/
msg.pm.de 48 message create_vg {Erstellen einer Volume-Gruppe (LVM VG)}
67 Um RAID, LVM oder CGD zu verwenden:
69 LVM VG / CGD mit diesen Partitionen; 3) Speichern;
70 4) Erstellen der Partitionen f�r das RAID / CGD oder Logical Volumes f�r LVM.}
166 message fmtaslvm {Als LVM-PV formatieren}
msg.pm.en 50 message create_vg {Create volume group (LVM VG)}
69 listed below. To use RAID, LVM, or CGD: 1) Create partitions with the
70 appropriate type; 2) Create RAID/LVM VG/CGD using these partitions; 3) Save
71 changes; 4) Create partitions for RAID/CGD or Logical Volumes for LVM.}
160 message fmtaslvm {Format as LVM PV}
msg.pm.es 48 message create_vg {Crear grupo de vol�menes (LVM VG)}
67 Si desea utilizar RAID, LVM o CGD, siga estos pasos:
69 2) Crear RAID / LVM VG / CGD el uso de estas particiones; 3) Gu�rdalo;
70 4) Crear particiones de vol�menes RAID / CGD o l�gico de LVM.}
159 message fmtaslvm {Formato como LVM PV}
msg.pm.fr 48 message create_vg {Cr�er un groupe de volumes LVM (VG)}
67 Si vous souhaitez utiliser RAID, LVM ou DMC, proc�dez comme suit:
69 LVM VG / DMC utilisation de ces partitions; 3) la sauver;
70 4) Cr�er des partitions pour les volumes RAID / DMC ou logique par LVM.}
159 message fmtaslvm {Format de LVM PV}
msg.pm.pl 48 message create_vg {Utw�rz grup� wolumin�w (LVM VG)}
67 Je�li chcesz korzysta� z RAID, LVM lub CGD, wykonaj nast�puj�ce kroki:
69 2) Utw�rz RAID / LVM VG / CGD korzystania z tych partycji; 3) Zapisz go;
70 4) Tworzenie partycji dla RAID / CGD lub Logical Volumes dla LVM.}
159 message fmtaslvm {Formatuj jak LVM PV}
  /src/external/gpl2/lvm2/dist/
lvm2netbsd 117 echo cvs import src/external/gpl2/lvm2/dist REDHAT LVM${ver}
configure.in 206 AC_DEFINE([LVM1_FALLBACK], 1, [Define to 1 if 'lvm' should fall back to using LVM1 binaries if device-mapper is missing from the kernel])
253 [ --with-cluster=TYPE Cluster LVM locking support: internal/shared/none
265 AC_DEFINE([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.])
1166 lib/misc/lvm-version.h
  /src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
lvm2create_initrd 10 # Original LVM lvmcreate_initrd: ftp://ftp.sistina.com/pub/LVM/1.0/
31 # 15/05/2004 initial support for modules, create lvm.conf from lvm dumpconfig, other cleanups -- Jeff Layton
57 BINFILES=${BINFILES:-"`which lvm` `which bash` `which busybox` `which pivot_root`"}
69 echo "$cmd: [-h] [-v] [-c lvm.conf] [-m modulelist] [-e extrafiles] -r [raiddevs] [-R mdadm.conf] [-M style] [kernel version]"
72 echo " -c|--lvmconf path to lvm.conf (/etc/lvm/lvm.conf)"
104 PATH="/sbin:/bin:/usr/sbin:/usr/bin:/lib/lvm-200:/initrd/bin:/initrd/sbin
    [all...]

Completed in 23 milliseconds