]> sourceware.org Git - lvm2.git/log
lvm2.git
22 years agodh_installinit makes a perfectly find postrm script..
Andres Salomon [Fri, 3 May 2002 04:13:02 +0000 (04:13 +0000)]
dh_installinit makes a perfectly find postrm script..

22 years agoUpdate.
Alasdair Kergon [Tue, 30 Apr 2002 17:13:43 +0000 (17:13 +0000)]
Update.

22 years agoSome partial VG support with format_text.
Alasdair Kergon [Tue, 30 Apr 2002 17:12:37 +0000 (17:12 +0000)]
Some partial VG support with format_text.

22 years agoget_vgs must check for text format VGs when no lvm1 format VGs present
Alasdair Kergon [Tue, 30 Apr 2002 12:27:13 +0000 (12:27 +0000)]
get_vgs must check for text format VGs when no lvm1 format VGs present

22 years ago o Updated *display output for LVM1 compatibility
AJ Lewis [Mon, 29 Apr 2002 21:43:14 +0000 (21:43 +0000)]
 o Updated *display output for LVM1 compatibility
 o There is still a bit missing
   + all are missing the {PV,VG,LV} # - that is not applicable in LVM2
   + pvdisplay doesn't show how many LVs are contained on it
   + much of the snapshot information isn't available for lvdisplay
 o Look at the code for other potiential FIXMEs  :)

22 years agoChanged DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before)
Heinz Mauelshagen [Thu, 25 Apr 2002 10:53:58 +0000 (10:53 +0000)]
Changed DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before)

22 years agoUpdated for new release
Andres Salomon [Thu, 25 Apr 2002 06:12:07 +0000 (06:12 +0000)]
Updated for new release

22 years agoUpdate example config
Alasdair Kergon [Wed, 24 Apr 2002 18:41:02 +0000 (18:41 +0000)]
Update example config

22 years agoMerge with text format branch.
Alasdair Kergon [Wed, 24 Apr 2002 18:20:51 +0000 (18:20 +0000)]
Merge with text format branch.

Lots of changes/very little testing so far => there'll be bugs!

Use 'vgcreate -M text' to create a volume group with its metadata stored
in text files.  Text format metadata changes should be reasonably atomic,
with a (basic) automatic recovery mechanism if the system crashes while a
change is in progress.

Add a metadata section to lvm.conf to specify multiple directories if
you want (recommended) to keep multiple copies of the metadata (eg on
different filesystems).

e.g. metadata {
        dirs = ["/etc/lvm/metadata1","/usr/local/lvm/metadata2"]
}

Plenty of refinements still in the pipeline.

22 years agoadd setlocale() call so that localisation of things like number entry
Patrick Caulfield [Wed, 24 Apr 2002 10:42:09 +0000 (10:42 +0000)]
add setlocale() call so that localisation of things like number entry
and display will work correctly.

22 years agoo Stop printing errors if flushing fails (could be an unconfigured device).
Joe Thornber [Wed, 24 Apr 2002 08:37:34 +0000 (08:37 +0000)]
o  Stop printing errors if flushing fails (could be an unconfigured device).

22 years agoPrepare for another beta release.
Alasdair Kergon [Tue, 23 Apr 2002 22:13:04 +0000 (22:13 +0000)]
Prepare for another beta release.

22 years agoCommit snapshot-related changes preparing for the next beta release.
Alasdair Kergon [Tue, 23 Apr 2002 21:47:50 +0000 (21:47 +0000)]
Commit snapshot-related changes preparing for the next beta release.

22 years agoMissing seg->lv gives segfault when activating from text format.
Alasdair Kergon [Tue, 16 Apr 2002 19:41:54 +0000 (19:41 +0000)]
Missing seg->lv gives segfault when activating from text format.

22 years agoAllow deactivation of final snapshot.
Alasdair Kergon [Tue, 16 Apr 2002 14:42:20 +0000 (14:42 +0000)]
Allow deactivation of final snapshot.

22 years agoo Added support for chunk_size to lvcreate.
Joe Thornber [Mon, 15 Apr 2002 18:49:20 +0000 (18:49 +0000)]
o  Added support for chunk_size to lvcreate.

22 years agoMissing VG lock when iterating through all LVs.
Alasdair Kergon [Mon, 15 Apr 2002 16:27:39 +0000 (16:27 +0000)]
Missing VG lock when iterating through all LVs.

22 years agoMore memory leak plugging.
Patrick Caulfield [Mon, 15 Apr 2002 13:24:14 +0000 (13:24 +0000)]
More memory leak plugging.

22 years agoo Drop the default chunk size for snapshots down to 16k.
Joe Thornber [Mon, 15 Apr 2002 08:41:00 +0000 (08:41 +0000)]
o  Drop the default chunk size for snapshots down to 16k.

22 years agoImplement a no_locking module that *does* attempt activation.
Alasdair Kergon [Thu, 11 Apr 2002 14:10:32 +0000 (14:10 +0000)]
Implement a no_locking module that *does* attempt activation.

22 years agoRename device node during a DM_RENAME command.
Patrick Caulfield [Thu, 11 Apr 2002 12:45:18 +0000 (12:45 +0000)]
Rename device node during a DM_RENAME command.

22 years agoReturn status from _lv_activate and friends.
Patrick Caulfield [Thu, 11 Apr 2002 09:14:04 +0000 (09:14 +0000)]
Return status from _lv_activate and friends.

Alasdair, I think this is right (and I need it) but you may like to check.

22 years agoRemove \n from log messages.
Patrick Caulfield [Wed, 10 Apr 2002 15:49:47 +0000 (15:49 +0000)]
Remove \n from log messages.

22 years agoo Perform a BLKFLSBUF ioctl whenever a block device is closed.
Joe Thornber [Mon, 8 Apr 2002 18:59:50 +0000 (18:59 +0000)]
o  Perform a BLKFLSBUF ioctl whenever a block device is closed.

Patrick, can you see if this fixes your cluster syncing problem please ?
If so I'll make it so it only syncs if you have actually written to the
device.

22 years agoImplement an external locking interface.
Patrick Caulfield [Mon, 8 Apr 2002 16:04:50 +0000 (16:04 +0000)]
Implement an external locking interface.

22 years agoFix prototype.
Patrick Caulfield [Mon, 8 Apr 2002 13:35:09 +0000 (13:35 +0000)]
Fix prototype.

22 years agoFix lv_setup() not to generate a new lvid each time if asked to setup the
Alasdair Kergon [Fri, 5 Apr 2002 14:32:22 +0000 (14:32 +0000)]
Fix lv_setup() not to generate a new lvid each time if asked to setup the
same LV more than once - subsequent times validate only.

22 years agoMake lock type numbers match the DLM numbers in use, and move UNLOCK out
Patrick Caulfield [Thu, 4 Apr 2002 13:31:21 +0000 (13:31 +0000)]
Make lock type numbers match the DLM numbers in use, and move UNLOCK out
of the way.

22 years agoRename LCK_NONE to LCK_UNLOCK
Alasdair Kergon [Thu, 4 Apr 2002 11:18:45 +0000 (11:18 +0000)]
Rename LCK_NONE to LCK_UNLOCK

22 years agoTidying.
Alasdair Kergon [Wed, 3 Apr 2002 12:17:55 +0000 (12:17 +0000)]
Tidying.

22 years agoCope with creation of additional snapshots while active.
Alasdair Kergon [Wed, 27 Mar 2002 18:17:43 +0000 (18:17 +0000)]
Cope with creation of additional snapshots while active.
(More work on suspension dependencies still needed.)

22 years agoSnapshots are now attached to their origin device for locking purposes
Alasdair Kergon [Tue, 26 Mar 2002 15:01:57 +0000 (15:01 +0000)]
Snapshots are now attached to their origin device for locking purposes
so lock the origin instead of the snapshot itself when creating one.

22 years agoNew-style persistent minor support.
Alasdair Kergon [Tue, 26 Mar 2002 13:41:37 +0000 (13:41 +0000)]
New-style persistent minor support.

22 years agoo read-only device support
Alasdair Kergon [Mon, 25 Mar 2002 18:54:59 +0000 (18:54 +0000)]
o read-only device support
o name/uuid disambiguation

22 years agoFix typo.
Alasdair Kergon [Mon, 25 Mar 2002 18:50:37 +0000 (18:50 +0000)]
Fix typo.

22 years agoall people to actually uninstall lvm2 (*grin*)
Andres Salomon [Sat, 23 Mar 2002 08:23:15 +0000 (08:23 +0000)]
all people to actually uninstall lvm2 (*grin*)

22 years agoImprove log messages.
Alasdair Kergon [Wed, 20 Mar 2002 14:34:15 +0000 (14:34 +0000)]
Improve log messages.

22 years agoBetter support for LVs with hyphens in names.
Alasdair Kergon [Tue, 19 Mar 2002 16:41:44 +0000 (16:41 +0000)]
Better support for LVs with hyphens in names.

22 years agoSupport device queries by uuid as well as by name. (Used by lvrename.)
Alasdair Kergon [Mon, 18 Mar 2002 23:39:42 +0000 (23:39 +0000)]
Support device queries by uuid as well as by name.  (Used by lvrename.)

22 years agolvrename works on snapshots now
Alasdair Kergon [Mon, 18 Mar 2002 23:25:50 +0000 (23:25 +0000)]
lvrename works on snapshots now

22 years agoTie all snapshot (de)activation requests to (de)activation of origin device.
Alasdair Kergon [Mon, 18 Mar 2002 13:09:27 +0000 (13:09 +0000)]
Tie all snapshot (de)activation requests to (de)activation of origin device.

22 years agos/Removing/Unloading/ in messages to reduce confusion
Alasdair Kergon [Fri, 15 Mar 2002 23:01:59 +0000 (23:01 +0000)]
s/Removing/Unloading/ in messages to reduce confusion

22 years agoCut the number of device-mapper calls.
Alasdair Kergon [Fri, 15 Mar 2002 22:59:12 +0000 (22:59 +0000)]
Cut the number of device-mapper calls.

22 years agoNew function to enable suppression of messages to stdout/stderr.
Alasdair Kergon [Fri, 15 Mar 2002 22:54:04 +0000 (22:54 +0000)]
New function to enable suppression of messages to stdout/stderr.

22 years agoReview locking: block signals instead of ignoring them and restore state
Alasdair Kergon [Fri, 15 Mar 2002 16:07:38 +0000 (16:07 +0000)]
Review locking: block signals instead of ignoring them and restore state
afterwards; avoid race condition with unlink; add LCK_HOLD to process_each_vg.

22 years agoReduce the number of dm info calls.
Alasdair Kergon [Thu, 14 Mar 2002 21:17:30 +0000 (21:17 +0000)]
Reduce the number of dm info calls.

22 years agodistclean also to remove libdm-common.h
Alasdair Kergon [Thu, 14 Mar 2002 16:56:02 +0000 (16:56 +0000)]
distclean also to remove libdm-common.h

22 years agoIntegrate suspend.
Alasdair Kergon [Thu, 14 Mar 2002 15:36:07 +0000 (15:36 +0000)]
Integrate suspend.

22 years agoSuppress verbose/debug messages from libdevmapper.
Alasdair Kergon [Thu, 14 Mar 2002 13:39:33 +0000 (13:39 +0000)]
Suppress verbose/debug messages from libdevmapper.

22 years agoo dev_manager_suspend, untested.
Joe Thornber [Thu, 14 Mar 2002 10:56:09 +0000 (10:56 +0000)]
o dev_manager_suspend, untested.

22 years agoA missing free() found by Valgrind. ( http://developer.kde.org/~sewardj/ )
Alasdair Kergon [Wed, 13 Mar 2002 23:19:20 +0000 (23:19 +0000)]
A missing free() found by Valgrind. ( http://developer.kde.org/~sewardj/ )

22 years agodmsetup display uuid
Alasdair Kergon [Wed, 13 Mar 2002 16:19:17 +0000 (16:19 +0000)]
dmsetup display uuid

22 years agoSet LV uuid.
Alasdair Kergon [Wed, 13 Mar 2002 15:11:29 +0000 (15:11 +0000)]
Set LV uuid.

22 years agoo Mention that vgscan needs to be run after changing the filter var.
Joe Thornber [Wed, 13 Mar 2002 14:25:53 +0000 (14:25 +0000)]
o  Mention that vgscan needs to be run after changing the filter var.

22 years agoFix _align so it works on 64-bit machines.
Patrick Caulfield [Tue, 12 Mar 2002 15:27:51 +0000 (15:27 +0000)]
Fix _align so it works on 64-bit machines.

22 years agoLet dmsetup store the uuid on device creation.
Alasdair Kergon [Mon, 11 Mar 2002 22:44:36 +0000 (22:44 +0000)]
Let dmsetup store the uuid on device creation.

22 years agoMove is_empty_dir to lvm-file
Alasdair Kergon [Mon, 11 Mar 2002 22:23:24 +0000 (22:23 +0000)]
Move is_empty_dir to lvm-file

22 years agoo Actually check that the vg directory is empty rather than speculatively
Joe Thornber [Mon, 11 Mar 2002 20:43:58 +0000 (20:43 +0000)]
o  Actually check that the vg directory is empty rather than speculatively
   rmdiring it.  Work around for devfs bug.

22 years agoo This should complete the dev_manager alg. Please could people now
Joe Thornber [Mon, 11 Mar 2002 20:36:04 +0000 (20:36 +0000)]
o This should complete the dev_manager alg.  Please could people now
  report any activation oddities they see.

22 years agolv_info replaces lv_active etc.
Alasdair Kergon [Mon, 11 Mar 2002 19:02:28 +0000 (19:02 +0000)]
lv_info replaces lv_active etc.

22 years agoo activate/reactivate merge
Alasdair Kergon [Mon, 11 Mar 2002 15:08:39 +0000 (15:08 +0000)]
o activate/reactivate merge
o unlocking macro

22 years agoo dm->active_list now filled in, ATM this is based on the layer name rather
Joe Thornber [Mon, 11 Mar 2002 11:27:48 +0000 (11:27 +0000)]
o  dm->active_list now filled in, ATM this is based on the layer name rather
   than the uuid.

22 years agoo Comment out some new code that was preventing pjc activating
Joe Thornber [Mon, 11 Mar 2002 10:38:16 +0000 (10:38 +0000)]
o Comment out some new code that was preventing pjc activating
  snapshots.  This will go back in when the active_list is working.

22 years agoo knock out the offset for origin targets.
Joe Thornber [Fri, 8 Mar 2002 10:45:01 +0000 (10:45 +0000)]
o  knock out the offset for origin targets.

22 years agoo Add active_list to dev_manager
Joe Thornber [Fri, 8 Mar 2002 10:41:48 +0000 (10:41 +0000)]
o  Add active_list to dev_manager

o  Origin layer is only added to snapshots if a snapshot is in the
   active_list.

22 years agoheh, whoops. s/device-mapper/LVM2/g.
Andres Salomon [Fri, 8 Mar 2002 02:39:08 +0000 (02:39 +0000)]
heh, whoops.  s/device-mapper/LVM2/g.

22 years agoo dm_destroy_all() called on exit - but doesn't touch suspended devices yet.
Alasdair Kergon [Thu, 7 Mar 2002 20:56:10 +0000 (20:56 +0000)]
o dm_destroy_all() called on exit - but doesn't touch suspended devices yet.
o 'dmsetup remove_all' calls dm_destroy_all() to provide a quick way to
  prepare for unloading the module
o Ran through indent again.

22 years agoo First cut at dev scanning.
Joe Thornber [Thu, 7 Mar 2002 17:37:38 +0000 (17:37 +0000)]
o  First cut at dev scanning.

o  Split up _expand_lv

22 years agoo Add comment describing what we're aiming for with dev_manager.
Joe Thornber [Thu, 7 Mar 2002 16:48:46 +0000 (16:48 +0000)]
o  Add comment describing what we're aiming for with dev_manager.

o  Remove dev_manager_reactivate, since it'll be the same as activate.

o  Merge the mark, visible and dirty fields into the same flags field.

22 years agoo Top level device is now just called <vg>-<lv> (there's no 'top'
Joe Thornber [Thu, 7 Mar 2002 15:29:31 +0000 (15:29 +0000)]
o Top level device is now just called <vg>-<lv> (there's no 'top'
  layer appended).

o  Got rid of the unused layer->type field and enum.

22 years agoKernel functionality that returns device dependencies (ejt).
Alasdair Kergon [Wed, 6 Mar 2002 19:42:23 +0000 (19:42 +0000)]
Kernel functionality that returns device dependencies (ejt).

22 years agoo Rename dmsetup dependencies -> dmsetup deps
Joe Thornber [Wed, 6 Mar 2002 14:47:13 +0000 (14:47 +0000)]
o  Rename dmsetup dependencies -> dmsetup deps

22 years agoo Add support for getting dependencies for a device.
Joe Thornber [Wed, 6 Mar 2002 14:38:25 +0000 (14:38 +0000)]
o  Add support for getting dependencies for a device.

o  dmsetup dependencies <dev>

22 years agoconvert from debian native package
Andres Salomon [Wed, 6 Mar 2002 05:43:54 +0000 (05:43 +0000)]
convert from debian native package

22 years agoo Use new LCK_HOLD flag to indicate whether lock should be held on return
Alasdair Kergon [Tue, 5 Mar 2002 20:03:09 +0000 (20:03 +0000)]
o Use new LCK_HOLD flag to indicate whether lock should be held on return
  from lock_vol() - otherwise it now attempts to acquire the lock and then
  immediately releases it.
o Extend the id field in struct logical_volume to hold VG uuid + LV uuid
  for format1. This unique lvid can be used directly when calling lock_vol().
o Add the VG uuid to vgcache to make VG uuid lookups possible.  (Another
  step towards using them instead of VG names internally.)

22 years agoFix activation for VG with more than one LV.
Alasdair Kergon [Mon, 4 Mar 2002 18:50:34 +0000 (18:50 +0000)]
Fix activation for VG with more than one LV.

22 years agosnapshot/zero logic
Alasdair Kergon [Mon, 4 Mar 2002 15:25:52 +0000 (15:25 +0000)]
snapshot/zero logic

22 years agoo Add a line to lvdisplay to say if the volume is a snapshot.
Joe Thornber [Mon, 4 Mar 2002 15:12:30 +0000 (15:12 +0000)]
o  Add a line to lvdisplay to say if the volume is a snapshot.

22 years agoo Bad dependency, meant the origin was always getting activated.
Joe Thornber [Mon, 4 Mar 2002 15:10:30 +0000 (15:10 +0000)]
o  Bad dependency, meant the origin was always getting activated.

22 years agoRemove unused fns.
Alasdair Kergon [Mon, 4 Mar 2002 14:27:25 +0000 (14:27 +0000)]
Remove unused fns.

22 years agoo I was tearing down device bottom-up instead of top down. Which
Joe Thornber [Mon, 4 Mar 2002 14:26:43 +0000 (14:26 +0000)]
o  I was tearing down device bottom-up instead of top down.  Which
   is why lvremove of snapshots wasn't working.

22 years agoo Break creating a snapshot down into:
Joe Thornber [Mon, 4 Mar 2002 13:46:37 +0000 (13:46 +0000)]
o  Break creating a snapshot down into:

   i)   create cow
   ii)  activate cow
   iii) zero cow
   iv)  deactivate
   v)   add snapshot info
   vi)  reactivate

22 years agoproper /etc/lvm/lvm.conf now
Andres Salomon [Mon, 4 Mar 2002 11:13:47 +0000 (11:13 +0000)]
proper /etc/lvm/lvm.conf now

22 years agofix various issues
Andres Salomon [Mon, 4 Mar 2002 11:12:57 +0000 (11:12 +0000)]
fix various issues

22 years agoMore use of LV locking.
Alasdair Kergon [Fri, 1 Mar 2002 19:08:11 +0000 (19:08 +0000)]
More use of LV locking.

22 years agoo point snapshots at origin:real rather than origin:top, and *ping*
Joe Thornber [Fri, 1 Mar 2002 09:07:00 +0000 (09:07 +0000)]
o point snapshots at origin:real rather than origin:top, and *ping*
  snapshots work.

22 years agoFix unlock parameter.
Alasdair Kergon [Wed, 27 Feb 2002 14:48:42 +0000 (14:48 +0000)]
Fix unlock parameter.

22 years agoo Lock mechanism for LV activation
Alasdair Kergon [Wed, 27 Feb 2002 12:26:41 +0000 (12:26 +0000)]
o Lock mechanism for LV activation
o #defines for common lock flag combinations
o Try out hyphens instead of colons in device-mapper names - does this
  make messages containing filenames easier to read?

22 years agoRunning out of filehandles? Close /dev/device-mapper/control then.
Alasdair Kergon [Tue, 26 Feb 2002 18:30:02 +0000 (18:30 +0000)]
Running out of filehandles?  Close /dev/device-mapper/control then.

22 years agoo Format1 wasn't recording the snapshot chunk size properly
Joe Thornber [Tue, 26 Feb 2002 16:48:52 +0000 (16:48 +0000)]
o  Format1 wasn't recording the snapshot chunk size properly

o  Activation of snapshots now works - though the resulting device
   doesn't (pjc ?)

o  text format wasn't setting vg->cmd.

22 years agoClearer link pathname display.
Alasdair Kergon [Tue, 26 Feb 2002 16:08:22 +0000 (16:08 +0000)]
Clearer link pathname display.

22 years agoo _build_name was allocating 1 byte too few, which meant the
Joe Thornber [Tue, 26 Feb 2002 14:44:13 +0000 (14:44 +0000)]
o _build_name was allocating 1 byte too few, which meant the
  terminating zero was falling off at some later point.

o Don't try and iterate from a deleted node in _prune_unmarked.

22 years agoo Removed old files
Joe Thornber [Tue, 26 Feb 2002 11:49:17 +0000 (11:49 +0000)]
o  Removed old files

o  rewrote activate.c to use dev-manager, I'm sure these two will merge
   at some point.

o  Rename is broken ATM

o  dev-manager puts the calls through to fs.c for layers that have the
   'visible' flag set.

22 years agoo More dev_manager fns.
Joe Thornber [Mon, 25 Feb 2002 16:53:12 +0000 (16:53 +0000)]
o  More dev_manager fns.

22 years agopvresize command
Heinz Mauelshagen [Mon, 25 Feb 2002 15:32:58 +0000 (15:32 +0000)]
pvresize command

22 years agoo In go the populate functions.
Joe Thornber [Mon, 25 Feb 2002 15:19:53 +0000 (15:19 +0000)]
o  In go the populate functions.

22 years agoo More dev_manager work.
Joe Thornber [Mon, 25 Feb 2002 14:46:57 +0000 (14:46 +0000)]
o  More dev_manager work.

22 years agoBegin conversion so LV id is passed to activation unit instead of
Alasdair Kergon [Mon, 25 Feb 2002 12:56:16 +0000 (12:56 +0000)]
Begin conversion so LV id is passed to activation unit instead of
struct logical_volume.

22 years agoo Sync with cvs, dev_manager still needs to be wired into activate.c
Joe Thornber [Mon, 25 Feb 2002 12:02:33 +0000 (12:02 +0000)]
o  Sync with cvs, dev_manager still needs to be wired into activate.c

22 years agoo Remove the vg argument from find_cow
Joe Thornber [Mon, 25 Feb 2002 11:55:39 +0000 (11:55 +0000)]
o  Remove the vg argument from find_cow

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