Patrick Caulfield
e4cdc051a9
Don't log an error if we can't write the cache file because the FS is read-only.
...
Gets rid of that annoying error at shutdown.
2002-07-11 09:23:29 +00:00
Alasdair Kergon
778e846e96
Add --ignorelockingfailure
2002-07-10 20:43:32 +00:00
Alasdair Kergon
a27759b647
Merge adjacent "Missing" segments.
2002-07-10 13:54:17 +00:00
Joe Thornber
b75eceab41
o Add version number to text format.
2002-07-02 18:47:43 +00:00
Alasdair Kergon
e748a5d5f4
Tidy up for another release: updated documentation; removed old files;
...
module build fix.
beta4_1
old-beta4_1
2002-06-26 21:50:53 +00:00
Patrick Caulfield
99c5a3ae46
Flush on open as well as close.
2002-06-25 14:02:28 +00:00
Alasdair Kergon
51da710f5a
o Long-awaited ioctl interface clean-up. *** Not backwardly compatible ***
...
o Various other kernel side tidy-ups.
o Version number changes so we have the option of adding new ioctl commands
in future without affecting the use of existing ones should you later
revert to an older kernel but not revert the userspace library/tools.
o Better separation of kernel/userspace elements in the build process to
prepare for independent distribution of the kernel driver.
2002-06-19 13:07:05 +00:00
Joe Thornber
569d69b3d2
o Knock the version check out of the makefile, Alasdair will no doubt put it back :)
...
o Change to new ioctl names.
2002-06-17 15:50:17 +00:00
Patrick Caulfield
059a6b1d90
Get rid of compile warnings on 64bit platforms.
2002-06-07 08:37:07 +00:00
Alasdair Kergon
990af7548a
Increment version.
beta3_2
old-beta3_2
2002-05-31 19:33:30 +00:00
Alasdair Kergon
a38aefdfc8
Add vgsplit.
2002-05-31 19:30:51 +00:00
Alasdair Kergon
3bcb12e7d1
Tidy/fix segment rounding.
2002-05-31 19:29:43 +00:00
Alasdair Kergon
7904ecb462
Tidy
2002-05-31 19:28:37 +00:00
Alasdair Kergon
9ba4d45109
Remember to update VG free_count when reducing size of an LV.
2002-05-30 16:08:19 +00:00
Alasdair Kergon
56b8afe19d
Fix vgcfgrestore segfault (wrong variable used).
2002-05-30 16:03:26 +00:00
Alasdair Kergon
f7aed9a94c
update
2002-05-27 13:00:18 +00:00
AJ Lewis
e12a7e881d
o fix changed function names
2002-05-23 14:13:21 +00:00
Alasdair Kergon
5afb65325d
Fix LVM1 backwards compatibility issue when LV with a low LV number is deleted.
2002-05-23 11:37:51 +00:00
Joe Thornber
135f520f32
o Remove ext3 incompatibility bug
...
o Mention 2.4.18 VM problem
2002-05-23 08:20:44 +00:00
Andres Salomon
bc251f4ff6
update for .08
2002-05-23 07:49:25 +00:00
Alasdair Kergon
b8769751f6
Rename; add some FIXMEs.
2002-05-22 14:03:45 +00:00
Alasdair Kergon
eff96d839e
Revert to standard linux macros (for correct behaviour on rare architectures).
old-beta3
beta3
2002-05-21 12:37:07 +00:00
Alasdair Kergon
aa34c23807
Update version.
2002-05-21 12:14:05 +00:00
Andres Salomon
195acdac8c
ack, missing include
2002-05-19 04:11:34 +00:00
Andres Salomon
903e03c56c
update create_dir() comment
2002-05-19 03:52:38 +00:00
Andres Salomon
0892767b8a
support recursive mkdir in create_dir()
2002-05-19 03:46:34 +00:00
Andres Salomon
83ebfa772c
synch w/ -3 "oh shit" release
2002-05-14 03:56:40 +00:00
Joe Thornber
1583641322
Drop the default chunk size for snapshots down to 8k
2002-05-13 15:14:21 +00:00
Alasdair Kergon
9510e2c256
Rewrite missing/corrupt metadata in more cases.
2002-05-13 12:38:54 +00:00
AJ Lewis
a9dbabe07e
o the _status fxns now take more arguments - this way i don't get the
...
preparsed status info, shove it all into a string, and then parse it
again to get the info back out (which is what i was doing before)
o basically that's it...i like this *much* better than the previous
method and i think it makes the _status fxn more flexible if we need
to use it to get other info out.
2002-05-10 16:06:06 +00:00
Alasdair Kergon
12884008fa
Import snapshot status & persistence + indent etc.
2002-05-10 15:25:38 +00:00
AJ Lewis
02543bad1c
o Actually read snapshot percentage from the kernel - what a pain! :)
...
o Not sure if the code in dev_manager is really optimal, but it works..
will look at adjusting it a bit now.
o I *think* it works right when one snapshot if full but others aren't,
but I haven't really been able to test it because the full snapshot
somehow resets itself and weird things start happening to the system...
2002-05-09 21:17:57 +00:00
Alasdair Kergon
a8c56a5251
Remove a no-op.
2002-05-09 12:03:55 +00:00
AJ Lewis
4e5a855f3f
o header should only be printed once...
2002-05-08 17:58:52 +00:00
AJ Lewis
7e497a951e
o Added function find_snapshots to snapshot_manip.c that returns a list
...
of snapshots whose origin is the lv passed in.
o Used this new function to make lvdisplay properly display all snapshots
attached to a origin.
2002-05-08 16:57:46 +00:00
Joe Thornber
cd08eabbfa
i) Put back chunksize_ARG for lvcreate.
2002-05-08 14:36:10 +00:00
Alasdair Kergon
f7e62d9f81
Always call init_log() to initialise logging defaults.
2002-05-08 12:26:45 +00:00
Andres Salomon
9a3761e86e
implement our own swabbing functions, instead of relying on the kernel's.
2002-05-07 15:28:59 +00:00
Alasdair Kergon
3619a68693
log/{prefix,command_names} use defaults.h & reset between shell cmds
2002-05-07 13:00:01 +00:00
Alasdair Kergon
efaf3c3bf9
Default values for some display output settings
2002-05-07 12:50:01 +00:00
Alasdair Kergon
0e4e6a6f67
Tweaks
2002-05-07 12:47:11 +00:00
Andres Salomon
42458e6278
updated.
2002-05-07 06:13:03 +00:00
Andres Salomon
41ec995377
Make lvm2 compile on big endian archs; use the kernel/glibc's endian
...
conversion stuff, instead of implementing our own. Tested on a little
endian system (x86); I'll let the debian handle big endian testing. :)
2002-05-07 05:54:14 +00:00
AJ Lewis
4f37599326
o Will now correctly remove expired achive files from the system when
...
archive_vg is called.
o Added a #define to the top of the file - not sure if this is the
appropriate place for it though
2002-05-03 19:28:07 +00:00
Patrick Caulfield
4144520e5c
Add features to get table/status & wait for next event.
2002-05-03 11:55:58 +00:00
Andres Salomon
6c4800546c
forgot to add Conflicts against lvm1 packages
2002-05-03 04:57:49 +00:00
Andres Salomon
733733c8a7
updated for 0.95.05-2.
2002-05-03 04:43:46 +00:00
Andres Salomon
2aa67cc946
ditto
2002-05-03 04:43:24 +00:00
Andres Salomon
9385981a9d
dh_installinit makes a perfectly find postrm script..
2002-05-03 04:13:02 +00:00
Alasdair Kergon
fff780035d
Update.
beta2_1
old-beta2_1
2002-04-30 17:13:43 +00:00