]> sourceware.org Git - lvm2.git/log
lvm2.git
22 years agoFix dev_close arg.
Alasdair Kergon [Thu, 24 Jan 2002 13:31:18 +0000 (13:31 +0000)]
Fix dev_close arg.

22 years agoRemove any core files on distclean.
Alasdair Kergon [Thu, 24 Jan 2002 13:30:40 +0000 (13:30 +0000)]
Remove any core files on distclean.

22 years agoo typo
Joe Thornber [Thu, 24 Jan 2002 09:54:09 +0000 (09:54 +0000)]
o typo

22 years agoo Cut and paste description of how pvmove works that I was mailing someone.
Joe Thornber [Thu, 24 Jan 2002 09:26:13 +0000 (09:26 +0000)]
o  Cut and paste description of how pvmove works that I was mailing someone.

22 years agoo Remove redundant symlink-handling code.
Alasdair Kergon [Wed, 23 Jan 2002 18:55:01 +0000 (18:55 +0000)]
o Remove redundant symlink-handling code.
o When opening device, return error if its cached name is incorrect (eg if
  it's changed since the cache was generated).  This prevents use until
  the cache is rebuilt (eg with vgscan).  Doesn't catch every case.

22 years agoAvoid using VG metadata on PVs that are not in VGs.
Alasdair Kergon [Wed, 23 Jan 2002 15:50:34 +0000 (15:50 +0000)]
Avoid using VG metadata on PVs that are not in VGs.

22 years ago*** empty log message ***
Alasdair Kergon [Wed, 23 Jan 2002 12:25:30 +0000 (12:25 +0000)]
*** empty log message ***

22 years agoSilently remove any existing symlink before creating a new one.
Alasdair Kergon [Tue, 22 Jan 2002 19:58:37 +0000 (19:58 +0000)]
Silently remove any existing symlink before creating a new one.

22 years agoUpdate with info on how to configure command output to look like LVM1
Alasdair Kergon [Tue, 22 Jan 2002 19:20:46 +0000 (19:20 +0000)]
Update with info on how to configure command output to look like LVM1

22 years agoReviewed interaction with lib/activate now that the interface has settled down.
Alasdair Kergon [Tue, 22 Jan 2002 19:11:12 +0000 (19:11 +0000)]
Reviewed interaction with lib/activate now that the interface has settled down.

22 years agoNew config options to customise message output.
Alasdair Kergon [Tue, 22 Jan 2002 15:33:57 +0000 (15:33 +0000)]
New config options to customise message output.

22 years agoCustomisable message output prefix / indentation.
Alasdair Kergon [Tue, 22 Jan 2002 15:33:40 +0000 (15:33 +0000)]
Customisable message output prefix / indentation.

22 years agoo added BUGS file.
Joe Thornber [Tue, 22 Jan 2002 14:40:38 +0000 (14:40 +0000)]
o  added BUGS file.

22 years agoo Fix inverted logic in list_empty test.
Joe Thornber [Tue, 22 Jan 2002 14:16:27 +0000 (14:16 +0000)]
o  Fix inverted logic in list_empty test.

22 years agoold file
Alasdair Kergon [Tue, 22 Jan 2002 13:29:34 +0000 (13:29 +0000)]
old file

22 years agoUpdate. Ready to release?
Alasdair Kergon [Tue, 22 Jan 2002 13:11:01 +0000 (13:11 +0000)]
Update.  Ready to release?

22 years agoNo need for file output to default to stderr now that log file can be
Alasdair Kergon [Mon, 21 Jan 2002 19:05:00 +0000 (19:05 +0000)]
No need for file output to default to stderr now that log file can be
specified in config file.

22 years agoInsert a missing hash_remove.
Alasdair Kergon [Mon, 21 Jan 2002 19:04:13 +0000 (19:04 +0000)]
Insert a missing hash_remove.

22 years agoo Allow fractional parts for size args. eg, lvcreate -L 34.4M
Joe Thornber [Mon, 21 Jan 2002 17:43:10 +0000 (17:43 +0000)]
o  Allow fractional parts for size args. eg, lvcreate -L 34.4M

o  Fix a couple of bugs related to the earlier lv_list change

22 years agoo Similar changes for lv_list.
Joe Thornber [Mon, 21 Jan 2002 16:49:32 +0000 (16:49 +0000)]
o  Similar changes for lv_list.

22 years agoo fail if create_pv_list would produce an empty list.
Joe Thornber [Mon, 21 Jan 2002 16:15:25 +0000 (16:15 +0000)]
o  fail if create_pv_list would produce an empty list.

22 years agoo Typo in comment
Joe Thornber [Mon, 21 Jan 2002 16:10:36 +0000 (16:10 +0000)]
o  Typo in comment

22 years agoo Changed
Joe Thornber [Mon, 21 Jan 2002 16:05:23 +0000 (16:05 +0000)]
o  Changed

   struct pv_list {
struct list list;
struct physical_volume pv;
   };

   to

   struct pv_list {
struct list list;
struct physical_volume *pv;
   };

o  New function in toollib 'create_pv_list', which creates a list of pv's
   from a given command line array of pv's.

o  Changed lvcreate/extend to use this (fixes lvextend [pv list] bug).

22 years agoIs this sufficient to fix make -j?
Alasdair Kergon [Mon, 21 Jan 2002 16:02:55 +0000 (16:02 +0000)]
Is this sufficient to fix make -j?

22 years agoFixx OB1 error in max LV and max PV numbers
Patrick Caulfield [Mon, 21 Jan 2002 14:53:47 +0000 (14:53 +0000)]
Fixx OB1 error in max LV and max PV numbers

22 years agoo Changed find_pv_in_vg, and find_lv_in_vg to return a struct pv_list * and
Joe Thornber [Mon, 21 Jan 2002 14:28:12 +0000 (14:28 +0000)]
o  Changed find_pv_in_vg, and find_lv_in_vg to return a struct pv_list * and
   struct lv_list * respectively.

22 years agoo names.[hc]
Joe Thornber [Mon, 21 Jan 2002 13:11:03 +0000 (13:11 +0000)]
o names.[hc]

22 years agoo lvdisplay now gives a segment map for the -m option.
Joe Thornber [Mon, 21 Jan 2002 12:05:39 +0000 (12:05 +0000)]
o  lvdisplay now gives a segment map for the -m option.

22 years agoo removed display_uuid
Joe Thornber [Mon, 21 Jan 2002 11:29:06 +0000 (11:29 +0000)]
o  removed display_uuid

o use id_write_format from lib/uuid/uuid.h instead

22 years agoo move the path building functions to lib/activate/names.c
Joe Thornber [Mon, 21 Jan 2002 11:06:32 +0000 (11:06 +0000)]
o  move the path building functions to lib/activate/names.c

o  Update activate.c and fs.c to use them

o  device names are now of the form <vg>:<lv>

22 years agoAllow syslog facility to be set, or turned off, from the config file.
Alasdair Kergon [Fri, 18 Jan 2002 21:26:37 +0000 (21:26 +0000)]
Allow syslog facility to be set, or turned off, from the config file.

22 years agoDisplay something in the "hypothetical" unknown log level case.
Alasdair Kergon [Fri, 18 Jan 2002 19:38:19 +0000 (19:38 +0000)]
Display something in the "hypothetical" unknown log level case.

22 years agoUse same log levels as LVM2.
Alasdair Kergon [Fri, 18 Jan 2002 19:37:26 +0000 (19:37 +0000)]
Use same log levels as LVM2.

22 years agoAllow compilation against a device-mapper that was installed into $DESTDIR
Alasdair Kergon [Fri, 18 Jan 2002 16:43:19 +0000 (16:43 +0000)]
Allow compilation against a device-mapper that was installed into $DESTDIR
Always check for negative (error) return code from lv_active()

22 years agoMore updates.
Alasdair Kergon [Fri, 18 Jan 2002 13:45:12 +0000 (13:45 +0000)]
More updates.

22 years agoadded before 2.1 item
Heinz Mauelshagen [Fri, 18 Jan 2002 11:07:26 +0000 (11:07 +0000)]
added before 2.1 item

22 years agobeta1-pre1 tagged, but there's still some documentation to update/write.
Alasdair Kergon [Thu, 17 Jan 2002 18:48:08 +0000 (18:48 +0000)]
beta1-pre1 tagged, but there's still some documentation to update/write.

22 years agoSupport --version argument and 'version' shell command.
Alasdair Kergon [Thu, 17 Jan 2002 16:39:24 +0000 (16:39 +0000)]
Support --version argument and 'version' shell command.

22 years agoAdd function that returns the library version.
Alasdair Kergon [Thu, 17 Jan 2002 14:13:25 +0000 (14:13 +0000)]
Add function that returns the library version.

22 years agoAdd another level of symlink to library name (like LVM1) so people who find
Alasdair Kergon [Thu, 17 Jan 2002 13:37:09 +0000 (13:37 +0000)]
Add another level of symlink to library name (like LVM1) so people who find
themselves running multiple incompatible kernel versions will just need
to swap symlinks at boot.

22 years agoUse additional version numbers.
Alasdair Kergon [Thu, 17 Jan 2002 13:19:55 +0000 (13:19 +0000)]
Use additional version numbers.
  Kernel driver has a version number (stored in kernel/VERSION).
  The first two components of this (0.94) give the version number of the
  ioctl interface.  This number must be changed whenever a change is
  made to the ioctl interface that breaks backwards compatibility.

  The library has a version number (stored in VERSION) which is
  used for linking.
  The first and/or second component of this must be changed whenever
  a change is made to the library API that breaks backwards
  compatibility.

22 years agoo pvcreate --uuid to specify the uuid (required before using vgcfgrestore
Alasdair Kergon [Wed, 16 Jan 2002 18:10:08 +0000 (18:10 +0000)]
o pvcreate --uuid to specify the uuid (required before using vgcfgrestore
  onto a new device).  uuid specified must not already exist on the system.
o More message tidying.
o When checking for label, only read PV metadata.
o Add ataraid.  [Needs moving into config/defaults files.]

22 years agoo save before committing
Joe Thornber [Wed, 16 Jan 2002 15:53:42 +0000 (15:53 +0000)]
o save before committing

22 years agoo lvm.conf file that contains the same settings that would be assumed if it
Joe Thornber [Wed, 16 Jan 2002 15:52:53 +0000 (15:52 +0000)]
o  lvm.conf file that contains the same settings that would be assumed if it
   wasn't there.  A good starting point for tweaking.

22 years agoMove test flag from log to global section of config file.
Alasdair Kergon [Wed, 16 Jan 2002 15:20:51 +0000 (15:20 +0000)]
Move test flag from log to global section of config file.

22 years agoo Don't update vgcache when (not really) writing in test mode.
Alasdair Kergon [Wed, 16 Jan 2002 14:43:27 +0000 (14:43 +0000)]
o Don't update vgcache when (not really) writing in test mode.
o Don't continue iterating through a possibly-deleted list.

22 years agoRemove a duplicate disk read (can_handle).
Alasdair Kergon [Wed, 16 Jan 2002 13:09:26 +0000 (13:09 +0000)]
Remove a duplicate disk read (can_handle).

22 years ago#include <string.h>
Patrick Caulfield [Wed, 16 Jan 2002 12:02:06 +0000 (12:02 +0000)]
#include <string.h>

22 years agoo Set the segment counter back to 1, for a new LV.
Joe Thornber [Wed, 16 Jan 2002 11:34:29 +0000 (11:34 +0000)]
o  Set the segment counter back to 1, for a new LV.

22 years agoo Add pvmove to the stub file.
Joe Thornber [Wed, 16 Jan 2002 11:27:19 +0000 (11:27 +0000)]
o  Add pvmove to the stub file.

22 years agoo Knock out the "'%s' is not a block device" debug message.
Joe Thornber [Wed, 16 Jan 2002 09:23:28 +0000 (09:23 +0000)]
o  Knock out the "'%s' is not a block device" debug message.

22 years agoReduce 'no label found' message severity to debug level.
Alasdair Kergon [Wed, 16 Jan 2002 00:01:36 +0000 (00:01 +0000)]
Reduce 'no label found' message severity to debug level.

22 years agoFix function typecasts.
Alasdair Kergon [Tue, 15 Jan 2002 23:47:56 +0000 (23:47 +0000)]
Fix function typecasts.

22 years ago o More comprehensive config parameter debugging messages.
Alasdair Kergon [Tue, 15 Jan 2002 23:34:13 +0000 (23:34 +0000)]
 o More comprehensive config parameter debugging messages.
 o Make /proc configurable.
 o Review hard-coded "/dev"s - made 2 more of them configurable.

22 years agoo missing labeller free
Alasdair Kergon [Tue, 15 Jan 2002 21:28:04 +0000 (21:28 +0000)]
o missing labeller free
o updated vgcfgrestore args
o change _check_for_open_devices only to check devices present in the hash
  table instead of using dev_iter which triggers a full scan even when only
  displaying command line help

22 years agoo Actually check in vgcfgrestore.
Joe Thornber [Tue, 15 Jan 2002 18:17:57 +0000 (18:17 +0000)]
o  Actually check in vgcfgrestore.

22 years agoo vgcfgrestore works ! (with the couple of examples I tried).
Joe Thornber [Tue, 15 Jan 2002 17:37:23 +0000 (17:37 +0000)]
o  vgcfgrestore works ! (with the couple of examples I tried).

22 years agoAnother ioctl interface update:
Alasdair Kergon [Tue, 15 Jan 2002 15:21:57 +0000 (15:21 +0000)]
Another ioctl interface update:
  Supply offset to start of variable data area (so struct size can change
without breaking backward compatibility)
  Add command that just returns the driver version

22 years agoo split the uuid -> device map out from vgcache
Joe Thornber [Tue, 15 Jan 2002 10:24:48 +0000 (10:24 +0000)]
o  split the uuid -> device map out from vgcache

o  roll vgcache back to agk's implementation, we'll revisit this as part
   of the cluster integration.

o  change the extra_info field in a label to be a void *

22 years agoSome ioctl interface changes. (Do we want these?)
Alasdair Kergon [Mon, 14 Jan 2002 23:07:32 +0000 (23:07 +0000)]
Some ioctl interface changes. (Do we want these?)
  - use status bits (so we can add flags without changing the struct size)
  - use dev_t

22 years agoo Non-caching implementation of new vgcache interface.
Joe Thornber [Mon, 14 Jan 2002 11:43:52 +0000 (11:43 +0000)]
o  Non-caching implementation of new vgcache interface.

22 years agoo LVM1 labeller.
Joe Thornber [Mon, 14 Jan 2002 10:00:56 +0000 (10:00 +0000)]
o  LVM1 labeller.

22 years agoo Reformat comment and correct typo.
Joe Thornber [Mon, 14 Jan 2002 09:59:12 +0000 (09:59 +0000)]
o  Reformat comment and correct typo.

22 years agoo Add rename support to dmsetup.
Alasdair Kergon [Fri, 11 Jan 2002 12:12:46 +0000 (12:12 +0000)]
o Add rename support to dmsetup.
o Add support to use specified minor number to library and dmsetup.

22 years agoCouple of typos fixed.
Patrick Caulfield [Fri, 11 Jan 2002 11:34:53 +0000 (11:34 +0000)]
Couple of typos fixed.

22 years agoo Put in the pv_hash which stores the pv section name -> pv struct mapping.
Joe Thornber [Fri, 11 Jan 2002 11:09:12 +0000 (11:09 +0000)]
o  Put in the pv_hash which stores the pv section name -> pv struct mapping.

22 years agoo label.c now compiles.
Joe Thornber [Fri, 11 Jan 2002 10:43:32 +0000 (10:43 +0000)]
o  label.c now compiles.

22 years agoChange lvm2_label to use Joe's new label switch system.
Patrick Caulfield [Fri, 11 Jan 2002 10:39:56 +0000 (10:39 +0000)]
Change lvm2_label to use Joe's new label switch system.

22 years agoSupport the renaming of active mapped devices (ioctl interface only).
Alasdair Kergon [Thu, 10 Jan 2002 23:29:16 +0000 (23:29 +0000)]
Support the renaming of active mapped devices (ioctl interface only).

22 years agoo ACTIVE is no longer a status flag - lv_active() used to check if an LV
Alasdair Kergon [Thu, 10 Jan 2002 23:21:07 +0000 (23:21 +0000)]
o ACTIVE is no longer a status flag - lv_active() used to check if an LV
  is active in the device-mapper.
o Many operations can be carried out regardless of whether the VG is
  active or not.
o vgscan does not activate anything - use vgchange.
o Change lvrename to support renaming of active LVs.
o Remove '//' appearing in some pathnames.
o Dummy lv_check_segments() for compilation.

22 years agoo _read_id function for import.c
Joe Thornber [Thu, 10 Jan 2002 18:12:26 +0000 (18:12 +0000)]
o  _read_id function for import.c

22 years agoMore steps towards successful compilation.
Alasdair Kergon [Thu, 10 Jan 2002 16:48:28 +0000 (16:48 +0000)]
More steps towards successful compilation.

22 years agoAdd 'get' functions.
Alasdair Kergon [Thu, 10 Jan 2002 16:47:58 +0000 (16:47 +0000)]
Add 'get' functions.

22 years agoMore detail in error msgs.
Alasdair Kergon [Thu, 10 Jan 2002 16:47:25 +0000 (16:47 +0000)]
More detail in error msgs.

22 years agoSeparate constant fields from variable ones.
Alasdair Kergon [Thu, 10 Jan 2002 16:47:04 +0000 (16:47 +0000)]
Separate constant fields from variable ones.

22 years agoClarify terminology:
Alasdair Kergon [Thu, 10 Jan 2002 15:09:51 +0000 (15:09 +0000)]
Clarify terminology:
  VG is resizeable  - PVs can be added or removed
  PV is allocatable - free extents on it may be allocated to LVs

22 years agoo Moved the current label.[hc] sideways to lvm2_label.[hc]
Joe Thornber [Thu, 10 Jan 2002 15:01:58 +0000 (15:01 +0000)]
o  Moved the current label.[hc] sideways to lvm2_label.[hc]

o  First pass at low level labelling switch.  This allows us to
   register different label types (eg, lvm1, lvm2).

22 years agoAllow for multiple spellings / backwards compatibility of renamed
Alasdair Kergon [Thu, 10 Jan 2002 14:46:50 +0000 (14:46 +0000)]
Allow for multiple spellings / backwards compatibility of renamed
command line options.
      vgchange --resizeable y
      pvchange --allocatable y
But --allocation is still allowed for both (as LVM1) and --resizable is OK.

22 years agoo vgcfgrestore.
Joe Thornber [Thu, 10 Jan 2002 14:27:47 +0000 (14:27 +0000)]
o  vgcfgrestore.

22 years agoTemporary file creation & renaming.
Alasdair Kergon [Thu, 10 Jan 2002 12:22:17 +0000 (12:22 +0000)]
Temporary file creation & renaming.

22 years agoo First pass at import.c. Still waiting for label code for the uuid->pv
Joe Thornber [Thu, 10 Jan 2002 11:18:08 +0000 (11:18 +0000)]
o  First pass at import.c.  Still waiting for label code for the uuid->pv
   mapping.

22 years agoo Put in the 'out of memory' log_err for pool.
Joe Thornber [Thu, 10 Jan 2002 09:35:55 +0000 (09:35 +0000)]
o  Put in the 'out of memory' log_err for pool.

22 years agoRenamed to archive.c
Alasdair Kergon [Wed, 9 Jan 2002 19:17:11 +0000 (19:17 +0000)]
Renamed to archive.c

22 years agoo Rename many occurrences of 'backup' to 'archive' to reduce confusion.
Alasdair Kergon [Wed, 9 Jan 2002 19:16:48 +0000 (19:16 +0000)]
o Rename many occurrences of 'backup' to 'archive' to reduce confusion.
o Extract file creation/renaming code into a library and change backup code
  to use it too.
o Support umask.
o Bring lvm.conf man page up-to-date.

22 years agoAccept octal values for numbers (such as umask).
Alasdair Kergon [Wed, 9 Jan 2002 18:53:07 +0000 (18:53 +0000)]
Accept octal values for numbers (such as umask).

22 years agoo Let the comment wars begin.
Joe Thornber [Wed, 9 Jan 2002 14:14:07 +0000 (14:14 +0000)]
o  Let the comment wars begin.

22 years agoo new function backup_remove(const char *vg_name), to be called from vgremove.
Joe Thornber [Wed, 9 Jan 2002 14:07:49 +0000 (14:07 +0000)]
o  new function backup_remove(const char *vg_name), to be called from vgremove.

22 years agoo Reformat comments.
Joe Thornber [Wed, 9 Jan 2002 13:56:11 +0000 (13:56 +0000)]
o  Reformat comments.

22 years agoAdd archiving.
Alasdair Kergon [Wed, 9 Jan 2002 13:17:14 +0000 (13:17 +0000)]
Add archiving.

22 years agoo Try to improve NFS-safety for temporary file creation (unique name; O_APPEND
Alasdair Kergon [Wed, 9 Jan 2002 13:16:19 +0000 (13:16 +0000)]
o Try to improve NFS-safety for temporary file creation (unique name; O_APPEND
  + fcntl lock) and rename (using hard link), avoiding any "real" archive
  files ever being zero length.
o Fix filename parsing & ordered list handling.

22 years agoExplicitly close (=>flush) files.
Alasdair Kergon [Wed, 9 Jan 2002 13:07:03 +0000 (13:07 +0000)]
Explicitly close (=>flush) files.

22 years agoAllow pool_begin_object in empty pool.
Alasdair Kergon [Wed, 9 Jan 2002 13:06:02 +0000 (13:06 +0000)]
Allow pool_begin_object in empty pool.

22 years agoAnother attempt to support both readline versions.
Alasdair Kergon [Tue, 8 Jan 2002 19:17:08 +0000 (19:17 +0000)]
Another attempt to support both readline versions.

22 years agocall archive_exit() & backup_exit() on exit
Alasdair Kergon [Tue, 8 Jan 2002 18:14:04 +0000 (18:14 +0000)]
call archive_exit() & backup_exit() on exit

22 years agoo Remove anomalous punctuation.
Joe Thornber [Tue, 8 Jan 2002 10:51:13 +0000 (10:51 +0000)]
o  Remove anomalous punctuation.

22 years agoo Introduction to pool for those without psychic powers.
Joe Thornber [Tue, 8 Jan 2002 10:47:17 +0000 (10:47 +0000)]
o  Introduction to pool for those without psychic powers.

22 years agofixes for compilation
Alasdair Kergon [Mon, 7 Jan 2002 23:28:25 +0000 (23:28 +0000)]
fixes for compilation

22 years agoSync.
Alasdair Kergon [Mon, 7 Jan 2002 23:04:48 +0000 (23:04 +0000)]
Sync.

22 years agoSync tidy.
Alasdair Kergon [Mon, 7 Jan 2002 22:49:04 +0000 (22:49 +0000)]
Sync tidy.

22 years agoIf a device somehow became suspended, lvchange -ay now reactivates it.
Alasdair Kergon [Mon, 7 Jan 2002 22:36:12 +0000 (22:36 +0000)]
If a device somehow became suspended, lvchange -ay now reactivates it.

This page took 0.067527 seconds and 5 git commands to generate.