summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* fix typo (fix bug #4239)Pascal Rigaux2003-08-111-1/+1
|
* allow choosing lv name (thanks to Brian Murrell)Pascal Rigaux2003-06-041-3/+3
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* add "new" to lvm.pm, and use itPascal Rigaux2002-12-181-0/+6
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* fix using given size for created LVs whereas lvcreate allocates a little lessPascal Rigaux2002-09-051-2/+9
| | | | | (thanks to Alan Hughes)
* - vg_add: do not vgremove the old_name anymore, this is dangerous and should ↵Pascal Rigaux2002-08-111-24/+34
| | | | | | | | | | not happen - lv_create: fix bug when {primary}{normal} didn't exist - use run_program::get_stdout instead of `` - create and use run() and run_or_die() which takes care of running vgscan again when needed - rename LVMname to VG_name
* ensure lvm tools don't need to be all installed at the same timePascal Rigaux2002-02-211-1/+6
|
* - LVs "device" field were containing "/dev/vg/number" whereas it must be ↵Pascal Rigaux2002-02-161-5/+11
| | | | | | | "vg/name" - added lv_resize
* - call pvcreate with "-y -ff"Pascal Rigaux2002-02-161-1/+3
| | | | | - created LVs are notFormatted
* enhance lvm handling (mostly standalone)Pascal Rigaux2001-09-161-5/+18
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* (get_lvs): remove the setting of flag isFormatted which was wrong (didn'tPascal Rigaux2001-04-031-1/+0
| | | | | propose to format it)
* protect the loading of module lvm-modPascal Rigaux2001-04-031-1/+1
|
* (lv_create): fix typoPascal Rigaux2001-03-051-1/+1
|
* small fixes for LVMPascal Rigaux2001-03-031-1/+2
|
* creationPascal Rigaux2001-03-031-0/+98